You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,43 @@ For releases before v1.3.35, see [GitHub Releases](https://github.com/VladoIvank
11
11
> as the social-share summary (IFTTT → X/Bluesky), capped at 220 chars.
12
12
> If omitted, the feed falls back to the first paragraph.
13
13
14
+
## [2.0.4] — 2026-05-19
15
+
16
+
> Discoverability patch: new `/docs <command>` jumps from any slash command to its full guide on codeep.dev, the `/help` footer now points at the same place, and `/personality` and `/insights` have proper docs pages instead of one-liners.
17
+
18
+
### Added
19
+
20
+
-**`/docs <command>`** — opens the per-command guide for any 2.0
21
+
feature in your default browser. Knows 17 commands directly
with full Acme Corp template, scope override rules, where-it-works
39
+
matrix, and a warning callout about chat() path behaviour.
40
+
-**`/insights` guide** got similar treatment: source-of-truth JSON
41
+
shape from `~/.codeep/history/<id>.json`, what-you-see breakdown
42
+
per section, flags table, realistic terminal demo, and a tip
43
+
pointing at the dashboard for historical cost.
44
+
45
+
### Notes
46
+
47
+
- No agent behaviour or API changes — this is purely discoverability
48
+
and documentation. Safe to skip if you already know the surface area,
49
+
worthwhile if you've been wondering "what else is in here".
50
+
14
51
## [2.0.3] — 2026-05-19
15
52
16
53
> Two Hermes-inspired additions: `/personality <name>` switches agent tone mid-conversation (concise, security-paranoid, senior-reviewer, junior-mentor, ship-it, verbose, or your own from `.codeep/personalities/*.md`), and `/insights [--days N]` summarises what you've been working on — runs, files, tools, projects.
0 commit comments