Pete Miller
Pete Miller
e.g. when the `.gclient` file is modified, it will tell you that's why it's doing a big sync Resolves ## Submitter Checklist: - [ ] I confirm that no [security/privacy...
Depends on new types: - https://github.com/brave/brave-core/pull/29643 - https://github.com/brave/brave-core/pull/29644 _**~This PR contains all 3 commits until the above have merged, please review the last commit when looking at this PR before...
Builds upon - https://github.com/brave/brave-core/pull/29643 By storing the tool use events and tool output in the database along with their containing conversation entries. - Resolves https://github.com/brave/brave-browser/issues/47125
See the proposed [README.md](https://github.com/brave/brave-core/blob/create-interface-api/components/common/api/readme.md) for the detail ### createInterfaceApi A way to generate a state store browser proxy from any remote API, designed for mojom (or extension) APIs The intention...
Depends on: - https://github.com/brave/brave-core/pull/29601 ### Converting AI Chat to `createInterfaceApi` browser proxy All mojom calls now go through a generated API store using createInterfaceApi. However, I tried to minimize the...
Does not remove entry from `.prettierignore` so that we can ignore this merged commit from blame, if we wish
When asking the AI to navigate to perform a task, and it opens a new tab, that Tab should open in the foreground and not inactive in the background. Steps...