beercan 0.4.7 → 0.4.8
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -88,6 +88,7 @@ Uptime: 2h 15m | Projects: 1 | Running: 0
|
|
|
88
88
|
```
|
|
89
89
|
|
|
90
90
|
Natural language or slash commands — Skippy understands both.
|
|
91
|
+
Skippy remembers your conversation — refer to previous messages and he'll follow along.
|
|
91
92
|
|
|
92
93
|
### Shortcuts
|
|
93
94
|
|
|
@@ -331,6 +332,9 @@ All providers share the same ChatBridge — slash commands and natural language
|
|
|
331
332
|
- **Interactive setup** — `beercan setup` wizard for first-time configuration
|
|
332
333
|
- **Skippy personality** — randomized phrase pools with 60+ responses across 13 categories
|
|
333
334
|
- **Status dashboard** — live web UI at `beercan-site/status.html`
|
|
335
|
+
- **Conversation memory** — Skippy remembers last 20 messages per chat channel for multi-turn context
|
|
336
|
+
- **Skills system** — workflow recipes with trigger matching and context injection (`~/.beercan/skills/`)
|
|
337
|
+
- **Auto version badge** — landing page auto-fetches latest version from npm
|
|
334
338
|
|
|
335
339
|
## CLI Reference
|
|
336
340
|
|