Skip to content

Releases: musher-dev/musher-cli

0.3.14

09 Apr 15:39
e1e3160

Choose a tag to compare

0.3.14 (2026-04-09)

Bug Fixes

  • deps: bump Go to 1.26.2 to resolve stdlib vulnerabilities (da5353a)

Performance Improvements

  • hooks: parallelize pre-push checks and upgrade lefthook to v2 (d4a1707)

0.3.13

07 Apr 17:04
9f5c0a2

Choose a tag to compare

0.3.13 (2026-04-07)

Features

  • add workflow package, scrollback config, scroll capture, and agent skills (2e4c2d4)
  • centralize config, consolidate packages, harden CI (16c0801)
  • centralize config, consolidate packages, harden CI, and add fuzz tests (d4f248e)
  • env: centralize env var access through internal/env wrapper (7d000a0)
  • env: centralize env var access through internal/env wrapper (c659cce)

Bug Fixes

  • prevent data race on color.NoColor in parallel tests (d218b37)

0.3.12

05 Apr 22:16
e4ff73a

Choose a tag to compare

0.3.12 (2026-04-05)

Features

  • add harness runtime executors, health checks, and bundle swap UI (1ab1376)
  • add harness runtime executors, health checks, and bundle swap UI (f1e8785), closes #52 #56

Bug Fixes

  • normalize CRLF in skill frontmatter and close logger in test (5fd2e29)
  • use cross-platform binary in passthrough cancellation test (fa6f4f9)

0.3.11

04 Apr 14:34
4fe5153

Choose a tag to compare

0.3.11 (2026-04-04)

Features

  • tui: polish input styling and add test coverage (3524519)
  • tui: polish input styling and add test coverage (b003848)

0.3.10

03 Apr 03:32
0535aed

Choose a tag to compare

0.3.10 (2026-04-03)

Bug Fixes

  • correct Codex harness skill and agent discovery (56302bb)
  • correct Codex harness skill and agent discovery (042b165)
  • handle JSON agents and ensure required Codex TOML fields (2a89f6b)
  • handle regular file blocking directory creation in cwd mode (bd69376)

0.3.9

03 Apr 00:08
616e4d8

Choose a tag to compare

0.3.9 (2026-04-03)

Features

  • add agent injection support and test infrastructure (78a854a)
  • add agent injection support and test infrastructure (44d5d72)

Bug Fixes

  • pass -SkipCertificateCheck to Invoke-WebRequest on PowerShell 7+ (a67636a)
  • use context.WithTimeout instead of nonexistent time.WithTimeout (de27039)

0.3.8

02 Apr 22:22
6f569e8

Choose a tag to compare

0.3.8 (2026-04-02)

Features

  • add bundle pack command for local testing (b5b2501)
  • add bundle pack command for local testing (9c4f176)

Bug Fixes

  • set TMP/TEMP env vars in runtime root test for Windows (ace90e9)

0.3.7

01 Apr 10:09
8ecd3f4

Choose a tag to compare

0.3.7 (2026-04-01)

Features

  • JSON output mode, multi-file skills, and CLI polish (d10c9fe)
  • JSON output mode, multi-file skills, and CLI polish (097d434), closes #48 #46

Performance Improvements

  • ci: parallelize CI pipeline and fix NilAway timeout (58f9f7f)

0.3.6

31 Mar 19:29
965ac2d

Choose a tag to compare

0.3.6 (2026-03-31)

Features

  • add --no-tui persistent flag and consumer group constant (8def4fb)
  • add cache management and consumer CLI foundations (317e876)
  • add consumer error constructors and path functions (45626bc)
  • add OCI pull path, TUI screens for auth/config/validate/push, and form components (f07726c)
  • add package foundations for consumer CLI merge (f0f4547)
  • add search/load consumer commands with TUI and claude harness provider (7c31ee7)
  • cache: add cache management commands and content-addressable store (3cc257c)
  • client: add bundle resolve, pull, and asset download endpoints (0ed3a08)
  • config: add musher config list/get/set commands (958505f)
  • harness: add all 6 harness providers to registry (e6e1339)
  • quality: add comprehensive quality gates, linters, and 70%+ test coverage (dfbf3e1)
  • run: add musher run command for end-to-end bundle execution (f7b9882)
  • testutil: add integration test framework and dev:test-live task (90c19db)
  • testutil: add shared test helpers package (f16ee44)
  • tui: add interactive home screen with Tokyo Night theme (0820b87)
  • tui: expand home screen with USE/CREATE/MANAGE sections and status panel (22c69f9)
  • tui: refactor search screen with centering, sliding window, and ref input (259c6d9)
  • update: integrate background update agent into CLI lifecycle (6a5eef8)

Bug Fixes

  • ci: pin nilaway version and reduce memory pressure in CI (5cb4bc0)
  • ci: replace printf %f with echo in coverage check for dash compat (38a93a6)
  • ci: resolve nilaway FieldByLabel nil panic and restore coverage floor (e29bca2)
  • test: resolve macOS CI test failures in auth and paths (d831400)
  • test: resolve Windows CI test failures in paths and probe (92b5b0d)
  • test: skip NeedsElevation test on Windows (0379190)

0.3.5

28 Mar 13:15
3d1938c

Choose a tag to compare

0.3.5 (2026-03-28)

Features

  • align CLI with unified publish API and add yank --yes flag (f454d4c)
  • align CLI with unified publish API and add yank --yes flag (f191ff6)