Skip to content

Releases: RandomCodeSpace/unified-agent-manager

v0.2.0

11 Jun 08:06
v0.2.0
a0b42c5

Choose a tag to compare

Changelog

v0.1.18

04 Jun 02:25
aca6bef

Choose a tag to compare

Changelog

v0.1.17

02 Jun 02:15
6fb3a3e

Choose a tag to compare

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

27 May 14:55
7044af7

Choose a tag to compare

Fixes

  • fix(adapter/opencode) — Drop the --auto-approve yolo 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 /permission flow.
  • fix(adapter/opencode) — Wire the SessionArgs hook 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

24 May 14:34
163de7f

Choose a tag to compare

Fixes

  • fix(tmux) — Enable OSC 52 clipboard sync on the private tmux -L uam server (set -g set-clipboard on). Combined with the existing mouse 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 renderWizard so the security CI is green.

go install github.com/RandomCodeSpace/unified-agent-manager/cmd/uam@v0.1.10