Releases: RandomCodeSpace/unified-agent-manager
Releases · RandomCodeSpace/unified-agent-manager
v0.2.0
Changelog
- ac70255: Clean up public documentation (#20) (@aksOps)
- 0919ebe: Replace tmux with a native session backend (#22) (@aksOps)
- a0b42c5: feat: restart a session's agent in place (#25) (@aksOps)
- 5e8b814: fix(attach): own the terminal state across attach and detach (#23) (@aksOps)
- adf21ad: fix(attach): re-arm the left-arrow quick detach when the draft is deleted (#26) (@aksOps)
- 03253ad: fix(tmux): scroll pane history on the mouse wheel (#21) (@aksOps)
- 4439270: fix(vterm): track SGR per cell so re-attach replays colors (#24) (@aksOps)
v0.1.18
v0.1.17
Changelog
- 784767a: Zero-regression hardening: close 2 RCEs + 70 correctness/robustness findings (ZRCS Steps 0-10) (#12) (@aksOps)
- 9598cf9: chore(release): use archives.formats (drop deprecated archives.format) (#17) (@aksOps)
- ef225d4: feat(adapter/omp): add Oh My Pi (omp) as a managed provider (#14) (@aksOps)
- 198e332: feat(tmux): mouse copy-on-select + right-click paste in agent panes (#16) (@aksOps)
- 30551fb: feat(tmux): show the session's user name in status line, title, and window (#15) (@aksOps)
v0.1.11
Fixes
- fix(adapter/opencode) — Drop the
--auto-approveyolo flag for opencode. opencode's CLI doesn't accept it; yargs printed the help banner and exited 0 instead of entering the TUI, killing the pane on dispatch and bouncing the user back to the uam session list. opencode now launches bare; permission policy comes from opencode's own config (~/.config/opencode/config.json) or the TUI's/permissionflow. - fix(adapter/opencode) — Wire the
SessionArgshook so picking "Resume" on an opencode row passes-c(continue). Previously the resume code path re-ran the dispatch argv unchanged, starting a fresh opencode TUI instead of continuing the prior session. Known limitation: opencode has no flag for presetting a session ID at dispatch, so this resumes the most-recent opencode session in the cwd (not per-row); if multiple opencode rows share a cwd, all resume to the same most-recent session.
go install github.com/RandomCodeSpace/unified-agent-manager/cmd/uam@v0.1.11
v0.1.10
Fixes
- fix(tmux) — Enable OSC 52 clipboard sync on the private
tmux -L uamserver (set -g set-clipboard on). Combined with the existingmouse off, copies from inside a uam session now reach the host terminal's system clipboard, so Ctrl+V works outside the session. Requires a terminal that supports OSC 52 (kitty, alacritty, iTerm2, WezTerm, Windows Terminal, recent GNOME Terminal). - fix(tui) — Silenced a gosec G602 false positive in
renderWizardso the security CI is green.
go install github.com/RandomCodeSpace/unified-agent-manager/cmd/uam@v0.1.10