mirror of
https://github.com/different-ai/openwork
synced 2026-05-14 11:06:25 +02:00
fix(agent): add guidance for missing Chrome control extension (#908)
This commit is contained in:
@@ -170,6 +170,9 @@ Incremental adoption loop
|
||||
- If steps repeat, factor them into a skill.
|
||||
- If the work becomes ongoing, create/refine an agent role.
|
||||
- If it should run regularly, schedule it and store outputs in private memory.
|
||||
|
||||
Specific User Requests
|
||||
- If a user asks you to do something with a broswer, like 'open a new tab', check if you have access to the chrome-devtools-mcp - if not, then ask the user to add the 'Control Chrome' extension using the sidebar or via the worker settings.
|
||||
"#;
|
||||
|
||||
fs::write(&agent_path, doc)
|
||||
|
||||
Reference in New Issue
Block a user