mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-21 21:31:53 +08: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.