Skip to content

Commit efb2b43

Browse files
feat: add discoverability patch with new /docs <command> and improved documentation for /personality and /insights
1 parent f673f75 commit efb2b43

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,43 @@ For releases before v1.3.35, see [GitHub Releases](https://github.com/VladoIvank
1111
> as the social-share summary (IFTTT → X/Bluesky), capped at 220 chars.
1212
> If omitted, the feed falls back to the first paragraph.
1313
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
22+
(`personality`, `insights`, `plan`, `go`, `mcp`, `skills`,
23+
`checkpoint`, `rewind`, `hooks`, `commands`, `openrouter`, `memory`,
24+
`profile`, `compact`, `cost`, …); falls back to a marketplace search
25+
on `/docs/commands?q=<cmd>` for unknown ones. Plain `/docs` opens
26+
the docs index. Closes the gap between brief slash-command
27+
autocomplete and the actual reference material.
28+
- **`/help` footer hint.** Below the scroll line: `Full guides →
29+
codeep.dev/docs · /docs <command>`. Users skimming the inline help
30+
now know there's a deeper layer one keystroke away.
31+
32+
### Improved — web docs
33+
34+
- **`/personality` guide** went from a 2-row table to a full reference:
35+
3-column "when to use / what it changes" table for all 6 presets,
36+
basic-flow terminal demo, end-to-end "combo with plan mode" example
37+
(security-paranoid OAuth callback), custom personalities section
38+
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+
1451
## [2.0.3] — 2026-05-19
1552

1653
> 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

Comments
 (0)