Skip to content

Releases: DeepBlueDynamics/hyperia

v0.9.0 — Maximus tokenmax layer

29 Apr 23:18

Choose a tag to compare

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=true to get full content, maximus_explain to 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_explain tool — see content type, strategy, compression ratio, and iteration count from the last extraction
  • raw=true param added to terminal_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

29 Apr 02:49

Choose a tag to compare

Splash: ™ is now a live particle node in the Weber field simulation. Removes static superscript.

v0.8.8

29 Apr 01:05

Choose a tag to compare

Fix install.ps1: HttpClient→HttpWebRequest (fixes 'Unable to find type' error via irm|iex). Settings fixes from 0.8.7.

v0.8.7

29 Apr 00:29

Choose a tag to compare

Fix settings window: add missing escapeHtml, fix shivvr widget onclick, increase window to 520x700, allow body scroll. All binaries signed.

v0.8.6

29 Apr 00:19

Choose a tag to compare

Install script: streaming progress bar with live bandwidth, windowed installer. All Windows binaries signed including hyperia-sidecar.exe.

v0.8.5

28 Apr 23:49

Choose a tag to compare

Fix splash screen HYPERIA title positioning (position:relative override bug). Sidecar signing, TM mark, DeepBlue Dynamics branding.

v0.8.4

28 Apr 23:44

Choose a tag to compare

Sign sidecar binary (hyperia-sidecar.exe now signed via Azure Trusted Signing). Splash screen TM mark and DeepBlue Dynamics, LLC branding. Bump ferricula to v0.9.3.

v0.8.3

28 Apr 13:25

Choose a tag to compare

Settings agent, tab overflow scroll arrows, open_settings tool, Maximus context compression, sticky_note_read MCP tool, install scripts. Fix: Ferricula Row v0.9.3 compat.

v0.7.19

17 Apr 18:07

Choose a tag to compare

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

14 Apr 20:18

Choose a tag to compare

What's new

  • Pane addressing by paneId — agents can now address unlabeled split panes directly by their UUID; tab_snapshot and shell_state no 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 tabsopen_web_pane never 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 --target requirement for macOS sidecar builds