Releases: DeepBlueDynamics/hyperia
Releases · DeepBlueDynamics/hyperia
v0.9.0 — Maximus tokenmax layer
What's new
Maximus tokenmax — iterative Ollama-powered compression for tool results
- Ghost agent tool results now run through a 3-stage pipeline: classify content type → derive extraction strategy → apply iteratively until stable (up to 3 passes)
- Annotates every result with
[tokenmax type=X pattern=Y src=ollama/Ni A→Bchars]so agents always know what was filtered - Adaptive hints in output:
raw=trueto get full content,maximus_explainto see the strategy used - Ferricula-backed pattern memory — learned extraction patterns persist across sessions
- Offline heuristic fallback (cargo-test, JSON, git-diff, Rust compiler output, HTTP responses) when Ollama is unavailable
maximus_explaintool — see content type, strategy, compression ratio, and iteration count from the last extractionraw=trueparam added toterminal_run,terminal_screen,file_read,tab_snapshot,shell_state- External MCP agents get the same tokenmax treatment via the Hyperia MCP server
Installation
Download and run Hyperia-0.9.0-x64.exe. Signed with Azure Trusted Signing.
v0.8.9
v0.8.8
v0.8.7
v0.8.6
v0.8.5
v0.8.4
v0.8.3
v0.7.19
Changes since v0.7.17
- Retro stats HUD, web pane tab fixes, token tracking (bump to 0.7.19)
- fix(mcp): add 10s HTTP timeout to reqwest client to prevent MCP disconnects
- MCP/Ghost parity, sidecar crash loop fix, code note line numbers (0.7.18)
- Fix Nemesis8 installer PATH detection on macOS
- Make CLI wrapper script executable
- docs: move BUILDING.md and SIGNING-APPLE.md under docs/, fix README links
- docs: clarify pane addressing — paneId accepted alongside label
v0.7.17
What's new
- Pane addressing by paneId — agents can now address unlabeled split panes directly by their UUID;
tab_snapshotandshell_stateno longer show the same pane twice when labels are missing - Rich tool action log — ghost chat shows human-readable labels per tool call (e.g. "Web pane: https://...", "Split right", "$ npm install") with pending state while executing
- Web panes always open as new tabs —
open_web_panenever overlays an existing terminal - Right-click context menu on web panes — Split Down/Right, Close Pane, etc.
- Ghost agent uses
open_web_pane— system prompt now explicitly tells the agent to use the tool instead of launching the OS browser - Open window from tray/icon — clicking the icon or tray when no windows are open now creates a new window instead of doing nothing
- Web pane dialog defaults to shivvr.nuts.services, text pre-selected
- Mac build docs — BUILDING.md now covers the
--targetrequirement for macOS sidecar builds