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 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 | `python3 -m pip install aider-chat` |
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
@@ -21,7 +21,7 @@ const TOOLS = {
21
21
  aider: {
22
22
  name: 'Aider',
23
23
  command: 'aider',
24
- install: 'python3 -m pip install aider-chat',
24
+ install: 'pipx install aider-chat',
25
25
  check: 'aider --version'
26
26
  },
27
27
  opencode: {
package/lib/config.js CHANGED
@@ -136,7 +136,7 @@ const TOOLS = {
136
136
  aider: {
137
137
  name: 'Aider',
138
138
  command: 'aider',
139
- install: 'python3 -m pip install aider-chat'
139
+ install: 'pipx install aider-chat'
140
140
  },
141
141
  opencode: {
142
142
  name: 'OpenCode',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jbai-cli",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "CLI wrappers to use AI coding tools (Claude Code, Codex, Aider, OpenCode) with JetBrains AI Platform",
5
5
  "keywords": [
6
6
  "jetbrains",