@dexlyai/dexly 0.1.1 → 0.1.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 (4) hide show
  1. package/README.md +4 -2
  2. package/dist/cli.js +611 -300
  3. package/dist/host.js +332 -111
  4. package/package.json +1 -1
package/README.md CHANGED
@@ -1,13 +1,15 @@
1
1
  # Dexly Companion
2
2
 
3
- Dexly Companion is the local native-messaging bridge that connects the Dexly Chrome extension to a local Codex app-server on macOS.
3
+ Dexly Companion is the local native-messaging bridge that connects the Dexly Chrome extension to a local Codex app-server on macOS, Windows, and Linux.
4
4
 
5
5
  ## Requirements
6
6
 
7
- - macOS
7
+ - macOS, Windows, or Linux
8
8
  - Google Chrome
9
9
  - Node.js 20+
10
10
 
11
+ The public npm install flow is cross-platform. Repo-local development helper scripts remain POSIX-oriented for now.
12
+
11
13
  ## Install
12
14
 
13
15
  ```bash