poe-code 3.0.53-beta.1 → 3.0.53
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 +5 -5
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
|
|
12
12
|
Power your favorite coding agents (Claude Code, Codex, OpenCode, and more) with your Poe subscription—**no need to handle multiple providers/accounts.** Poe Code routes everything through the [Poe API](https://poe.com/api) .
|
|
13
13
|
|
|
14
|
-
Use it on a single session (`poe-code wrap claude`) or configure it as your default and use your tools normally.
|
|
14
|
+
Use it on a single session (`npx poe-code@latest wrap claude`) or configure it as your default and use your tools normally.
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
## Quickstart
|
|
18
18
|
Start a coding session routing all your `claude` calls to Poe
|
|
19
19
|
```bash
|
|
20
|
-
npx poe-code wrap claude
|
|
20
|
+
npx poe-code@latest wrap claude
|
|
21
21
|
# Also available: codex, opencode, kimi
|
|
22
22
|
```
|
|
23
23
|
|
|
@@ -28,7 +28,7 @@ This updates the provider’s config files and continue using your tools normall
|
|
|
28
28
|
|
|
29
29
|
```bash
|
|
30
30
|
# Start the interactive setup
|
|
31
|
-
npx poe-code configure
|
|
31
|
+
npx poe-code@latest configure
|
|
32
32
|
|
|
33
33
|
# Setup a specific agent
|
|
34
34
|
npx poe-code@latest configure codex # (or claude, opencode, kimi)
|
|
@@ -38,13 +38,13 @@ npx poe-code@latest configure codex # (or claude, opencode, kimi)
|
|
|
38
38
|
### Unconfigure (remove overrides)
|
|
39
39
|
|
|
40
40
|
```bash
|
|
41
|
-
npx poe-code unconfigure claude
|
|
41
|
+
npx poe-code@latest unconfigure claude
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
### Logout (remove config + credentials)
|
|
45
45
|
|
|
46
46
|
```bash
|
|
47
|
-
npx poe-code logout
|
|
47
|
+
npx poe-code@latest logout
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
|
package/dist/index.js
CHANGED
|
@@ -36337,7 +36337,7 @@ function registerModelsCommand(program, container) {
|
|
|
36337
36337
|
// package.json
|
|
36338
36338
|
var package_default = {
|
|
36339
36339
|
name: "poe-code",
|
|
36340
|
-
version: "3.0.53
|
|
36340
|
+
version: "3.0.53",
|
|
36341
36341
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
36342
36342
|
type: "module",
|
|
36343
36343
|
workspaces: [
|