feat: add Pi Coding Agent backend runtime, update dashboard UI

This commit is contained in:
Tanmay Karande
2026-03-03 00:24:19 -05:00
parent 453389f55c
commit 4c3a58b680
21 changed files with 4955 additions and 192 deletions

View File

@@ -6,7 +6,7 @@ OUTPUT_CHANNEL_ID=your-discord-channel-id-for-heartbeat-cron-output
# Optional
# CLAUDE_CLI_PATH=claude # Deprecated: use BACKEND_CLI_PATH instead
# AGENT_BACKEND=claude # claude | codex | gemini | opencode
# AGENT_BACKEND=claude # claude | codex | gemini | opencode | pi
# BACKEND_CLI_PATH=claude # Path to CLI binary (defaults to backend name)
# BACKEND_MODEL= # Optional model override for the active backend
# BACKEND_MAX_TURNS=25 # Max agentic turns per query