docs: changelog for v0.6.0#148
Merged
simongdavies merged 2 commits intoMay 15, 2026
Merged
Conversation
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 (hyperlight-dev#139) - KQL expert skill with requires-mcp frontmatter and Kusto highlighting (hyperlight-dev#137) - Terminal markdown rendering via marked + marked-terminal (hyperlight-dev#135, hyperlight-dev#136) - Verbose/debug gating for diagnostic output (hyperlight-dev#137) - execute_bash large output interception (hyperlight-dev#134) Fixed: - marked v15 + marked-terminal v7 incompat in markdown-renderer (hyperlight-dev#138) - HybridFs sandbox /tmp path mapping + adapter refactor (hyperlight-dev#134) - Prettier mangling of nested template literals in styled output (hyperlight-dev#134) - Full error text now wrapped in C.err() across 11 paths (hyperlight-dev#135) - /markdown toggle now flips sessionNeedsRebuild (hyperlight-dev#136) - looksLikeMarkdown false positives on bold/unordered-list (hyperlight-dev#136) Changed: - Dependency bumps: msal-node 5.2.1, tsx 4.22.0, @types/node 25.8.0, tokio in code-validator guest (hyperlight-dev#142, hyperlight-dev#143, hyperlight-dev#146, hyperlight-dev#147) Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the v0.6.0 release by moving the changelog entries from “Unreleased” into a dated v0.6.0 section, summarizing the set of features/fixes/dep bumps included since v0.5.0.
Changes:
- Added a new
## [v0.6.0] - 2026-05-15section with Added/Fixed/Changed bullets covering recent merged work. - Left
## [Unreleased]at the top (now empty) and kept prior release sections intact.
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves the
[Unreleased]section to[v0.6.0] - 2026-05-15, covering the 23 commits landed onupstream/mainsince v0.5.0.This is the prep PR for the v0.6.0 release tag — once this merges, I'll fast-forward
mainand pushv0.6.0(signed) pointing at the merged changelog commit, which fires the publish workflow (NPM + Docker).Summary
Added
/save-skill,generate_skilltool,/skills info|edit|delete, override semanticsrequires-mcp: fabric-rti-mcpfrontmatter, Kusto syntax highlighting,--mcp setup-fabric-rti--markdown//mdtoggle viamarked+marked-terminalHYPERAGENT_VERBOSE/_DEBUGexecute_bashlarge output interception (fix: HybridFs subclass, Prettier template literal fixes, path normali… #134) — mirrorsexecute_javascriptpatternFixed
markedv15 +marked-terminalv7 incompat (fix: marked v15 + marked-terminal v7 incompat in markdown-renderer #138) — root cause was the legacynew TerminalRenderer(opts)route assigning config to own enumerable properties; switched tomarkedTerminal()factory, added regression import test/tmppath mapping (fix: HybridFs subclass, Prettier template literal fixes, path normali… #134)/markdowntoggle missed system-prompt rebuild (fix: address remaining PR #135 review feedback #136)looksLikeMarkdownfalse positives (fix: address remaining PR #135 review feedback #136)Changed
Verification
prettier --check CHANGELOG.mdcleangit log v0.5.0..upstream/main