This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+11 more
Summary
AI summaryBroad release touches π Docs, β¨ New-session path picker, π Fixes, and skills.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
New-session flow adds path autocompletion and create picker. New-session flow adds path autocompletion and create picker. Source: llm_adapter@2026-07-18 Confidence: high |
β |
| Feature | Medium |
opencode sessions now report status via an SSE event stream over --port. opencode sessions now report status via an SSE event stream over --port. Source: llm_adapter@2026-07-18 Confidence: high |
β |
| Feature | Low |
Added "maintainers & contributors wanted" invitation in project docs. Added "maintainers & contributors wanted" invitation in project docs. Source: llm_adapter@2026-07-18 Confidence: high |
β |
| Feature | Low |
Introduced agent-deck-contributor skill as a contributor-side mirror of the PR intake gate. Introduced agent-deck-contributor skill as a contributor-side mirror of the PR intake gate. Source: llm_adapter@2026-07-18 Confidence: high |
β |
| Feature | Low |
Embedded contributor signpost in the main agent-deck skill for clear contribution guidance. Embedded contributor signpost in the main agent-deck skill for clear contribution guidance. Source: llm_adapter@2026-07-18 Confidence: high |
β |
| Feature | Low |
Implemented observe-only PR intake gate with catchβall CODEOWNERS for consistent triage. Implemented observe-only PR intake gate with catchβall CODEOWNERS for consistent triage. Source: llm_adapter@2026-07-18 Confidence: high |
β |
| Bugfix | Medium |
Settings view tail is now reachable and shows resolved config path. Settings view tail is now reachable and shows resolved config path. Source: llm_adapter@2026-07-18 Confidence: high |
β |
| Bugfix | Medium |
Fresh restart now unarchives the session before applying changes. Fresh restart now unarchives the session before applying changes. Source: llm_adapter@2026-07-18 Confidence: high |
β |
| Bugfix | Low |
Aligned configβfile location documentation with XDG_CONFIG_HOME standards. Aligned configβfile location documentation with XDG_CONFIG_HOME standards. Source: llm_adapter@2026-07-18 Confidence: high |
β |
Full changelog
What's new in v1.10.10
The headline is a friendlier new-session flow: creating a session now gives you path autocompletion and a create picker, so you no longer have to type out full working-directory paths by hand.
This release also lands the first wave of our "maintainers & contributors wanted" push β new machinery to welcome community PRs β plus fixes shipped by outside contributors.
β¨ New-session path picker (headline)
- PathSuggest + create picker when starting a session, with placeholder and title guards. Autocomplete the working directory instead of typing it. (#1658)
π€ Maintainers & contributors wanted
- A "maintainers & contributors wanted" invitation is now part of the project docs β we're actively looking for help. (#1664)
- New agent-deck-contributor skill (contributor-side mirror of the PR intake gate) and a contributor signpost embedded in the main agent-deck skill, so it's clear how to contribute. (#1656, #1657)
- Observe-only PR intake gate + catch-all CODEOWNERS so incoming community PRs get triaged consistently without blocking anyone. (#1653)
π opencode: live SSE status
- opencode sessions now report status via an SSE event stream over
--port, replacing tmux content-sniffing with a real signal. (#1655) β thanks to @zach-marto for the request (#1614).
π Fixes
- Settings tail is reachable and the resolved config path is surfaced. The settings view no longer cuts off its final rows, and now shows the actually-resolved
config.tomlpath so you can tell which file is in effect. (#1661, closes #1659 β reported by @jdoconnor). - Fresh restart now unarchives the session first, so restarting an archived session from the TUI actually takes effect. (#1654) β thanks @floze-the-genius.
π Docs
- Config-file location docs aligned with
XDG_CONFIG_HOME. (#1663) β thanks @jdoconnor.
Credits
Community contributions in this release from @floze-the-genius (#1654) and @jdoconnor (#1663), with feature requests from @zach-marto (#1614) and a bug report from @jdoconnor (#1659). Thank you! π
Agent Deck v1.10.10
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/[email protected]
Changelog
- dedacd26bd3e2f73750e5345045d3ad048211e10 chore(ci): add observe-only PR intake gate + catch-all CODEOWNERS (#1653)
- 1e879a189afa1d0803485361432ff12c958b6d56 chore(release): bump to v1.10.10, update CHANGELOG for #1658 #1614 #1661 #1654 #1653
- 0b171f30819d4fb7a7f5fe93dd2ac9099f25d1ef docs(skills): agent-deck-contributor skill β contributor-side mirror of the PR gate (#1656)
- d853f1e2ff043734e552d884085d52c76bb28209 docs(skills): embed contributor signpost in main agent-deck skill (#1657)
- c0d1d0c960da54eb5dea5e66262b978e73f38c03 feat(new-session-ux): PathSuggest core + placeholder/title guards + create picker (#1658)
- 8c0a4d9fbd5b1d89d69c8bd13710659da464d1e1 feat(opencode): SSE-based status tracking via --port event stream (#1614) (#1655)
- fb461e0671fa88336587234a1619c4002d5222ad fix(ui): make settings tail reachable + surface resolved config path (closes #1659) (#1661)
- 9c7dcea1bf50ab18ef5636de1ab56352e596125d fix(ui): unarchive sessions before fresh restart (#1654)
Full Changelog: https://github.com/asheshgoplani/agent-deck/compare/v1.10.9...v1.10.10
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About agent-deck
Terminal session manager for AI coding agents. One TUI for Claude, Gemini, OpenCode, Codex, and more.
Beta — feedback welcome: [email protected]