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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beercan",
3
- "version": "0.4.7",
3
+ "version": "0.4.8",
4
4
  "description": "Autonomous AI agent system — powered by Skippy the Magnificent.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",