Commit 5a66988
authored
docs: changelog for v0.6.0 (#148)
* docs: changelog for v0.6.0
Move [Unreleased] section to [v0.6.0] - 2026-05-15 covering the 23
commits landed on upstream/main since v0.5.0:
Added:
- User-generated skills from session learnings (#139)
- KQL expert skill with requires-mcp frontmatter and Kusto highlighting (#137)
- Terminal markdown rendering via marked + marked-terminal (#135, #136)
- Verbose/debug gating for diagnostic output (#137)
- execute_bash large output interception (#134)
Fixed:
- marked v15 + marked-terminal v7 incompat in markdown-renderer (#138)
- HybridFs sandbox /tmp path mapping + adapter refactor (#134)
- Prettier mangling of nested template literals in styled output (#134)
- Full error text now wrapped in C.err() across 11 paths (#135)
- /markdown toggle now flips sessionNeedsRebuild (#136)
- looksLikeMarkdown false positives on bold/unordered-list (#136)
Changed:
- Dependency bumps: msal-node 5.2.1, tsx 4.22.0, @types/node 25.8.0,
tokio in code-validator guest (#142, #143, #146, #147)
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
* fix: address PR #148 review feedback (3 issues)
CHANGELOG.md:
- Fabric RTI CLI flag: `--mcp setup-fabric-rti` was wrong, actual
flag in src/agent/cli-parser.ts is `--mcp-setup-fabric-rti`
(single hyphenated token). Users copy-pasting the old form would
hit "unknown argument"
- Terminal markdown rendering default: said "raw streaming remains
the default" but cli-parser.ts sets `markdown: process.env.HYPERAGENT_MARKDOWN
!== "0"` (default ON) and `--[no-]markdown` help text confirms
default: on. Reworded to make default-on explicit and document
the three opt-out paths
- Missing link reference: added
`[v0.6.0]: https://github.com/hyperlight-dev/hyperagent/releases/tag/v0.6.0`
to match the existing reference-style link section
No code changes. Prettier clean.
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
---------
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>1 parent 8cfb28a commit 5a66988
1 file changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
9 | 32 | | |
10 | 33 | | |
11 | 34 | | |
| |||
257 | 280 | | |
258 | 281 | | |
259 | 282 | | |
| 283 | + | |
260 | 284 | | |
261 | 285 | | |
262 | 286 | | |
| |||
0 commit comments