1.9.2
Install
Drop the attached .zip at your repo root without extracting it — the agent unpacks it as the first step. Then type this shortcut phrase as a chat message to your AI agent (Claude Code, Cursor, Codex, Junie, GitHub Copilot, Windsurf, Air, or Warp):
Install Wavefoundry
That is the only operator-typed command — the agent runs the rest of the install. Prerequisites: Python 3.11+, an MCP-aware agent host. Full walkthrough and host-specific notes in the README.
Upgrade
Already running Wavefoundry? Drop the attached .zip at your repo root without extracting it and type this shortcut phrase to your agent:
Upgrade Wavefoundry
The agent unpacks the zip, advances the framework, runs any required migrations and index rebuilds, and reloads the MCP server. Review the version notes below for anything that re-indexes or changes behavior on this upgrade.
Changed
- Windows and no-PATH setup guidance leads with
wf. Operator-facing install, upgrade, prompt index, framework-operator, dashboard, and install-seed guidance now treatswf setupandwfsubcommands as the primary command surface, with repo-localwf.cmd/ POSIX shim paths only as no-PATH fallbacks. This closes the guidance hole where agents guessedpython .wavefoundry/bin/wfon native Windows. Wave 1p7pk / native-Windows field follow-up.
Fixed
- Native-Windows MCP stdio framing hardening. The MCP runner now configures stdin/stdout/stderr to UTF-8 with LF-only newlines before building the server and entering the stdio transport, with stdout/stderr write-through enabled. This keeps Wavefoundry's side of the JSON-RPC stdio boundary byte-stable on native Windows text streams while preserving stderr-only diagnostics. Wave 1p7pk / native-Windows field follow-up.