Agent Deck v0.8.67
Terminal session manager for AI coding agents.
Changelog
- 33f4de8 feat(session): pass InstanceID to tmux for activity hooks
- a0aa9eb feat(status): extend StatusWatcher to detect .active files
- 4fb40ec feat(tmux): set up activity monitoring hooks on session start
- e64a85f feat: add ctrl+c to interrupt as primary busy indicator
- e176a31 feat: add debug logging for status transitions
- a80a5df feat: make background worker self-ticking for status updates during tea.Exec
- bec510f feat: use --session-id for instant session ID capture
- 7a291e9 fix(hooks): remove tmux activity hooks, keep Stop hook only
- d0732cc fix(hooks): set up activity monitoring on session load
- eeb818f fix(notifications): make key bindings thread-safe for background sync
- 6e4deef fix(ui): complete status watcher removal
- 76c644c fix(ui): remove redundant tick scheduling in statusEventMsg handler
- ab155d1 fix: apply sessionHasConversationData check to Restart()
- 8d03dd4 fix: handle restart of sessions with no conversation data
- 55205a4 fix: use --session-id when session file doesn't exist
- 3a53115 perf(status): reduce grace period from 5s to 1.5s for faster startup
- 8e676c6 perf(ui): reduce polling frequency with hook-based detection
- 2e3f73b perf: remove 6-second animation minimum, use status-based detection
Full Changelog: v0.8.65...v0.8.67