Tags: hyperlight-dev/hyperagent
Tags
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.
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]>
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]>
PreviousNext