@bman654/clodex 2.11.5 → 2.11.7
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.md +3 -0
- package/dist/cli.js +380 -134
- package/dist/cli.js.map +1 -1
- package/docs/windows-setup.md +300 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -106,6 +106,9 @@ flowchart LR
|
|
|
106
106
|
> [!TIP]
|
|
107
107
|
> Using Claude Code's agents view or background agents? Ask your Claude Code agent to read [docs/background-agents.md](docs/background-agents.md) and set it up for you — one global `clodex server --proxy` plus the `clodex-claude` wrapper bin bridges every claude process automatically.
|
|
108
108
|
|
|
109
|
+
> [!TIP]
|
|
110
|
+
> On Windows with the Claude Code VS Code extension? See [docs/windows-setup.md](docs/windows-setup.md) — proxy-mode env vars route the extension through clodex, and an optional process wrapper makes clodex models appear in its model picker.
|
|
111
|
+
|
|
109
112
|
## CLI reference
|
|
110
113
|
|
|
111
114
|
### `clodex claude [options] [claude-flags]`
|