mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 03:01:56 +00:00
- Add onBeforeSend callback to ChatPanel and AgentInterface - Add onBeforeToolCall callback (for future permission dialogs) - Create NavigationMessage custom message type - Add browserMessageTransformer that converts nav messages to <system> tags - Track last submitted URL and tab index - Auto-insert navigation message when URL/tab changes on user submit - Navigation message shows favicon + page title in UI - LLM receives: <system>Navigated to [title] (tab X): [url]</system> |
||
|---|---|---|
| .. | ||
| AgentInterface.ts | ||
| AttachmentTile.ts | ||
| ConsoleBlock.ts | ||
| Input.ts | ||
| message-renderer-registry.ts | ||
| MessageEditor.ts | ||
| MessageList.ts | ||
| Messages.ts | ||
| ProviderKeyInput.ts | ||
| SandboxedIframe.ts | ||
| StreamingMessageContainer.ts | ||