Skip to content

Releases: RandomCodeSpace/unified-agent-manager

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 01 Jul 04:55
v0.2.5
1a63220

Changelog

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 30 Jun 00:28
v0.2.4
4f6ee8b

Changelog

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 29 Jun 17:51
v0.2.3
4d47510

Changelog

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 13 Jun 12:07
v0.2.2
0aa8a5c

Changelog

  • 0aa8a5c: fix(vterm): replay DEC private modes on attach so resume restores scroll and arrows (#28) (@aksOps)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 12 Jun 05:30
v0.2.1
dd5808b

Changelog

  • dd5808b: fix(attach): stop wheel scroll typing arrows and keep quick detach armed through terminal replies (#27) (@aksOps)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 08:06
v0.2.0
a0b42c5

Changelog

v0.1.18

Choose a tag to compare

@github-actions github-actions released this 04 Jun 02:25
aca6bef

Changelog

v0.1.17

Choose a tag to compare

@github-actions github-actions released this 02 Jun 02:15
6fb3a3e

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

Choose a tag to compare

@aksOps aksOps released this 27 May 14:55
7044af7

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

Choose a tag to compare

@aksOps aksOps released this 24 May 14:34
163de7f

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