mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 14:55:19 +00:00
329 B
329 B
Debugging
- To test the opencode app, use the playwright MCP server, the app is already running at http://localhost:3000
- NEVER try to restart the app, or the server process, EVER.
SolidJS
- Always prefer
createStoreover multiplecreateSignalcalls
Tool Calling
- ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE.