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.
Files changed (2) hide show
  1. package/README.md +2 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,13 +1,11 @@
1
1
  # poe-code
2
2
 
3
- > Fast CLI to wire your local dev tools to the Poe API
3
+ > Wire your local dev tools to the Poe API in seconds
4
4
 
5
5
  ## Quick Start
6
6
 
7
7
  ```bash
8
- npm i -g poe-code
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poe-code",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "CLI tool to configure Poe API for developer workflows.",
5
5
  "type": "module",
6
6
  "scripts": {