Skip to content

Tags: hyperlight-dev/hyperagent

Tags

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 <simongdavies@users.noreply.github.com>

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 <simongdavies@users.noreply.github.com>

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 <simongdavies@users.noreply.github.com>

* Add standalone MCP setup CLI commands

Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>

* Address MCP PR review comments

Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>

---------

Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>

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 <simongdavies@users.noreply.github.com>

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 <simongdavies@users.noreply.github.com>

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 <simongdavies@users.noreply.github.com>

Verified

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

v0.1.5

Toggle v0.1.5's commit message
Windows Support

v0.1.4

Toggle v0.1.4's commit message
v0.1.4 - Fix plugin schema extraction and config