Skip to content

Releases: mojwang/macbook-dev-setup

v3.4.1

20 Aug 05:58

Choose a tag to compare

3.4.1 (2025-08-20)

Bug Fixes

  • mcp: improve API key status messaging (be15589)

v3.4.0

15 Aug 13:31

Choose a tag to compare

3.4.0 (2025-08-15)

Bug Fixes

  • add missing get_mcp_server_type function (044afe9)
  • security: address PR review findings for MCP and TaskMaster (3decde6)

Features

  • agents: evolve TaskMaster into Product Manager with discovery workflows (5ece657)
  • claude: add smart Git auto-commit rules and flexible commit style matching (6c26bf9)
  • mcp: add intelligent API key validation with caching and cleanup (a4f9992)
  • mcp: add TaskMaster AI integration with smart research handling (24b0445)
  • mcp: complete TaskMaster/Product Manager integration updates (d28f28c)

v3.3.0

08 Aug 00:16

Choose a tag to compare

3.3.0 (2025-08-08)

Features

  • auto-configure git editor to vim/nvim in setup script (49a739e)

v3.2.3

08 Aug 00:03

Choose a tag to compare

3.2.3 (2025-08-08)

Bug Fixes

  • use functions instead of aliases for CI mode (344a5c8)

v3.2.2

07 Aug 23:49

Choose a tag to compare

3.2.2 (2025-08-07)

Bug Fixes

  • allow bash 3.2 in CI environments (2278ec9)

v3.2.1

07 Aug 14:26

Choose a tag to compare

3.2.1 (2025-08-07)

Bug Fixes

  • improve MCP server setup reliability and bash compatibility (8800a35)

v3.2.0

07 Aug 02:20

Choose a tag to compare

3.2.0 (2025-08-07)

Bug Fixes

  • address PR feedback with priority improvements (9671dc1)

Features

  • add Claude sub-agents architecture for specialized task handling (fd3f478)

v3.1.0

06 Aug 14:19

Choose a tag to compare

3.1.0 (2025-08-06)

Bug Fixes

  • address critical security issues from CI review (0c61db2)
  • resolve remaining critical security issues (ee0b5de)

Features

  • add MCP integration tests and standardize timeout handling (b8cd0e8)
  • enhance MCP server setup with Claude Code support (163bb57)

v3.0.0

30 Jul 03:01

Choose a tag to compare

3.0.0 (2025-07-30)

Bug Fixes

  • address CI report issues in zsh aliases (acb9ada)

Features

  • enhance git workflow with worktrees and Graphite CLI (f4c5a97)

BREAKING CHANGES

  • Removed 'gc' alias for 'git commit' to avoid conflict with
    conventional commit aliases. Use 'g commit' or 'gci' instead.

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

v2.9.0

29 Jul 06:05

Choose a tag to compare

2.9.0 (2025-07-29)

Bug Fixes

  • add git status check to pyenv updates (265c72e)
  • address CI issues for MCP setup (2e355cd)
  • address code review feedback for signal-safe cleanup (28f7b3e), closes #11
  • address security and reliability concerns from code review (61c79c4)
  • implement missing test functions and remove empty test files (099572f)
  • improve global CLAUDE.md setup for CI environments (72bf094)
  • prevent resource exhaustion and orphaned processes in CI (ded3f95)
  • remove 'local' keyword outside of function in test runner (f2b5152)
  • remove legacy --sync flag references from documentation (3ecf127)
  • resolve remaining CI test failures and path issues (cc6f032)
  • resolve test failures and security issues (a20bbcf)

Features

  • add Claude MCP server setup integration (7c9182c)
  • add comprehensive help/info system for installed tools (acb565b)
  • add global CLAUDE.md provisioning and zsh-autosuggestions (049ff89)
  • add OpenJDK installation and consistent terminal font configuration (034a49b)
  • add test organization script to improve test management (94fcbd6)
  • enhance setup-claude-global.sh with signal safety and security (af6a105)
  • implement signal-safe cleanup and temp file handling (722b02b)