pawmode 1.5.0 → 1.7.0
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 +15 -3
- package/dist/dashboard-server-B_5-1h9U.js +1201 -0
- package/dist/{dashboard-server-BLUIYHCS.js → dashboard-server-mp29nUYj.js} +1 -1
- package/dist/index.js +3585 -2252
- package/dist/permissions-CoaVX2ZM.js +3 -0
- package/dist/{scheduler-DppXPNqK.js → scheduler-B4_ayyUF.js} +1 -2
- package/dist/{scheduler-DAmd0GzB.js → scheduler-DOWqpB2d.js} +81 -209
- package/dist/{skills-CUY0swcW.js → skills-DwMXaN3R.js} +1 -1
- package/package.json +2 -4
- package/dist/dashboard-server-BiH4JLbM.js +0 -707
- package/dist/permissions-AJXigU7k.js +0 -3
- /package/dist/{permissions-BlGEHCXO.js → permissions-BHOAvP8i.js} +0 -0
- /package/dist/{skills-CMqq9k1-.js → skills-CJ_pyPlv.js} +0 -0
package/README.md
CHANGED
|
@@ -27,6 +27,7 @@ Run one command and OpenPaw:
|
|
|
27
27
|
- **Adds a Telegram bridge** so you can talk to Claude from your phone
|
|
28
28
|
- **Includes a task dashboard** — a local kanban board with drag-and-drop and 3 themes
|
|
29
29
|
- **Enables smart scheduling** — recurring tasks with per-run and daily cost caps so nothing runs away
|
|
30
|
+
- **Can paw-style Claude Code itself** — branded colors, spinners, input highlighting, and chat styling via `openpaw theme`
|
|
30
31
|
|
|
31
32
|
After setup, you just talk to Claude:
|
|
32
33
|
|
|
@@ -97,14 +98,14 @@ npx pawmode --preset developer --yes # fully non-interactive
|
|
|
97
98
|
|---|---|---|
|
|
98
99
|
| `c-lights` | Philips Hue control | [`openhue-cli`](https://github.com/openhue/openhue-cli) |
|
|
99
100
|
| `c-speakers` | Sonos speakers | [`sonoscli`](https://github.com/steipete/sonoscli) |
|
|
100
|
-
| `c-bluetooth` | Bluetooth devices | `
|
|
101
|
+
| `c-bluetooth` | Bluetooth devices | `blucli` |
|
|
101
102
|
|
|
102
103
|
### Browser & Automation
|
|
103
104
|
|
|
104
105
|
| Skill | What it does | Tools |
|
|
105
106
|
|---|---|---|
|
|
106
107
|
| `c-browser` | Headless browser — navigate, click, scrape | `playwright` |
|
|
107
|
-
| `c-cron` | Cron jobs + launchctl services | `lunchy` |
|
|
108
|
+
| `c-cron` | Cron jobs + launchctl services | `lunchy-go` |
|
|
108
109
|
| `c-schedule` | Recurring tasks with cost control | built-in |
|
|
109
110
|
| `c-briefing` | Daily morning briefing | depends on email + calendar |
|
|
110
111
|
|
|
@@ -157,7 +158,7 @@ npx pawmode --preset developer --yes # fully non-interactive
|
|
|
157
158
|
|
|
158
159
|
## Features
|
|
159
160
|
|
|
160
|
-
**Telegram Bridge** — Talk to Claude from your phone. Set up with `openpaw telegram setup`, start with `openpaw telegram`.
|
|
161
|
+
**Telegram Bridge** — Talk to Claude from your phone. OpenPaw configures the official Claude Code Telegram plugin (`telegram@claude-plugins-official`) — the bridge runs *inside* Claude Code with the same model, skills, and permissions as your terminal, so there's no separate bot process to drift or crash. Set up with `openpaw telegram setup`, start with `openpaw telegram`.
|
|
161
162
|
|
|
162
163
|
**Task Dashboard** — Local kanban board with 3 themes (Paw, Midnight, Neon). Run `openpaw dashboard`.
|
|
163
164
|
|
|
@@ -165,8 +166,16 @@ npx pawmode --preset developer --yes # fully non-interactive
|
|
|
165
166
|
<img src="docs/dashboard.png" alt="OpenPaw Task Dashboard" width="700">
|
|
166
167
|
</p>
|
|
167
168
|
|
|
169
|
+
**Self-Learning** — Opt in during setup and paw quietly gets better over time. After each session a Stop hook runs a cheap heuristic gate (≥5 tool calls, an error it recovered from, or a correction you made); only then does it spend one small `claude -p` call to distill a single durable takeaway into a learnings file. You choose where that lives during setup — plain markdown (`~/.claude/memory/learnings.md`, zero setup), an Obsidian vault, or any custom path — so it doesn't have to be Obsidian. Never stores secrets or full transcripts. Turn it off anytime with `export OPENPAW_SELF_LEARNING=off`.
|
|
170
|
+
|
|
171
|
+
**Token Saving** — Opt in and OpenPaw wires up `rtk` (Rust Token Killer) as a PreToolUse hook that compresses verbose command output — git status/diff, build logs, etc. — for 40–90% fewer tokens. Offered in the wizard; installs via Homebrew if you don't have it.
|
|
172
|
+
|
|
173
|
+
**Migrate from another assistant** — Already using Hermes, OpenClaw, Copilot, or Claude Code? `openpaw migrate` imports what they already know — facts from Hermes `~/.hermes/memories`, OpenClaw's memory store, and your Claude Code history — into paw's self-learning memory, and can seed your SOUL.md from an existing persona. Secrets are stripped on the way in. Preview first with `openpaw migrate --dry-run`. The setup wizard offers this automatically when it detects another assistant on your machine.
|
|
174
|
+
|
|
168
175
|
**Scheduling** — Recurring tasks with per-run and daily cost caps. `openpaw schedule add "weekdays 8am" --run "check email"`.
|
|
169
176
|
|
|
177
|
+
**Claude Code Paw Theme** — Patch Claude Code with OpenPaw styling using tweakcc plus a native mascot fallback patch. Run `openpaw theme install` and then `openpaw theme verify`, or opt into it during `openpaw setup`. If your Claude Code build accepts custom themes, switch inside Claude Code with `/theme openpaw`; otherwise you still get the Paw mascot, welcome copy, mascot colors, lock-in status line, spinner, and input styling.
|
|
178
|
+
|
|
170
179
|
**CLAUDE.md Integration** — OpenPaw writes a section into `~/.claude/CLAUDE.md` so Claude knows its name, installed skills, and personality on every session start. Your existing CLAUDE.md content is preserved.
|
|
171
180
|
|
|
172
181
|
---
|
|
@@ -184,11 +193,14 @@ npx pawmode --preset developer --yes # fully non-interactive
|
|
|
184
193
|
| `openpaw doctor` | Diagnose issues |
|
|
185
194
|
| `openpaw update` | Upgrade CLI tools |
|
|
186
195
|
| `openpaw dashboard` | Task dashboard (`--theme midnight`, `--port 8080`) |
|
|
196
|
+
| `openpaw theme install` | Install the OpenPaw Claude Code patch globally |
|
|
197
|
+
| `openpaw theme verify` | Verify that Claude Code contains OpenPaw mascot/theme markers |
|
|
187
198
|
| `openpaw telegram` | Start Telegram bridge |
|
|
188
199
|
| `openpaw schedule add` | Add a scheduled job |
|
|
189
200
|
| `openpaw schedule list` | List scheduled jobs |
|
|
190
201
|
| `openpaw schedule costs` | View cost usage |
|
|
191
202
|
| `openpaw soul` | Edit personality |
|
|
203
|
+
| `openpaw migrate` | Import knowledge from Hermes/OpenClaw/Copilot/Claude Code (`--dry-run`, `--from`) |
|
|
192
204
|
| `openpaw export` / `import` | Backup and restore config |
|
|
193
205
|
| `openpaw reset` | Remove everything OpenPaw installed |
|
|
194
206
|
|