Skip to content

Tags: hyperlight-dev/hyperagent

Tags

v0.6.1

Toggle v0.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
simongdavies Simon Davies
v0.6.1

Patch release: agent REPL UX overhaul, MCP prerequisite surfacing, skill
hot-reload, profile preview as markdown table, marked-terminal v7 tight-list
fix, /skills <name> rewrite, path traversal hardening in skill detection,
@github/copilot 1.0.39 → 1.0.48 bump, README quick-install section.

See CHANGELOG.md for full details.

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
simongdavies Simon Davies
Release v0.6.0

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
simongdavies Simon Davies
v0.5.0: Configurable plugin limits, cost estimation, skill questions,…

… PPTX/PDF fixes

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(mcp): MSAL bootstrap for M365 server discovery (#97)

Add acquireDiscoveryToken() to setup-commands.ts — when no cached
token exists for m365-refresh-servers, MSAL acquires one interactively
(browser or device-code flow, matching the configured auth flow).

Token chain: --token flag → cached MSAL token → interactive MSAL.
Spawns a child process for MSAL to avoid importing the library at
module level in the CLI entrypoint.

Also updates MCP.md with minor corrections.

Signed-off-by: Simon Davies <[email protected]>

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(release): remove fragile package size check (#96)

Signed-off-by: Simon Davies <[email protected]>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/mcp tool discovery flow (#95)

* fix(agent): detect bold suggested slash commands

* Improve MCP tool discovery flow

Signed-off-by: Simon Davies <[email protected]>

* Add standalone MCP setup CLI commands

Signed-off-by: Simon Davies <[email protected]>

* Address MCP PR review comments

Signed-off-by: Simon Davies <[email protected]>

---------

Signed-off-by: Simon Davies <[email protected]>

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(agent): improve handler edits and mcp gateway load (#88)

* fix(agent): improve handler edits and mcp gateway load

* fix(agent): address handler edit review feedback

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix npm install (#79)

Signed-off-by: Simon Davies <[email protected]>

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update release docs (#78)

Signed-off-by: Simon Davies <[email protected]>

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix npm publish (#76)

Signed-off-by: Simon Davies <[email protected]>