devtools-mcp-seminar/.pi/settings.json
Artur Mukhamadiev f7895585d8 [pi][agent-browser] added agent-browser & pi configuration
:Release Notes:
- pi configuration do not configured to work with devtools mcp server

:Detailed Notes:
- Added configuration for agent-browser, but no good results was
  received. Seems like on a complex webpages like rutube.ru we could
  encounter several buttons which compacting to the identical nodes,
  leading to a problems with navigation
- agent-browser compaction of a11y tree seems to be a good starting
  point, but not sufficient

:Testing Performed:
- prompt: Launch <Movie> on rutube in both opencode and pi

:QA Notes:
-

:Issues Addressed:
-
2026-07-14 20:30:42 +03:00

56 lines
1.2 KiB
JSON

{
"defaultProvider": "llama-cpp",
"defaultModel": "gemma-4",
"enabledModels": ["llama-cpp/ornith-1.0", "llama-cpp/gemma-4"],
"packages": [
{
"source": "npm:pi-lsp",
"autoload": false,
"extensions": ["!**/*"],
"skills": ["!**/*"],
"prompts": ["!**/*"],
"themes": ["!**/*"]
},
{
"source": "npm:pi-ollama-cloud",
"autoload": false,
"extensions": ["!**/*"],
"skills": ["!**/*"],
"prompts": ["!**/*"],
"themes": ["!**/*"]
},
{
"source": "npm:pi-mcp-adapter",
"autoload": false,
"extensions": ["!**/*"],
"skills": ["!**/*"],
"prompts": ["!**/*"],
"themes": ["!**/*"]
},
{
"source": "npm:context-mode",
"autoload": false,
"extensions": ["!**/*"],
"skills": ["!**/*"],
"prompts": ["!**/*"],
"themes": ["!**/*"]
},
{
"source": "npm:pi-web-access",
"autoload": false,
"extensions": ["!**/*"],
"skills": ["!**/*"],
"prompts": ["!**/*"],
"themes": ["!**/*"]
},
{
"source": "npm:pi-codex-limit",
"autoload": false,
"extensions": ["!**/*"],
"skills": ["!**/*"],
"prompts": ["!**/*"],
"themes": ["!**/*"]
}
]
}