@orq-ai/cli 4.13.9 → 4.13.10

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -15,6 +15,8 @@ orq auth login
15
15
  orq prompts list
16
16
  orq agents list
17
17
  orq doctor
18
+ orq launch claude # launch Claude Code routed through the orq AI Router
19
+ orq launch codex --sandbox
18
20
  ```
19
21
 
20
22
  See the full documentation at
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orq-ai/cli",
3
- "version": "4.13.9",
3
+ "version": "4.13.10",
4
4
  "description": "Official command-line interface for the orq.ai API",
5
5
  "homepage": "https://github.com/orq-ai/orq-cli",
6
6
  "repository": {
@@ -19,11 +19,11 @@
19
19
  "README.md"
20
20
  ],
21
21
  "optionalDependencies": {
22
- "@orq-ai/cli-darwin-arm64": "4.13.9",
23
- "@orq-ai/cli-darwin-x64": "4.13.9",
24
- "@orq-ai/cli-linux-x64": "4.13.9",
25
- "@orq-ai/cli-linux-arm64": "4.13.9",
26
- "@orq-ai/cli-win32-x64": "4.13.9"
22
+ "@orq-ai/cli-darwin-arm64": "4.13.10",
23
+ "@orq-ai/cli-darwin-x64": "4.13.10",
24
+ "@orq-ai/cli-linux-x64": "4.13.10",
25
+ "@orq-ai/cli-linux-arm64": "4.13.10",
26
+ "@orq-ai/cli-win32-x64": "4.13.10"
27
27
  },
28
28
  "engines": {
29
29
  "node": ">=14"