: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: -
42 lines
914 B
JSON
42 lines
914 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"chrome-devtools": {
|
|
"type": "local",
|
|
"command": ["npx", "-y", "chrome-devtools-mcp@latest", "--browser-url=http://127.0.0.1:9333"],
|
|
"enabled": true
|
|
},
|
|
"agent-browser": {
|
|
"type": "local",
|
|
"command": ["agent-browser", "mcp"],
|
|
"enabled": false
|
|
}
|
|
},
|
|
"provider": {
|
|
"llama.cpp": {
|
|
"npm": "@ai-sdk/openai-compatible",
|
|
"options": {
|
|
"baseURL": "http://localhost:8080/v1"
|
|
},
|
|
"models": {
|
|
"ornith-1.0": {
|
|
"tool_call": true,
|
|
"reasoning": true,
|
|
"limit": {
|
|
"context": 65536,
|
|
"output": 8192
|
|
}
|
|
},
|
|
"gemma-4": {
|
|
"tool_call": true,
|
|
"reasoning": true,
|
|
"limit": {
|
|
"context": 131072,
|
|
"output": 8192
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|