docs: changelog for v0.6.1#152
Merged
simongdavies merged 1 commit intoMay 15, 2026
Merged
Conversation
Patch release covering three PRs merged after v0.6.0: • hyperlight-dev#149 — README quick-install section near the top for faster onboarding • hyperlight-dev#150 — @github/copilot dependency bump 1.0.39 → 1.0.48 • hyperlight-dev#151 — agent REPL UX overhaul (skill hot-reload, /skills <name> rewrite, marked-terminal v7 tight-list patch, MCP prerequisite surfacing, profile preview as markdown table, sandbox verbose-trace debug-log routing, built-in skill shadow protection, plus 2 review-round fixes for /skills reload rewrite + path traversal in skill detection) Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a v0.6.1 changelog entry covering three merged PRs: README quick-install (#149), @github/copilot dependency bump (#150), and a REPL UX overhaul (#151).
Changes:
- New
## [v0.6.1] - 2026-05-15section under Unreleased with Fixed/Added/Changed subsections. - Documents skill management safety, MCP guidance, profile-preview rendering, sandbox trace routing, and marked-terminal fixes from #151.
- Lists README onboarding tweak (#149) and
@github/copilot1.0.39→1.0.48 bump (#150).
| @@ -6,6 +6,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |||
|
|
|||
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.
Patch release covering three PRs merged after v0.6.0:
• #149 — README quick-install section near the top for faster onboarding • #150 — @github/copilot dependency bump 1.0.39 → 1.0.48 • #151 — agent REPL UX overhaul (skill hot-reload, /skills rewrite,
marked-terminal v7 tight-list patch, MCP prerequisite surfacing, profile
preview as markdown table, sandbox verbose-trace debug-log routing,
built-in skill shadow protection, plus 2 review-round fixes for /skills
reload rewrite + path traversal in skill detection)