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-deckQuick Install:
curl -fsSL https://raw.githubusercontent.com/asheshgoplani/agent-deck/main/install.sh | bashGo Install:
go install github.com/asheshgoplani/agent-deck/cmd/agent-deck@v1.10.10Changelog
- dedacd2 chore(ci): add observe-only PR intake gate + catch-all CODEOWNERS (#1653)
- 1e879a1 chore(release): bump to v1.10.10, update CHANGELOG for #1658 #1614 #1661 #1654 #1653
- 0b171f3 docs(skills): agent-deck-contributor skill — contributor-side mirror of the PR gate (#1656)
- d853f1e docs(skills): embed contributor signpost in main agent-deck skill (#1657)
- c0d1d0c feat(new-session-ux): PathSuggest core + placeholder/title guards + create picker (#1658)
- 8c0a4d9 feat(opencode): SSE-based status tracking via --port event stream (#1614) (#1655)
- fb461e0 fix(ui): make settings tail reachable + surface resolved config path (closes #1659) (#1661)
- 9c7dcea fix(ui): unarchive sessions before fresh restart (#1654)
Full Changelog: v1.10.9...v1.10.10