Add Pi TUI daemon launcher#126
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThis pull request introduces a new Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~30 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Review rate limit: 9/10 reviews remaining, refill in 6 minutes. Comment |
Summary
gsd-cloud pi-tuifor launching Pi TUI with the daemon Pi extension, provider registry, model cycling list, session path, runtime prompt, and task-scoped tool environment.scripts/pi-tui.shas the local entrypoint for running the launcher from a daemon checkout.internal/piso the TUI launcher uses the same daemon configuration path.Verification
go test ./...go build ./...bash -n scripts/pi-tui.shscripts/pi-tui.sh --helpscripts/pi-tui.sh --print-command --cwd . --session-id smoke --provider codex-appserver --model gpt-5.5 "say hi"Summary by CodeRabbit
New Features
pi-tuiCLI command supporting configurable working directory, provider/model selection, session management, custom instructions, skill files, agent tools, and browser grant settings.Chores