Skip to content

v1.9.63

Choose a tag to compare

@github-actions github-actions released this 14 Jun 20:58
0aba4ee

Agent Deck v1.9.63

Terminal session manager for AI coding agents.

Installation

Homebrew (recommended):

brew install asheshgoplani/tap/agent-deck

Quick Install:

curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bash

Go Install:

go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.9.63

Changelog

  • 3cd25ad chore(release): v1.9.63
  • 7263002 feat(agentpaths): export MergeTree/CopyTree no-clobber primitives
  • a6666ac feat(conductor): add MigrateConductorDir + split-brain detector
  • 66dc295 feat(conductor): support [conductor].dir override for the conductor base directory
  • 4baa3ce feat(conductor): wire conductor migrate-dir command + split-brain warning
  • f6bb794 fix(conductor): close two residual migrate-dir data-loss blockers
  • f4b1704 fix(conductor): full agent-deck invocation in stale-daemon hint + deterministic bridge test env
  • e83591f fix(conductor): harden setup against clobbering edited files + meta on re-run
  • 5d1d206 fix(conductor): honor [conductor].dir everywhere + correct the staleness docs
  • daa3e7a fix(conductor): make migrate-dir transactional + conflict-safe
  • 541b575 fix(conductor): quote systemd Environment= and ExecStart for paths with spaces
  • ec5302e fix(conductor): reject per-entry symlink aliases in migrate-dir
  • 44bb1de fix(conductor): surface Write and Close errors in writeFileIfAbsent
  • 3f259aa test(conductor): cover migrate-dir, split-brain, and clobber-hardening

Full Changelog: v1.9.62...v1.9.63