Skip to content

v0.0.2-rc1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 12:46
759488b

Installer entrypoints for Waired v0.0.2-rc1.
Linux: curl -fsSL https://github.com/waired-ai/waired-agent/releases/latest/download/install.sh | sh
macOS: curl -fsSL https://github.com/waired-ai/waired-agent/releases/latest/download/install.sh | sh
Windows: iwr -useb https://github.com/waired-ai/waired-agent/releases/latest/download/install.ps1 | iex

Linux .deb packages live in Google Artifact Registry; install.sh adds the apt repo.
macOS binaries (waired-darwin-{amd64,arm64}.tar.gz + .sha256, unsigned ad-hoc) are
attached here; the same install.sh detects Darwin, installs Ollama, and registers
a per-user launchd LaunchAgent.
Windows binaries (waired-windows-amd64.zip + .sha256) and the GUI installer
(WairedSetup--x64.exe, unsigned -- see SmartScreen note in docs) are
attached here.

What's Changed

  • ci: run gitleaks in CI; condense CLAUDE.md, single-source the checks list by @gen16k in #7
  • docs: add cross-OS parity rules to CLAUDE.md by @gen16k in #8
  • Cross-OS parity sweep: bring existing code up to CLAUDE.md §Cross-OS parity by @gen16k in #9
  • ci(#2): per-PR real-NAT testnet gate via cross-repo dispatch by @gen16k in #10
  • docs: port session-start, worktree, and workflow rules to CLAUDE.md by @gen16k in #12
  • claude: follow the model's real context window — drop the static 200k auto-compact pin (waired#771) by @gen16k in #11
  • cli: benchmark/installer UX — name models+quality, foreground switch wait, deferred routing consent by @gen16k in #16
  • inference: measure true decode rate in the boot benchmark (waired#764) by @gen16k in #13
  • ci: rebuild the 3-OS installtest as an always-on per-PR gate (+ nightly re-home) by @gen16k in #17
  • ci(#1): re-home the codeui-multios / amsi-scan / routing-sentinel gates by @gen16k in #19
  • fix(installer): harden install.ps1 arg parsing + elevated-run diagnostics (waired#746, waired#748) by @gen16k in #20
  • build(#4): bundle LICENSE + THIRD_PARTY_LICENSES in Windows/macOS artifacts by @gen16k in #18
  • inference: verify ollama tuning per-model + report the runner's real -np (waired#763) by @gen16k in #21
  • fix(agent): elevated Windows init enables Claude routing + OS-correct elevation hints (waired#749, waired#752) by @gen16k in #23
  • fix(agent): waired status/auth status fall back to the system state dir (waired#751) by @gen16k in #25
  • feat(#656): bake app.waired.ai as the default control URL by @gen16k in #26
  • fix(inference): surface ollama serve startup stderr in last_error + CI (#22) by @gen16k in #24
  • fix(installer): converge Windows Inno installer onto Claude managed settings (waired#750) by @gen16k in #27
  • fix(installer): install.ps1 surfaces the tray (Start Menu + de-elevated launch) (waired#755) by @gen16k in #28
  • fix(uninstaller): uninstall.ps1 -Clean removes per-user integration in the right hive (waired#754) by @gen16k in #30
  • ci: settle-grace re-check before the testnet gate hard-fails (waired-ai/waired#799) by @gen16k in #31
  • fix: close remaining macOS OS-parity gaps (agent + installer, post-#22) by @gen16k in #32
  • fix(integration): base agent detection on non-waired content (waired#753) by @gen16k in #33
  • fix(disco): dedup the udp6 STUN send-failure WARN flood (waired#758) by @gen16k in #34
  • fix(installer): install.ps1 installs Ollama by default + streams download progress (waired#747) by @gen16k in #38
  • fix(init): daemon-mediated init shows model progress + picks a fit model (waired#756) by @gen16k in #39
  • docs: README uninstall/edge one-liners + move advanced install options to a reference page by @gen16k in #47

Full Changelog: v0.0.1-rc18...v0.0.2-rc1