aboutsummaryrefslogtreecommitdiff
path: root/scripts/tests/ai-launcher-runtime.bats
Commit message (Collapse)AuthorAgeFilesLines
* feat(launcher): wire the local runtime — codex --oss over ollamaCraig Jennings42 hours1-3/+10
| | | | ai --runtime local now launches codex against the machine's ollama (explicit --local-provider=ollama, model from AI_LOCAL_MODEL, default gpt-oss:120b). Verified end to end with a codex exec completion through the local model. The dependency check probes AGENT_BIN now that AGENT_CMD carries flags. This makes codex-over-ollama the de-facto answer to the runtime spec's first-supported-local-CLI blocker.
* feat(launcher): add ai --runtime for choosing the agent CLICraig Jennings2 days1-0/+58
The ai launcher can now start codex sessions: --runtime claude|codex (or AI_RUNTIME), a runtime-to-CLI map with local reserved behind a clear error until the local-model evaluation picks a CLI, and a runtime-aware dependency check. A new --print-launch mode prints the pane launch command without touching tmux or fzf, and is the seam the six new bats tests drive. Both current CLIs take the opening line as a positional prompt, so only the command name varies.