@zinley/orion 1.2.23 → 1.2.25

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 (3) hide show
  1. package/README.md +6 -1
  2. package/dist/index.js +1757 -317
  3. package/package.json +12 -2
package/README.md CHANGED
@@ -40,7 +40,12 @@ Orion can interactively use Claude Code, Gemini CLI, or any interactive CLI app
40
40
 
41
41
  ## Browser Automation
42
42
 
43
- 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).
43
+ The CLI now supports browser automation via the `browser_use_agent` tool. This allows the AI agent to:
44
+ - Navigate websites and interact with web pages
45
+ - Fill forms, click buttons, extract data
46
+ - Perform complex multi-step browser tasks
47
+
48
+ Browser automation uses Patchright (Playwright fork) or system Chrome. On first run, the browser will be installed automatically via `patchright install chrome`.
44
49
 
45
50
  ## Dashboard
46
51