Skip to content

docs: changelog for v0.6.0#148

Merged
simongdavies merged 2 commits into
hyperlight-dev:mainfrom
simongdavies:docs-changelog-v0.6.0
May 15, 2026
Merged

docs: changelog for v0.6.0#148
simongdavies merged 2 commits into
hyperlight-dev:mainfrom
simongdavies:docs-changelog-v0.6.0

Conversation

@simongdavies
Copy link
Copy Markdown
Member

@simongdavies simongdavies commented May 15, 2026

Moves the [Unreleased] section to [v0.6.0] - 2026-05-15, covering the 23 commits landed on upstream/main since v0.5.0.

This is the prep PR for the v0.6.0 release tag — once this merges, I'll fast-forward main and push v0.6.0 (signed) pointing at the merged changelog commit, which fires the publish workflow (NPM + Docker).

Summary

Added

Fixed

Changed

Verification

  • prettier --check CHANGELOG.md clean
  • All commit IDs and PR numbers verified against git log v0.5.0..upstream/main
  • No code changes, docs-only — quality gate not re-run

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>
Copilot AI review requested due to automatic review settings May 15, 2026 10:39
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-15 section with Added/Fixed/Changed bullets covering recent merged work.
  • Left ## [Unreleased] at the top (now empty) and kept prior release sections intact.

Comment thread CHANGELOG.md
Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
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>
@simongdavies simongdavies merged commit 5a66988 into hyperlight-dev:main May 15, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants