Skip to content

Releases: TSCarterJr/CodeMuster

v0.3.5

Choose a tag to compare

@github-actions github-actions released this 21 Sep 01:32

Published to npm as 0.3.5. Plugin and standalone skill bundles are attached. Marketplace setup: https://github.com/TSCarterJr/CodeMuster#install-and-set-up

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 20 Sep 23:30

Published to npm as 0.3.4. Plugin and standalone skill bundles are attached. Marketplace setup: https://github.com/TSCarterJr/CodeMuster#install-and-set-up

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 20 Sep 04:07
  • Show the actual Codex model and thinking level before agent work by reading
    effective repository settings. Explicit flags override those settings, and all
    workers use the values shown. If lookup fails, request explicit model and effort
    instead of showing unknown defaults.
  • Forward launcher-only cancellation on Unix while preserving graceful Windows
    Ctrl+C handling. Improve subprocess cleanup and retain isolated repair worktrees
    when a worker fails.
  • Correct C# and TypeScript mapping for inherited actions, linked documents,
    standalone projects, operators and method-ID collisions; surface TypeScript
    configuration diagnostics.
  • Strengthen configuration validation, glob matching, audit-pack code fences,
    stale dependency handling and per-target UX evidence requirements.
  • Improve report layout, protect build output during package staging, and fix
    test-process and temporary-file cleanup.

Use npm install -g codemuster@0.3.3 to receive the launcher changes as well as
the native binary.

Version 0.3.2 was tagged but not published; its release was stopped for the
Windows cancellation correction.

Validation: 1,256 .NET tests and 64 npm tests passed locally. The release workflow passed validation on Linux, Windows and macOS, built all six native platforms, and passed installed-package smoke tests on Linux x64, Windows x64 and macOS arm64.

All seven public npm packages match the original release archive SHA512 integrities; all nine GitHub assets match their SHA256 digests. A fresh npm installation passed the CLI smoke test, actual Codex model/thinking preview, and graceful launcher cancellation. Updating from 0.3.1 to 0.3.3 also passed and displayed the changelog.

Released from main at b7046ec4b55f845c090b44caa98fd6bf9bf38091.

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 20 Sep 01:24
  • Add a compact terminal banner, highlighted provider/model/thinking settings and
    countdown bar before agent commands. Add colored audit progress counts and an
    elapsed activity indicator for intelligent configuration, with explicit results.
  • Respect NO_COLOR, keep redirected/CI output plain, and disable animation and
    the countdown for TERM=dumb terminals.

Update with codemuster update (0.3.0 launcher or newer), or npm install -g codemuster@0.3.1.

Verified publication: all seven npm latest tags and SHA512 integrities match the original release archives; all nine GitHub asset SHA256 digests match. Linux, Windows and macOS validation and installed-package smokes passed. Fresh macOS arm64 installation passed the full CLI smoke and terminal color/no-color/cancellation checks. The published 0.3.0 launcher successfully updated to 0.3.1, displayed these release notes, and ran the new binary. Release commit: 22c5b2f039e1c4391ce8b56bd355b2e03b9d1a22.

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 19 Sep 22:38
d43cb8f
  • Show the intervening release notes after codemuster update.
  • Check for a newer version on every normal command and report the result without
    changing command output or stopping work when the registry is unavailable.
  • Include this changelog in the launcher and every platform package.
  • Preview the worker limit, provider, model and thinking level before run, verify
    or fix. Interactive terminals wait ten seconds; Enter starts immediately and
    Escape or Ctrl+C cancels. CI and redirected commands start without waiting.
  • Add intelligent-config to inspect repository context with an AI agent and apply
    validated exclusions, scoped lenses and detected test setup. Preserve existing
    custom settings and keep an exact backup before replacing the config.

Upgrade from 0.2.9 or earlier with npm install -g codemuster@0.3.0 to
install the new launcher. Older launchers update only the native binary, so their
codemuster update cannot add release-note or per-command update notices.

v0.2.9

Choose a tag to compare

@github-actions github-actions released this 19 Sep 21:10
1888754

CodeMuster 0.2.9 excludes non-code documents, data, configuration, and database files from AI review, including Markdown, text, JSON, YAML, XML, CSV, Office documents, and SQLite files. Dependency audits and C#/TypeScript mapping retain their required metadata.

Oversized whole-file packs are marked skipped once and the remaining work continues. Skips persist with a reason, consume no agent attempts, and never count as reviewed. Run codemuster scan after upgrading to refresh exclusions and requeue previously skipped work when appropriate. run --force can also retry skipped units.

The ledger upgrades to schema 7 without deleting retained history. Older CLI versions cannot open a schema-7 ledger; use 0.2.9 or later.

Install or upgrade:

npm install -g codemuster@0.2.9

Plugin and standalone skill bundles are attached alongside the seven npm package archives.

v0.2.8

Choose a tag to compare

@github-actions github-actions released this 15 Sep 20:50

CodeMuster 0.2.8

New functionality

  • Proactive Claude/Codex plugin instructions and context hooks follow .codemuster/config.json: off, update, review, or review_and_fix.
  • Optional dead-code analysis records conservative usage evidence. HTTP endpoints and other external entry points remain protected; unused candidates stay report-only.
  • Optional UI-only UX review prioritizes sensible task flow and checks readability, validation/recovery, rendering/clipping, button feedback, and wording. Completion and definitive verification require current browser evidence and valid screenshots.
  • Repair safeguards use isolated workers, enforce allowed scope and configured tests, and retain recovery evidence. Shared plugin/skill archives accompany the CLI.

Install or update

npm install -g codemuster@0.2.8
codemuster --version

Refresh the CodeMuster plugin through your agent's plugin manager and start a new session. Standalone skill users can refresh their selected agent's skill with codemuster skill install --for <agent>.

The optional reviews start disabled. Enable dead_code and/or user_experience.enabled in your repository settings; set user_experience.base_url to the running application for browser review. Existing automation settings continue to control update/review/repair behavior.

Application-review settings and workflow · Plugin setup

Validation and scope

The tagged release runs the complete three-OS test suite, builds all six platform packages, and tests installed packages on Windows x64, Linux x64, and macOS arm64 before publishing. Live proactive agent behavior and representative application UX judgments still need field testing; browser evidence checks do not constitute a complete accessibility certification or proof that all code consumers are known.

v0.2.0

Choose a tag to compare

@TSCarterJr TSCarterJr released this 13 Sep 14:38

Fix mode, dependency vulnerability scanning, codemuster update, and ledger schema 5.

Not on npm yet: the publish job needs trusted publishing configured for the six @codemuster/* platform packages. Install from here in the meantime, for example on an Apple Silicon Mac:

gh release download v0.2.0 -R TSCarterJr/CodeMuster -p 'codemuster-darwin-arm64-0.2.0.tgz' -p 'codemuster-0.2.0.tgz'
npm install -g ./codemuster-darwin-arm64-0.2.0.tgz ./codemuster-0.2.0.tgz