jbai-cli 1.2.3 → 1.2.4
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 +1 -1
- package/bin/jbai.js +1 -1
- package/lib/config.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -175,7 +175,7 @@ jbai doctor
|
|
|
175
175
|
|------|-----------------|
|
|
176
176
|
| Claude Code | `npm i -g @anthropic-ai/claude-code` |
|
|
177
177
|
| Codex | `npm i -g @openai/codex` |
|
|
178
|
-
| Aider | `
|
|
178
|
+
| Aider | `pipx install aider-chat` |
|
|
179
179
|
| OpenCode | `go install github.com/opencode-ai/opencode@latest` |
|
|
180
180
|
|
|
181
181
|
## Token Management
|
package/bin/jbai.js
CHANGED
package/lib/config.js
CHANGED