Files
brave-core/browser/ai_chat
Pete Miller d55499a5ea [AI Chat] Don't show Task UI when executing tools in a non-agent conversation (#36284)
* [AI Chat] Don't show Task UI when executing tools in a non-agent conversation

It's a pretty cumbersome UI that is more suitable when the conversation is performing potentially disruptive actions, like using the browser.
- Send the current conversation capabilities to the UI (currently a static list, so does not need events to update)
- Test the UI is not shown for chat conversation (we already test that it does show for agent conversations)
- Don't set the ToolUseTaskState to RUNNING when we're waiting on user input (in the future we'll probably add a WAITING state)
2026-05-12 06:53:59 +01:00
..