Troubleshooting
Runtime and UI issue diagnosis across Desktop, VS Code, CLI, and Web.
Start by validating runtime health first, then app-layer behavior.
Quick Health Commands
curl http://127.0.0.1:4096/runtime/healthcurl http://127.0.0.1:4096/runtime/capabilitiesCommon Failures
Unauthorized (401)
Likely auth mismatch between client and runtime.
Checks:
- confirm host/port target
- verify
ALPHABASE_SERVER_PASSWORDand client credentials - refresh diagnostics and retry
Task stops without final completion response
Checks:
- inspect runtime logs in failure window
- verify tool failure paths emit terminal/handover state
- confirm stream completion event reached client
Output appears malformed in response area
Checks:
- confirm write/edit tool completed
- verify artifact block parsing did not degrade to plain text
- retry with minimal deterministic prompt
Diagnostics panel shows unavailable capabilities
Checks:
- refresh capabilities
- verify provider credentials and upstream reachability
- verify local dependencies (for local AI paths)
Log Locations
- macOS/Linux:
~/.local/share/alphabase/log/ - Windows:
%USERPROFILE%\\.local\\share\\alphabase\\log