Document LinaAI Codex login requirement
This commit is contained in:
@@ -44,6 +44,14 @@ Use `Scripts/ai_codex_escalate.sh` with a completed task status file. The
|
||||
script prefers a locally installed `codex` command and falls back to
|
||||
`npx -y @openai/codex exec`.
|
||||
|
||||
On `LinaAI`, the npm Codex CLI is installed, but it still needs an authenticated
|
||||
Codex login before cloud escalation can run:
|
||||
|
||||
```bash
|
||||
ssh nathan@192.168.5.27
|
||||
codex login
|
||||
```
|
||||
|
||||
Codex should be called for:
|
||||
|
||||
- confidence below `0.65`,
|
||||
@@ -68,6 +76,8 @@ Codex should be called for:
|
||||
- Verify Open WebUI model selection uses the Ollama backend at
|
||||
`http://192.168.5.23:11434`.
|
||||
- Use Aider from `LinaAI`, not from `unreal-engine`.
|
||||
- Authenticate the npm Codex CLI on `LinaAI` so escalation can run from the AI
|
||||
worker VM.
|
||||
- Build project memory inside this repo under `Docs/` rather than creating a
|
||||
separate documentation repository.
|
||||
- Add small local-agent tasks first: summarize systems, write docs, generate
|
||||
|
||||
Reference in New Issue
Block a user