@qitqode/cli 0.1.1 → 0.1.2

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.es.md CHANGED
@@ -21,8 +21,8 @@ Una sola cuenta, cinco niveles de modelo — **Free**, **Default**, **Fast**, **
21
21
  ## Inicio rápido
22
22
 
23
23
  ```bash
24
- # Requires Bun 1.3.11 or newer
25
- bun add --global @qitqode/cli
24
+ npm install -g @qitqode/cli
25
+ # or: bun add --global @qitqode/cli
26
26
 
27
27
  # Run
28
28
  qitqode
package/README.fr.md CHANGED
@@ -21,8 +21,8 @@ Un seul compte, cinq niveaux de modèles — **Free**, **Default**, **Fast**, **
21
21
  ## Démarrage rapide
22
22
 
23
23
  ```bash
24
- # Requires Bun 1.3.11 or newer
25
- bun add --global @qitqode/cli
24
+ npm install -g @qitqode/cli
25
+ # or: bun add --global @qitqode/cli
26
26
 
27
27
  # Run
28
28
  qitqode
package/README.ja.md CHANGED
@@ -21,8 +21,8 @@
21
21
  ## クイックスタート
22
22
 
23
23
  ```bash
24
- # Requires Bun 1.3.11 or newer
25
- bun add --global @qitqode/cli
24
+ npm install -g @qitqode/cli
25
+ # or: bun add --global @qitqode/cli
26
26
 
27
27
  # Run
28
28
  qitqode
package/README.md CHANGED
@@ -21,8 +21,8 @@ One account, five model tiers — **Free**, **Default**, **Fast**, **Economy**,
21
21
  ## Quick Start
22
22
 
23
23
  ```bash
24
- # Requires Bun 1.3.11 or newer
25
- bun add --global @qitqode/cli
24
+ npm install -g @qitqode/cli
25
+ # or: bun add --global @qitqode/cli
26
26
 
27
27
  # Run
28
28
  qitqode
@@ -229,7 +229,7 @@ musl wrapper instead:
229
229
 
230
230
  ```bash
231
231
  apk add libstdc++ libgcc
232
- bun add --global @qitqode/cli-musl
232
+ npm install -g @qitqode/cli-musl
233
233
  ```
234
234
 
235
235
  The dedicated wrapper prevents Bun from downloading both glibc and musl binaries. The x64 builds
@@ -246,5 +246,5 @@ At runtime, QitQode sends prompt context to the selected QitQode/model backend.
246
246
  `models.dev` catalog and package-version metadata. Remote product analytics are currently hard-disabled.
247
247
  Operator-configured OpenTelemetry remains available only when `OTEL_EXPORTER_OTLP_ENDPOINT` is explicitly set.
248
248
 
249
- Source and documentation are available in the
249
+ Documentation and issue tracking are available in the
250
250
  [QitQode repository](https://github.com/qitqode/qitqode).
package/README.pt.md CHANGED
@@ -21,8 +21,8 @@ Uma conta, cinco níveis de modelo — **Free**, **Default**, **Fast**, **Econom
21
21
  ## Início Rápido
22
22
 
23
23
  ```bash
24
- # Requires Bun 1.3.11 or newer
25
- bun add --global @qitqode/cli
24
+ npm install -g @qitqode/cli
25
+ # or: bun add --global @qitqode/cli
26
26
 
27
27
  # Run
28
28
  qitqode
package/README.ru.md CHANGED
@@ -21,8 +21,8 @@
21
21
  ## Быстрый старт
22
22
 
23
23
  ```bash
24
- # Requires Bun 1.3.11 or newer
25
- bun add --global @qitqode/cli
24
+ npm install -g @qitqode/cli
25
+ # or: bun add --global @qitqode/cli
26
26
 
27
27
  # Run
28
28
  qitqode
package/README.zh.md CHANGED
@@ -21,8 +21,8 @@
21
21
  ## 快速开始
22
22
 
23
23
  ```bash
24
- # Requires Bun 1.3.11 or newer
25
- bun add --global @qitqode/cli
24
+ npm install -g @qitqode/cli
25
+ # or: bun add --global @qitqode/cli
26
26
 
27
27
  # Run
28
28
  qitqode
package/README.zht.md CHANGED
@@ -21,8 +21,8 @@
21
21
  ## 快速開始
22
22
 
23
23
  ```bash
24
- # Requires Bun 1.3.11 or newer
25
- bun add --global @qitqode/cli
24
+ npm install -g @qitqode/cli
25
+ # or: bun add --global @qitqode/cli
26
26
 
27
27
  # Run
28
28
  qitqode
package/bin/qitqode CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env bun
1
+ #!/usr/bin/env node
2
2
 
3
3
  import { spawnSync } from "node:child_process"
4
4
  import { existsSync, realpathSync } from "node:fs"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qitqode/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Terminal-native AI coding agent.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -18,7 +18,7 @@
18
18
  "tui"
19
19
  ],
20
20
  "engines": {
21
- "bun": ">=1.3.11"
21
+ "node": ">=20"
22
22
  },
23
23
  "bin": {
24
24
  "qitqode": "bin/qitqode"
@@ -37,12 +37,12 @@
37
37
  "THIRD_PARTY_NOTICES"
38
38
  ],
39
39
  "optionalDependencies": {
40
- "@qitqode/qitqode-linux-arm64": "0.1.1",
41
- "@qitqode/qitqode-linux-x64-baseline": "0.1.1",
42
- "@qitqode/qitqode-darwin-arm64": "0.1.1",
43
- "@qitqode/qitqode-darwin-x64-baseline": "0.1.1",
44
- "@qitqode/qitqode-windows-arm64": "0.1.1",
45
- "@qitqode/qitqode-windows-x64-baseline": "0.1.1"
40
+ "@qitqode/qitqode-linux-arm64": "0.1.2",
41
+ "@qitqode/qitqode-linux-x64-baseline": "0.1.2",
42
+ "@qitqode/qitqode-darwin-arm64": "0.1.2",
43
+ "@qitqode/qitqode-darwin-x64-baseline": "0.1.2",
44
+ "@qitqode/qitqode-windows-arm64": "0.1.2",
45
+ "@qitqode/qitqode-windows-x64-baseline": "0.1.2"
46
46
  },
47
47
  "publishConfig": {
48
48
  "access": "public"