Skip to content

Releases: s3ntin3l8/mullion-session-manager

v0.2.19

Choose a tag to compare

@github-actions github-actions released this 01 Aug 20:44
a9d05bd

0.2.19 (2026-08-01)

Features

  • GitHub write client + issue state sync (6.4) (#474) (1dd6153)
  • local task entity — optional issue link, board order, worktree tracking (6.9) (#471) (1b24c7e)
  • task -> PR promotion (6.7) (#475) (b1ad8e5)
  • task state machine, REST API, auto-claim + safety envelope (6.2) (#473) (9200a4b)
  • Tasks panel — task board, detail view, claim/approve/reject (6.5/#218) (#477) (61fe38e)
  • worktree lifecycle — remote proxy, clean-check removal, pruneOrphans (6.8) (#476) (c8fc6f0)

v0.2.18

Choose a tag to compare

@github-actions github-actions released this 01 Aug 01:59
34325b5

0.2.18 (2026-08-01)

Features

  • Agent Rules Editor — visual editor for CLAUDE.md/AGENTS.md/GEMINI.md (#458) (a872ce1)
  • extend agent-guide auto-inject to opencode (#457) (c7f5ace)
  • extend SessionStart agent-guide auto-inject to agy (#456) (bf45a82)
  • extend SessionStart agent-guide auto-inject to Codex (#455) (74280a2)
  • Skills Manager enable/disable — Codex + opencode (issue #463) (#469) (c7a63e2)
  • Visual Skills Manager — discovery slice (issue #432) (#459) (a2bcec7)

Bug Fixes

  • don't latch "finished" while background work is outstanding (#453) (0d974e6)
  • prune stale Codex hook groups across Mullion releases (#464) (4c24357)
  • remove agy's dead SessionEnd hook registration (#465) (5cf554b)
  • stop dropping sibling messages ahead of a blocking hook reply (#466) (326b359)

v0.2.17

Choose a tag to compare

@github-actions github-actions released this 31 Jul 09:27
6d27278

0.2.17 (2026-07-31)

Features

  • add Settings UI for auto-open child panels and per-parent child cap (#450) (21d9081)
  • opt-in Ctrl+V paste and Ctrl+C copy chords in the terminal (#443) (34e6712)
  • settings UI for session event persistence + retention (#445) (#452) (af9497a)

v0.2.16

Choose a tag to compare

@github-actions github-actions released this 31 Jul 05:43
4a13f12

0.2.16 (2026-07-30)

Features

  • add GET /api/previews list-all route, previews.list op, list_previews MCP tool, mullion preview list (#418) (5b13d7d)
  • add mullion agent guide doc with SessionStart auto-inject (issue #405) (#419) (8c15e8b)
  • add mullion CLI over the control socket (#402) (2bf04cb)
  • agent-attribution envelope for subagent hooks, delete fork/join (#416) (1712103)
  • auto-detect dev servers in plain sessions and offer to wire up the preview (issue #404) (#422) (3c60c66)
  • browser actions over the control socket (#189) (#401) (6b85b4d)
  • browser download management (issue #381) (#434) (a21393a)
  • browser frame/iframe support via a frame field (issue #382) (#429) (2770d3c)
  • hierarchical sidebar + child-panel layout (issues #195, #194) (#430) (1896b4a)
  • mullion MCP session/project/preview tools (#406) (aec8e33)
  • notification events over the control socket (#188) (#400) (6b65304)
  • package and document the mullion CLI (#403) (90f5f70)
  • parentSessionId session lineage + agent-spawned child sessions (issue #193, 5.3b) (#426) (90c0e71)
  • per-child session control + Phase 5 wrap-up (issue #196, 5.6) (#435) (8e8215f)
  • persistent session event history — storage, retention, and query surface (issue #213, 4.7) (#421) (cfed4ce)
  • preview-host auth token (issue #383) (#427) (1bc1b54)
  • PTY I/O over the control socket (#186) (#399) (c9065a3)
  • session lifecycle over the control socket (4.3) (#398) (b88bdd6)
  • subagent registry, additive to subagentCount (#417) (5ef34f4)
  • subagent rows in sidebar + timeline grouping by subagent (#425) (7496227)
  • Unix control socket transport (4.1) (#396) (2c4acad)

Bug Fixes

  • MCP browser_action hook path missing fill/snapshot/eval/screenshot (#424) (04873a2)
  • mullion CLI browser validation gaps and resolveAndAttach sessionId guard (#411) (80b908e)

v0.2.15

Choose a tag to compare

@github-actions github-actions released this 28 Jul 13:42
87bff37

0.2.15 (2026-07-28)

Features

  • agent browser automation API, MCP tools, and console access (#379) (d2e5313)
  • iframe browser reliability, layout persistence, labels, and follow-agent URL sync (#380) (632acfd)

Bug Fixes

  • auto-redirect sessionsDir to short /tmp/ path when socket path exceeds 100 bytes (1958957)
  • make browser-cookie-import decryption-skip test deterministic (4b7e3c0)
  • unwrap jobs array + redirect sessionsDir when socket path exceeds 108 byte limit (79b565c)
  • unwrap jobs array + redirect sessionsDir when socket path exceeds 108 byte limit (79b565c)
  • unwrap jobs array in /actions/:runId/jobs response (d17fbbc)

v0.2.14

Choose a tag to compare

@github-actions github-actions released this 27 Jul 21:58
0620503

0.2.14 (2026-07-27)

Features

  • GitHub integration Phase 2 — webhooks, adaptive poller, job-level detail, inline logs (1e82428)

Bug Fixes

  • Ctrl+C in dock monitor terminals should copy, not send SIGINT (6a71183)

v0.2.13

Choose a tag to compare

@github-actions github-actions released this 27 Jul 15:58
aeb1c3c

0.2.13 (2026-07-27)

Features

  • auto-derive diff base ref via base=AUTO sentinel, add test coverage (27e0505)
  • render per-file unified diff when clicking sidebar file-change chip (#262) (0981b6e)

Bug Fixes

  • restore CustomSelect portal theme classes and fix scroll-close (#373) (321b6db)

v0.2.12

Choose a tag to compare

@github-actions github-actions released this 27 Jul 12:45
aa0a4e8

0.2.12 (2026-07-27)

Features

  • background git auto-fetch with per-project toggle (#369) (#372) (b1e543d)
  • wire opencode v2 events (question/permission/todo/session_diff) into Mullion's session status (45d2cc0)

Bug Fixes

  • portal CustomSelect dropdown to body and integrate dev server URL into monitor header (7e09d40)

v0.2.11

Choose a tag to compare

@github-actions github-actions released this 26 Jul 20:36
e5f7705

0.2.11 (2026-07-26)

Features

  • add inline rename to sidebar session rows (#364) (5575f06)
  • add staleness sweep for blocked/busy session statuses in reconciler (#320) (#349) (b4f69b9)
  • Chrome-like browser toolbar, auto-prepend scheme, and favorites in external mode (#333) (85ad1ab)
  • consume agent hook-capability map in UI (#319) (#348) (19a3b7b)
  • desktop notifications for backgrounded dockview panes (#322) (#356) (6f25d8c)
  • per-status notification matrix in Settings (#318) (#354) (6ca1fd7)
  • replace native selects with CustomSelect component (#359) (e46af99)
  • wire agy and opencode remaining hook surfaces (#321) (#355) (7fd21ce)

Bug Fixes

  • align Launchers & agents settings table into a shared grid (#362) (7869d71)
  • detect worktree branch for opencode sessions via tool.execute.after hook (#367) (b3f48a3)
  • persist rich session state across backend restart and detect stale hook sets (#323) (#350) (574f472)
  • prevent layout shift when skip-permissions toggle appears in CommandPalette (#360) (2f11730)
  • print explicit allow decision for agy PreToolUse non-gate path (#366) (8619182)
  • resolve stale session status for opencode and claude code (1a39522)
  • resolve stale session status for opencode and claude code (c5b0314)
  • resolve stale session status for opencode and claude code (#363) (1a39522)
  • surface matched adapter emits on session for accurate capability lookup (#351) (#353) (0c7258b)

v0.2.10

Choose a tag to compare

@github-actions github-actions released this 26 Jul 14:59
3ba10a2

0.2.10 (2026-07-26)

Features

  • add Finished column to Kanban board distinct from Needs Attention (#337) (8b48a95)
  • dock branch selector with preview worktree + live sync (#341) (91aa83c)

Bug Fixes

  • close worktree branch detection gaps for opencode sessions and relative paths (#343) (e62ffdd)
  • make launcher permissions toggle universal with per-agent badges (022677d)
  • resolve brace-expansion DoS (CVE-2026-14257) (23ed92f)
  • session statuses must survive a glance and clear when answered (#346) (c359220)