Problem
The co ai agent currently doesn't have browser capabilities. The browser agent (co browser) has its own dedicated browser tools, but co ai as the primary coding agent should also be able to browse the web — for looking up docs, checking deployed sites, testing frontend changes, etc.
Proposal
Add browser tools (from connectonion.useful_tools.browser_tools) to the co ai agent's tool suite, similar to how the browser agent has them.
Context
The co create --template minimal already scaffolds projects with browser tools included. The main co ai agent should have parity.
Problem
The
co aiagent currently doesn't have browser capabilities. The browser agent (co browser) has its own dedicated browser tools, butco aias the primary coding agent should also be able to browse the web — for looking up docs, checking deployed sites, testing frontend changes, etc.Proposal
Add browser tools (from
connectonion.useful_tools.browser_tools) to theco aiagent's tool suite, similar to how the browser agent has them.Context
The
co create --template minimalalready scaffolds projects with browser tools included. The mainco aiagent should have parity.