Skip to content

v0.9.1

Latest

Choose a tag to compare

@wjhuang88 wjhuang88 released this 08 Sep 17:18
· 33 commits to main since this release

Changes since v0.9.0

  • chore(workspace): prepare GitHub release v0.9.1 (1ff865c2)
  • docs(runtime): close out I251 and RUNTIME-007 (#499) (#506) (8ccd020e)
  • fix(runtime): terminalize pre-provider rejected submissions (#499) (#505) (c9225abf)
  • docs(runtime): activate I251 claim for #499 (bd864366)
  • Merge pull request #503 from wjhuang88/impl/i250-full-workspace-upgrade (891c7800)
  • fix(dependencies): remove duplicate baseline marker (#474) (3eb0d6af)
  • docs(dependencies): refresh accepted baseline table (#474) (e57fc023)
  • docs(dependencies): close I250 accepted baseline (#474) (e10eafe2)
  • feat(workspace): complete full dependency upgrade (#474) (76f0a41b)
  • docs(workspace): close I248 and activate full dependency upgrade (#474) (ea9a4c37)
  • docs(workspace): sync dependency governance status (#474) (97489a47)
  • docs(workspace): reconcile issue status for dependency claim (#474) (1cf678cb)
  • docs(runtime): register pre-provider rejection issue (#499) (7a264bc1)
  • docs(workspace): exclude runtime issue from dependency upgrade scope (#474) (b03aa168)
  • docs(workspace): finalize dependency governance closeout (#474) (d2451fff)
  • Merge pull request #498 from wjhuang88/governance/i248-closeout-full-upgrade-plan (a7d168ee)
  • fix(workspace): complete dependency audit acceptance gates (#474) (5d2e4443)
  • docs(workspace): complete dependency upgrade claim metadata (#474) (16dd1dcc)
  • docs(workspace): close dependency governance and plan full upgrade (#474) (376c2ae3)
  • Merge pull request #497 from wjhuang88/impl/i248-dependency-governance (7b4e21ce)
  • fix(workspace): align dependency report ordering (#474) (dbd847ec)
  • feat(workspace): establish dependency audit governance (#474) (1a98048f)
  • test(workspace): verify dependency audit frontend parity (#474) (adb5bb94)
  • docs(governance): plan one dependency upgrade pilot (#474) (1e9bff7f)
  • feat(workspace): classify live dependency drift (#474) (7254efd3)
  • docs(governance): record dependency audit implementation evidence (#474) (977f2631)
  • feat(workspace): implement dependency audit frontends (#474) (0806f5f1)
  • docs(governance): plan dependency governance closed loop (#474) (#496) (7c3f6421)
  • docs(task): finalize steering capability ledger (#467) (#495) (e336e438)
  • docs(task): close steering and capability seam plan (#467) (#494) (ce3d4cb9)
  • docs(i246): close CAP-001-P0 compatibility preparation (#467) (#493) (2289fb80)
  • refactor(text): establish CAP-001 compatibility seam (#467) (#492) (9a3c1d86)
  • Merge pull request #491 from wjhuang88/i246-narrow-claim (f913d28b)
  • fix(governance): keep I246 claim nonterminal (#467) (8d2fec27)
  • fix(governance): add I246 nonterminal inventory (#467) (94e75a0f)
  • fix(governance): bind I246 claim PR metadata (#467) (13d8425c)
  • docs(governance): retain I246 bounded code alignment (#467) (b7b24e73)
  • docs(governance): narrow I246 characterization claim (#467) (049d0c99)
  • Merge pull request #490 from wjhuang88/chore/i208-closeout (5e8e9302)
  • docs(governance): close I208 steering boundary (#267) (860c22ce)
  • Merge pull request #489 from wjhuang88/fix/i208-steering-runtime-boundary (442d143b)
  • fix(agent): complete same-turn steering handoff (#I208) (8a502c26)
  • Merge pull request #488 from wjhuang88/impl/i208-tui050-steering-insertion-boundary (5abc6eb8)
  • docs(tui): bind I208 implementation candidate (#I208) (f5fe914f)
  • docs(tui): record I208 activation and local convergence (#I208) (9d54637f)
  • feat(cli): insert steering at tool boundaries (#I208) (af72122a)
  • Merge pull request #487 from wjhuang88/governance/i208-claim-owner-first-v2 (75ca8057)
  • docs(workspace): sync I208 claim views (#I208) (d3b1d94e)
  • docs(tui): establish I208 claim owner record (#I208) (ce70b651)
  • Merge pull request #485 from wjhuang88/governance/i207-closeout-owner-first-v2 (2edb914f)
  • docs(workspace): sync I207 closeout views (#I207) (799d561c)
  • docs(tui): close I207 owners after acceptance (#I207) (6ce5e7bb)
  • fix(tui): wrap queued steering rows within padding (#I207) (ca3b2fa7)
  • docs(governance): sync I207 activation state (#267) (c6dfb476)
  • docs(governance): activate I207 steering wrap padding (8ff4c6f1)
  • docs(plan): schedule steering and capability seam sequence (#467) (c1f7e83d)
  • docs(release): close out v0.9.0 publication (#I245) (a401a35d)

Compare: v0.9.0...v0.9.1

Downloads

Platform Architecture File
Linux x86_64 talos-x86_64-linux.tar.gz
Linux ARM64 talos-aarch64-linux.tar.gz
macOS Apple Silicon talos-aarch64-darwin.tar.gz
macOS Intel talos-x86_64-darwin.tar.gz
Windows x86_64 talos-x86_64-windows.zip

Checksums: checksum.sha256

Install

# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/wjhuang88/talos/v0.9.1/install/install.sh | sh
# Install or roll back to this release
curl -fsSL https://raw.githubusercontent.com/wjhuang88/talos/v0.9.1/install/install.sh | TALOS_VERSION=v0.9.1 sh
# Windows (PowerShell)
irm https://raw.githubusercontent.com/wjhuang88/talos/v0.9.1/install/install.ps1 | iex
$env:TALOS_VERSION = 'v0.9.1'; irm https://raw.githubusercontent.com/wjhuang88/talos/v0.9.1/install/install.ps1 | iex; Remove-Item Env:TALOS_VERSION

Each archive contains a single talos (or talos.exe) binary.