fix(agent): add guidance for missing Chrome control extension (#908)

This commit is contained in:
Omar McAdam
2026-03-13 16:46:20 -07:00
committed by GitHub
parent 444d83207b
commit 36a4540c7c

View File

@@ -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)