@nathapp/nax 0.63.0-canary.8 → 0.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/dist/nax.js +2386 -1300
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -183,14 +183,14 @@ nax communicates with all coding agents via [ACP](https://github.com/openclaw/ac
|
|
|
183
183
|
|
|
184
184
|
| Agent | Binary | Notes |
|
|
185
185
|
|:------|:-------|:------|
|
|
186
|
-
| Claude Code | `claude` | Default. Set `
|
|
187
|
-
| OpenCode | `opencode` | Set `
|
|
188
|
-
| Codex | `codex` | Set `
|
|
189
|
-
| Gemini CLI | `gemini` | Set `
|
|
190
|
-
| Aider | `aider` | Set `
|
|
186
|
+
| Claude Code | `claude` | Default. Set `agent.default: "claude"` |
|
|
187
|
+
| OpenCode | `opencode` | Set `agent.default: "opencode"` |
|
|
188
|
+
| Codex | `codex` | Set `agent.default: "codex"` |
|
|
189
|
+
| Gemini CLI | `gemini` | Set `agent.default: "gemini"` |
|
|
190
|
+
| Aider | `aider` | Set `agent.default: "aider"` |
|
|
191
191
|
| Any ACP-compatible | — | See [acpx agent docs](https://github.com/openclaw/acpx#agents) |
|
|
192
192
|
|
|
193
|
-
See [Agents Guide](docs/guides/agents.md).
|
|
193
|
+
See [Agents Guide](docs/guides/agents.md) and the [Context Engine Guide](docs/guides/context-engine.md) for agent-portable context configuration.
|
|
194
194
|
|
|
195
195
|
---
|
|
196
196
|
|