v1.9.67
microsoft/TinyTroupev1.9.67Jun 15, 2026by github-actions[bot]
AI Summary
This release introduces a self-healing capability for the agent session manager, starting with an observe-only detection stage. The goal is to improve the resilience and reliability of the terminal sessions.
Key Highlights
- Self-healing Stage 1 (observe-only detection)
- Implementation of detection mechanism for session issues
- Added observe-only detection feature
New Features
- Self-healing Stage 1 (observe-only detection)
Full Release Notes
## Agent Deck v1.9.67 Terminal session manager for AI coding agents. ### Installation **Homebrew (recommended):** ```bash brew install asheshgoplani/tap/agent-deck ``` **Quick Install:** ```bash curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bash ``` **Go Install:** ```bash go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.9.67 ``` ## Changelog * aa0e932628327b682c1be44d24fb6e90e1c9fed0 feat(selfheal): Stage 1 observe-only detection (v1.9.67) (#1461) --- **Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.66...v1.9.67