poe-code 1.0.1 → 1.0.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.
- package/README.md +2 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
# poe-code
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> Wire your local dev tools to the Poe API in seconds
|
|
4
4
|
|
|
5
5
|
## Quick Start
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
|
|
9
|
-
poe-code login
|
|
10
|
-
poe-code configure claude-code
|
|
8
|
+
npx poe-code configure claude-code
|
|
11
9
|
```
|
|
12
10
|
|
|
13
11
|
## Features
|
|
@@ -15,7 +13,6 @@ poe-code configure claude-code
|
|
|
15
13
|
- 🚀 **90-second setup** for coding agents with Poe API
|
|
16
14
|
- 🤖 **Multiple agents** - Claude Code, Codex, OpenCode
|
|
17
15
|
- 💬 **Interactive mode** for conversational workflows
|
|
18
|
-
- ⚡ **Async spawning** with git worktree support
|
|
19
16
|
|
|
20
17
|
## Installation
|
|
21
18
|
|