Skip to content

Releases: maddada/agent-manager-x

Agent Manager X v2.5

20 Apr 21:14

Choose a tag to compare

What's New

  • Refined the expanded mini viewer row layout so the agent icon and status indicator can swap positions on the right-side sidebar.
  • Tightened whole-card hover handling so expanded hoverable areas follow the actual visible row cards.
  • Synced the bundled mini viewer resources with the latest expanded-row icon layout and project icon behavior.

Downloads

  • AgentManagerX_2.5_aarch64.dmg SHA256: 7100758379cb4abe6360ac8e28adb7bae9b6d221ac8e109e1e9e5e191326b738
  • AgentManagerX_2.5_x64.dmg SHA256: 05133b2bba2e17b99876dd23225bc1c2a15905b8f62d56e684a024b83cc1c8c0

Install

brew install --cask maddada/tap/agent-manager-x

Agent Manager X v2.4

20 Apr 06:28

Choose a tag to compare

What's New

  • Added VSmux workspace favicon propagation so project icon data flows into session records and mini viewer payloads.
  • Updated the mini viewer payload plumbing to carry project icons through to the floating viewer.
  • Added collapsed project header icons in the native mini viewer with a colored folder fallback when no icon is available.

Downloads

  • AgentManagerX_2.4_aarch64.dmg SHA256: f7a5e33d9d79e0c2c622b9fc7d1677cbc2e0a6405b9b48c577969b863942c559
  • AgentManagerX_2.4_x64.dmg SHA256: 264056d64335f6ecf6c58e11c27bf34f2a8257119bbc9c7a392091f85e8d3654

Install

brew install --cask maddada/tap/agent-manager-x

Agent Manager X v2.3

18 Apr 22:11

Choose a tag to compare

What's New

  • Preserved per-session VSmux project identity so sessions keep the correct project name and path instead of collapsing to the workspace fallback.
  • Softened collapsed mini viewer status indicators and refined the detail/geometry animation timing so expansion feels smoother.
  • Kept the floating icon visible during left-side expansion while the mini viewer details fade in.
  • Fixed mini viewer overflow protection and ordering to use stable render identities for sessions.

Downloads

  • AgentManagerX_2.3_aarch64.dmg SHA256: 3e61c32f4854f894084451ea67a64eb6c8dc2205dfc59553193b03477a02d142
  • AgentManagerX_2.3_x64.dmg SHA256: 330a880297b9ae9146eb298908d85f987d43a7f1b844a5529a1739f455a69f26

Install

brew install --cask maddada/tap/agent-manager-x

Agent Manager X v2.2

17 Apr 00:10

Choose a tag to compare

What's New

  • Added whole-card hover support for expanded mini viewer sessions.
  • Added a configurable mini viewer collapse delay alongside the existing expand delay.
  • Updated the menu bar session count to reflect active sessions only.
  • Filtered blank Claude root (/) placeholder sessions out of the mini viewer.

Downloads

  • AgentManagerX_2.2_aarch64.dmg SHA256: a4adee62911afee978a7affec803ff3102040a78bc86804d3693c3c231356b3f
  • AgentManagerX_2.2_x64.dmg SHA256: 383b1f6466a2f4758e55ea8d7bed678ce115e46d6e57101df86b3d2374dffd5b

Install

brew install --cask maddada/tap/agent-manager-x

v2.1

13 Apr 14:01

Choose a tag to compare

Changes

  • Added a configurable mini viewer expand delay setting so hover expansion timing can be tuned from Settings.
  • Protected active VSmux sessions from getting pushed out of the mini viewer when recent-session filtering and session caps are enabled.
  • Improved bundled mini viewer hover expansion with a wider hover strip and delayed expansion behavior, especially along the collapsed right edge.

Commit Highlights

  • feat(mini-viewer): wire expand delay and protect overflow sessions
  • feat(settings): add mini viewer expand delay control
  • fix(mini-viewer): improve bundled viewer hover expansion

SHA256

  • AgentManagerX_2.1_aarch64.dmg: 346b304a2bbfffe2322905280b5c1ee7f43495afaa927400cbdcbc0888720a3a
  • AgentManagerX_2.1_x64.dmg: 77a829ae62ea56bdc118aa7d5e25e688f3741b0f5f5cf06a5761311ef3b33e38

Install

brew install --cask maddada/tap/agent-manager-x

v2.0

12 Apr 09:22

Choose a tag to compare

Changes

  • Added VSmux-backed session retrieval alongside process-based detection, with clearer dashboard source labels.
  • Expanded the mini viewer with monitor targeting, session limits, right-click actions, smarter recent-session filtering, and more consistent ordering.
  • Added bundled mini viewer resource fallback packaging so the floating viewer can recover its source and icons outside the dev tree.
  • Refined status presentation across the mini viewer and dashboard so active sessions stand out and completed sessions read as done.

Commit Highlights

  • feat(miniViewer): add right-click functionality and recent sessions filter
  • feat(miniViewer): implement session icon frame tracking and update hover detection logic
  • refactor(session): support dual-mode retrieval with VSmux integration
  • feat(mini-viewer): add monitor targeting and session limits
  • feat(dashboard): clarify session source picker labels
  • fix(miniviewer): order sessions consistently and refine VSmux session display
  • feat(mini-viewer): improve filtering and packaged resources

SHA256

  • AgentManagerX_2.0_aarch64.dmg: e99678e42ebe53ad6e1a93773ef5ab6d78f582371e60ecbf972b27fd46c4323c
  • AgentManagerX_2.0_x64.dmg: 61f076e9fe672d117b4125eb9a09f7da8306508dc38b3972bdcfe827c928bd56

Install

brew install --cask maddada/tap/agent-manager-x

v1.6

13 Mar 21:47

Choose a tag to compare

Changes

  • feat(miniViewer): adjust hover detection area for improved user interaction
  • feat: shifted right side of mini viewer

SHA256

  • AgentManagerX_1.6_aarch64.dmg: 043d0e5721d06cee40ee36620629d4673acb8647f6840b0e0bf74a66971d0c1d
  • AgentManagerX_1.6_x64.dmg: 3e9519c5cb71bac664d32e0927e61c639123de9ab4e7badf0bd2df3d2bb634c7

Install

brew install --cask maddada/tap/agent-manager-x

v1.5

13 Mar 21:08

Choose a tag to compare

Release v1.5

v1.4

15 Feb 14:36

Choose a tag to compare

Agent Manager X v1.4

Changelog

  • refactor(ui): remove hover popover from ProjectGroupHeaderView for cleaner UI
  • feat(ui): replace help tooltips with hover popovers for improved user experience
  • fix(session): preserve sessionFilePath through subagent count update
  • feat(ui): add new-session state, native popovers, and session file path display
  • refactor(notifications): unify scripts with config-file-based mode switching
  • refactor(session): use process start dates for file matching and track session file paths
  • refactor(settings): redesign settings sheet with row-based layout and sound picker
  • feat(dashboard): add masonry layout, shortcut badges, and popover improvements
  • feat(app): add keyboard shortcuts for UI sizing, settings, and project switching
  • feat(notifications): add selectable bell sounds with preview and file backup
  • chore(assets): add notification sound files and Xcode resource references
  • refactor(settings): rename experimental VS Code session opening to use slower compatible project switching

Downloads

  • AgentManagerX_1.4_aarch64.dmg — Apple Silicon (M1/M2/M3/M4)
  • AgentManagerX_1.4_x64.dmg — Intel

SHA256 Checksums

3e68cfe79a652c9ea110966fe0566f7a2e249dda5d8394014e6c22412a515aa4  AgentManagerX_1.4_aarch64.dmg
4c2fa7e2fc9d210f12413bc5f5fc12778f810c7e020ac11a31ee3de68c8ca05d  AgentManagerX_1.4_x64.dmg

Install via Homebrew

brew install --cask maddada/tap/agent-manager-x

v1.0

15 Feb 05:04

Choose a tag to compare

Downloads

  • Apple Silicon: AgentManagerX_1.0_aarch64.dmg
  • Intel: AgentManagerX_1.0_x64.dmg

SHA256 Checksums

205b69cda0608051578df28ab7d4ecc8c591f79a54c0f866a8d51f3af33a1e8d  AgentManagerX_1.0_aarch64.dmg
b2ddbf4ef3f5d6192ff6cad78f1efec1e2b5edc45b05075611a039922fbaa050  AgentManagerX_1.0_x64.dmg

Install via Homebrew

brew install --cask maddada/tap/agent-manager-x