Skip to content

v0.0.2-rc4

Choose a tag to compare

@github-actions github-actions released this 19 Jul 06:26
04bd673

Installer entrypoints for Waired v0.0.2-rc4.
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

  • feat(claude): opt-in /model route directives — switch backend + honest window in-session (#52) by @gen16k in #53
  • feat(installer): pre-run confirmation, section rules, -InstallDir, QuickEdit fix, uninstall visibility by @gen16k in #54
  • feat(init): gcloud-style sign-in gate — print the URL first, open the browser on Enter by @gen16k in #56
  • fix(tray): unify the user-facing name to "Waired" (waired#810) by @gen16k in #59
  • feat(tray): light the tray icon while local inference runs (waired#811) by @gen16k in #60
  • fix(inference): selection-time confirm for over-spec models; no inference-time 422 (#61) by @gen16k in #62
  • refactor(tray): declutter the menu into submenus + aggregate status header (waired#809) by @gen16k in #63
  • feat(inference): apply preferred-model switch in process, no whole-agent restart (waired#812) by @gen16k in #64
  • fix(installer): clear OLLAMA_VULKAN / OLLAMA_IGPU_ENABLE on uninstall -Clean by @gen16k in #65

Full Changelog: v0.0.2-rc3...v0.0.2-rc4