Skip to content

Releases: maystudios/maxsimcli

v4.2.3

03 Mar 16:39

Choose a tag to compare

4.2.3 (2026-03-03)

Bug Fixes

  • test: mock node:fs in adapters test to handle shared.ts side effects (648176f)

v4.2.2

03 Mar 14:50

Choose a tag to compare

4.2.2 (2026-03-03)

Bug Fixes

  • hooks: restore shebang in pre-push hook (d03f1cb)

v4.2.1

02 Mar 23:36

Choose a tag to compare

4.2.1 (2026-03-02)

Bug Fixes

  • dashboard: execute commands on button click instead of just copying (ab10ff9)

v4.2.0

02 Mar 22:50

Choose a tag to compare

4.2.0 (2026-03-02)

Bug Fixes

  • core: resolve merge conflicts from parallel async migration PRs (b8630ba)
  • execute-plan: replace single-executor simplify stage with 3 parallel code reviewers (d932fc7)

Features

  • add /maxsim:artefakte command for viewing and managing project artefakte (b92b09e)
  • add /maxsim:batch command and workflow for worktree-based parallel execution (a5f38e8)
  • add /maxsim:sdd command and workflow for Spec-Driven Dispatch (038a496)
  • add batch and sdd commands to help reference, complete Phase 6 requirements (4310461)
  • core: add async versions of internal helpers for Phase 10 performance (5833d44)
  • dashboard: add in-tab project switching to ProjectSwitcher (6e037e5)
  • dashboard: add project switcher for multi-dashboard navigation (DASH-07) (47d2d00)
  • dashboard: add terminal Q&A overlay for answering questions inline (DISC-07) (07b4040)
  • discuss: add phase-scoped artefakte to discuss-phase workflow (8ce2e4b)
  • expand check-todos brainstorm into thinking-partner discussion (ebe603d)
  • expand thinking-partner reference with context modes and escalation patterns (f5e7b8e)
  • implement task-based context loading for planning agents (PS-03) (457d72b)

v4.1.0

02 Mar 18:33

Choose a tag to compare

4.1.0 (2026-03-02)

Features

  • backend: add unified backend server package (#49) (abe4d38)
  • mcp: add context, roadmap, and config query tools (#48) (8828c68)

v4.0.2

02 Mar 14:44

Choose a tag to compare

4.0.2 (2026-03-02)

Bug Fixes

  • skills: rewrite systematic-debugging skill to Anthropic quality standard (2557563)
  • skills: rewrite verification-before-completion skill to Anthropic quality standard (9987be6)

v4.0.1

02 Mar 09:55

Choose a tag to compare

4.0.1 (2026-03-02)

Bug Fixes

  • mcp: bundle MCP server dependencies and update README with skills/MCP docs (7724966)

v4.0.0

02 Mar 07:20

Choose a tag to compare

4.0.0 (2026-03-02)

  • feat!: remove non-Claude adapters and simplify install to Claude-only (e640107)

Bug Fixes

  • core: add actionable context to catch blocks across core modules (3bda2eb)
  • core: replace Unix find with cross-platform fs walk (#22) (8dddae4)
  • core: replace Unix find with cross-platform fs walk for Windows compatibility (b121ae6)
  • dashboard: increase health check timeout to 10s and verify multi-project isolation (bee185c)
  • install: add .mcp.json backup and install recovery safety (77eb4fe)
  • install: move skills install path from agents/skills/ to skills/ (436712a)
  • install: remove dead isCodex reference and reject deprecated runtime flags (#21) (9a4af80)
  • resolve duplicate CmdResult and update tests for CmdResult pattern (1e02d4b)
  • state: harden STATE.md parsing for format drift resilience (9881d1c)

Features

  • add artefakte system, context loader, and start command (Units 1, 9, 10) (dbbc2b4)
  • add brainstorming and roadmap-writing skills (Units 7, 8) (1b8c64c)
  • async I/O for hot-path commands and phase-list pagination (Phase 10) (19e7741)
  • execution: wire Execute-Review-Simplify-Review cycle into execution pipeline (7a6a998)
  • mcp: complete E2E Q&A routing between Claude Code and dashboard (ac3115a)
  • rewrite workflows with thinking-partner behavior and artefakte integration (Units 2-6) (f44b4f4)
  • skills: add batch-worktree and sdd skill templates (84997be)
  • skills: add skill-list, skill-install, skill-update CLI commands (d848acd)
  • skills: register using-maxsim skill for auto-trigger at conversation start (d5f0a50)
  • unified dashboard mode with enhanced MCP Q&A and multi-project support (Units 11-14) (b26205e)

BREAKING CHANGES

  • Remove OpenCode, Gemini, and Codex runtime support.
    MAXSIM v2.0 is Claude Code-only.
  • Delete adapter files: opencode.ts, gemini.ts, codex.ts
  • Delete transforms/: tool-maps.ts, frontmatter.ts, content.ts
  • Simplify adapter registry to export only claudeAdapter
  • Narrow RuntimeName type to 'claude' literal
  • Narrow AdapterConfig.commandStructure to 'nested' only
  • Remove --opencode, --gemini, --codex, --both, --all CLI flags
  • Remove promptRuntime() multi-runtime selector
  • Remove copyFlattenedCommands() and copyCommandsAsCodexSkills()
  • Remove configureOpencodePermissions() and parseJsonc()
  • Remove non-Claude branches from install, uninstall, hooks, manifest
  • Simplify shared.ts to use claudeAdapter directly (no adapter map)
  • Update help text and banner for Claude-only messaging

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

v3.12.0

01 Mar 19:07

Choose a tag to compare

3.12.0 (2026-03-01)

Bug Fixes

  • core: add rethrowCliSignals guard to catch blocks intercepting CliOutput (1480a1d)
  • install: add new skills to builtInSkills cleanup list (f51c1b4)
  • workflows: replace Unix find with cross-platform alternatives and remove dashboard auto-launch (ea8ca60)

Features

  • dashboard: add Simple Mode panels and connection status banner (80a6de2)
  • skills: add code-review and simplify skills (9d54e3a)
  • skills: add using-maxsim, memory-management skills and AGENTS.md registry (60375c9)
  • workflows: add explicit Q&A routing bridge directives to high-interaction workflows (d82e932), closes hi#interaction

v3.11.0

01 Mar 18:17

Choose a tag to compare

3.11.0 (2026-03-01)

Bug Fixes

  • build: increase Node heap size to 8GB for CLI build (83d0e09)
  • core: deduplicate inline patterns, extract shared CRUD helpers, and fix MCP regex bug (cb96698)

Features

  • 01-01: create MCP server entry point with utilities and start-server command (2fd414b)
  • 01-01: implement 5 phase CRUD MCP tools (366706a)
  • 01-02: implement state management MCP tools (82ba947)
  • 01-02: implement todo CRUD MCP tools (086d528)
  • 01-03: add MCP fallback guidance to execute-plan workflow (5d6e40a)
  • 01-03: add mcp-server.cjs to install flow and write .mcp.json (01056b0)
  • 01-04: scaffold CONTEXT.md and RESEARCH.md stubs in phase tools (ac514d8)