@zinley/orion 1.2.2 → 1.2.3

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,6 +26,10 @@ Orion can interactively use Claude Code, Gemini CLI, or any interactive CLI app
26
26
 
27
27
  <img src="https://github.com/Zinley-dev/orion-cli-1/blob/main/merged_video.gif?raw=1" />
28
28
 
29
+ ## Browser Automation
30
+
31
+ The current CLI version is not equipped with browser use capabilities. For the full feature set including web automation, download the macOS version from [meetorion.app/downloads](https://meetorion.app/downloads).
32
+
29
33
  ## Dashboard
30
34
 
31
35
  Visit [meetorion.app/dashboard](https://meetorion.app/dashboard) to:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zinley/orion",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "A fully autonomous on-device agent that lives in your terminal.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",