Add LinaAI terminal command

This commit is contained in:
2026-05-24 15:35:00 +00:00
parent 63490e044f
commit e28945a076
3 changed files with 187 additions and 1 deletions
+11
View File
@@ -65,6 +65,17 @@ Scripts/linaai_bootstrap_context.sh
Scripts/linaai_task.sh "your task here"
```
For a terminal conversation that feels closer to this Codex workflow, use:
```bash
linaai
```
That opens an interactive prompt. Each instruction is routed through
`Scripts/linaai_task.sh`, so Qwen preflight, Aider local edits, and Codex
fallback still apply. Use `/status`, `/refresh`, `/dry on`, `/codex on`, and
`/exit` inside the prompt.
To test automatic escalation without editing files:
```bash