v1.10.10
asheshgoplani/agent-deckv1.10.10Jul 18, 2026by asheshgoplani
AI Summary
Focuses on UX improvements for creating sessions, adding a path picker, and implementing live SSE status for opencode sessions. It also introduces community contribution infrastructure.
Key Highlights
- UX: New-session flow now includes path autocompletion and a create picker.
- Opencode: Live SSE status tracking via `--port` event stream.
- Community: New "maintainers & contributors wanted" invitation and `agent-deck-contributor` skill.
- Config: Settings tail is now reachable, and resolved config path is surfaced.
- Restart: Fresh restart now unarchives sessions before taking effect.
New Features
- PathSuggest core for new sessions.
- opencode SSE status tracking.
- `session cleanup` command.
- `--message-file` support for launch and session send.
Full Release Notes
## 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](https://github.com/asheshgoplani/agent-deck/pull/1658)) ### 🤝 Maintainers & contributors wanted - A **"maintainers & contributors wanted"** invitation is now part of the project docs — we're actively looking for help. ([#1664](https://github.com/asheshgoplani/agent-deck/pull/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](https://github.com/asheshgoplani/agent-deck/pull/1656), [#1657](https://github.com/asheshgoplani/agent-deck/pull/1657)) - **Observe-only PR intake gate + catch-all CODEOWNERS** so incoming community PRs get triaged consistently without blocking anyone. ([#1653](https://github.com/asheshgoplani/agent-deck/pull/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](https://github.com/asheshgoplani/agent-deck/pull/1655)) — thanks to @zach-marto for the request ([#1614](https://github.com/asheshgoplani/agent-deck/issues/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.toml` path so you can tell which file is in effect. ([#1661](https://github.com/asheshgoplani/agent-deck/pull/1661), closes [#1659](https://github.com/asheshgoplani/agent-deck/issues/1659) — reported by @jdoconnor). - **Fresh restart now unarchives the session first**, so restarting an archived session from the TUI actually takes effect. ([#1654](https://github.com/asheshgoplani/agent-deck/pull/1654)) — thanks @floze-the-genius. ### 📚 Docs - **Config-file location docs aligned with `XDG_CONFIG_HOME`.** ([#1663](https://github.com/asheshgoplani/agent-deck/pull/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):** ```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.10.10 ``` ## 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