v1.9.43

asheshgoplani/agent-deckv1.9.43May 28, 2026by github-actions[bot]

AI Summary

This release optimizes task worker management by replacing polling with a kernel-exact completion mechanism and introduces a staleness guard for the notify daemon to ensure accurate tracking of AI coding agent sessions.

Key Highlights

  • Kernel-exact task-worker completion replaces poll-inference
  • Wake mechanism for task workers
  • Notify-daemon staleness guard implementation

New Features

  • Kernel-exact task worker completion
  • Wake mechanism
  • Staleness guard

Full Release Notes

## Agent Deck v1.9.43

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.43
```

## Changelog
* b098f0f07d7d9e3adbf62245a6c6f0bd45e6bb07 chore(release): v1.9.43 — kernel-exact task-worker completion + notify-daemon staleness guard (#1215)
* 5ef9c3982eda025345878672db38fd68bbaf82d1 feat(session): kernel-exact task-worker completion + wake (replaces poll-inference for task workers) (#1215)

---

**Full Changelog**: https://github.com/asheshgoplani/agent-deck/compare/v1.9.42...v1.9.43