mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 16:00:58 +00:00
feat(coding-agent): add PI_SKIP_VERSION_CHECK env variable
Skip new version check at startup when set. Useful for Nix or other package manager installs where npm install is not used. Also documents PI_CODING_AGENT_DIR and other environment variables in the README. closes #549 Co-authored-by: Aos Dabbagh <25783780+aos@users.noreply.github.com>
This commit is contained in:
parent
e483521075
commit
6f726a2178
3 changed files with 15 additions and 0 deletions
|
|
@ -1183,6 +1183,15 @@ pi --tools read,grep,find,ls -p "Review the architecture"
|
|||
pi --export session.jsonl output.html
|
||||
```
|
||||
|
||||
### Environment Variables
|
||||
|
||||
| Variable | Description |
|
||||
|----------|-------------|
|
||||
| `ANTHROPIC_API_KEY`, `OPENAI_API_KEY`, etc. | API keys for providers (see [API Keys & OAuth](#api-keys--oauth)) |
|
||||
| `PI_CODING_AGENT_DIR` | Override the agent config directory (default: `~/.pi/agent`) |
|
||||
| `PI_SKIP_VERSION_CHECK` | Skip new version check at startup (useful for Nix or other package manager installs) |
|
||||
| `VISUAL`, `EDITOR` | External editor for Ctrl+G (e.g., `vim`, `code --wait`) |
|
||||
|
||||
---
|
||||
|
||||
## Tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue