OperationsTroubleshooting
Logs & Debugging
Diagnose runtime issues with logs and state commands
Logs & Debugging
1) Follow runtime logs
tail -f .downcity/logs/$(date +%F).jsonl2) Inspect plugin state
studio plugin list3) Inspect conversation state
studio chat context --chat-key ctx_xxxxxxxxxxxxxxxx
studio chat history --chat-key ctx_xxxxxxxxxxxxxxxx --limit 504) Inspect task artifacts
ls -la .downcity/task/<taskId>
ls -la .downcity/task/<taskId>/<timestamp>run.json and result.md usually reveal the root cause quickly.