Skip to content

Releases: CrackingShells/Hatch

v0.8.0-dev.1

04 Feb 06:39

Choose a tag to compare

v0.8.0-dev.1 Pre-release
Pre-release

0.8.0-dev.1 (2026-02-04)

  • Merge pull request #44 from LittleCoinCoin/dev (1157922), closes #44
  • chore: update entry point to hatch.cli module (cf81671)
  • chore: update submodule cracking-shells-playbook (222b357)
  • chore(deps): add pytest to dev dependencies (2761afe)
  • chore(docs): remove deprecated CLI api doc (12a22c0)
  • chore(docs): remove deprecated MCP documentation files (5ca09a3)
  • chore(tests): remove deprecated MCP test files (29a5ec5)
  • fix(backup): support different config filenames in backup listing (06eb53a), closes #2
  • fix(docs): add missing return type annotations for mkdocs build (da78682)
  • docs: fix broken link in MCP host configuration architecture (e9f89f1)
  • docs(api): restructure CLI API documentation to modular architecture (318d212)
  • docs(cli-ref): mark package list as deprecated and update filters (06f5b75)
  • docs(cli-ref): update environment commands section (749d992)
  • docs(cli-ref): update MCP commands section with new list/show commands (1c812fd)
  • docs(cli): add module docstrings for refactored CLI (8d7de20)
  • docs(cli): update documentation for handler-based architecture (f95c5d0)
  • docs(devs): add CLI architecture and implementation guide (a3152e1)
  • docs(guide): add quick reference for viewing commands (5bf5d01)
  • docs(guide): add viewing host configurations section (6c381d1)
  • docs(mcp-host-config): deprecate legacy architecture doc (d8618a5)
  • docs(mcp-host-config): deprecate legacy extension guide (f172a51)
  • docs(mcp-host-config): write new architecture documentation (ff05ad5)
  • docs(mcp-host-config): write new extension guide (7821062)
  • docs(mcp-reporting): document metadata field exclusion behavior (5ccb7f9)
  • docs(tutorial): fix command syntax in environment sync tutorial (b2f40bf)
  • docs(tutorial): fix verification commands in checkpoint tutorial (59b2485)
  • docs(tutorial): update env list output in create environment tutorial (443607c)
  • docs(tutorial): update package installation tutorial outputs (588bab3)
  • docs(tutorials): fix command syntax in 04-mcp-host-configuration (2ac1058)
  • docs(tutorials): fix outdated env list output format in 02-environments (d38ae24)
  • docs(tutorials): fix validation output in 03-author-package (776d40f)
  • refactor(cli): add deprecation warning to cli_hatch shim (f9adf0a)
  • refactor(cli): create cli package structure (bc80e29)
  • refactor(cli): deprecate mcp discover servers and package list (9ce5be0)
  • refactor(cli): extract argument parsing and implement clean routing (efeae24)
  • refactor(cli): extract environment handlers to cli_env (d00959f)
  • refactor(cli): extract handle_mcp_configure to cli_mcp (9b9bc4d)
  • refactor(cli): extract handle_mcp_sync to cli_mcp (f69be90)
  • refactor(cli): extract MCP backup handlers to cli_mcp (ca65e2b)
  • refactor(cli): extract MCP discovery handlers to cli_mcp (887b96e)
  • refactor(cli): extract MCP list handlers to cli_mcp (e518e90)
  • refactor(cli): extract MCP remove handlers to cli_mcp (4e84be7)
  • refactor(cli): extract package handlers to cli_package (ebecb1e)
  • refactor(cli): extract shared utilities to cli_utils (0b0dc92)
  • refactor(cli): extract system handlers to cli_system (2f7d715)
  • refactor(cli): integrate backup path into ResultReporter (fd9a1f4)
  • refactor(cli): integrate sync statistics into ResultReporter (cc5a8b2)
  • refactor(cli): normalize cli_utils warning messages (6e9b983)
  • refactor(cli): normalize MCP warning messages (b72c6a4)
  • refactor(cli): normalize operation cancelled messages (ab0b611)
  • refactor(cli): normalize package warning messages (c7463b3)
  • refactor(cli): remove --pattern from mcp list servers (b8baef9)
  • refactor(cli): remove legacy mcp show command (fd2c290)
  • refactor(cli): rewrite mcp list hosts for host-centric design (ac88a84)
  • refactor(cli): rewrite mcp list servers for host-centric design (c2de727)
  • refactor(cli): simplify CLI to use unified MCPServerConfig with adapters (d97b99e)
  • refactor(cli): simplify env list to show package count only (3045718)
  • refactor(cli): update env execution errors to use report_error (8021ba2)
  • refactor(cli): update env validation error to use ValidationError (101eba7)
  • refactor(cli): update MCP exception handlers to use report_error (edec31d)
  • refactor(cli): update MCP validation errors to use ValidationError (20b165a)
  • refactor(cli): update package errors to use report_error (4d0ab73)
  • refactor(cli): update system errors to use report_error (b205032)
  • refactor(cli): use HatchArgumentParser for all parsers (4b750fa)
  • refactor(cli): use ResultReporter in env create/remove handlers (d0991ba)
  • refactor(cli): use ResultReporter in env python handlers (df14f66)
  • refactor(cli): use ResultReporter in handle_env_python_add_hatch_mcp (0ec6b6a)
  • refactor(cli): use ResultReporter in handle_env_use (b7536fb)
  • refactor(cli): use ResultReporter in handle_mcp_configure (5f3c60c)
  • refactor(cli): use ResultReporter in handle_mcp_sync (9d52d24)
  • refactor(cli): use ResultReporter in handle_package_add (49585fa)
  • refactor(cli): use ResultReporter in handle_package_remove (58ffdf1)
  • refactor(cli): use ResultReporter in handle_package_sync (987b9d1)
  • refactor(cli): use ResultReporter in MCP backup handlers (9ec9e7b)
  • refactor(cli): use ResultReporter in MCP remove handlers (e727324)
  • refactor(cli): use ResultReporter in system handlers (df64898)
  • refactor(cli): use TableFormatter in handle_env_list (0f18682)
  • refactor(c...
Read more

v0.7.1

22 Dec 04:51

Choose a tag to compare

0.7.1 (2025-12-22)

  • Merge pull request #43 from CrackingShells/dev (b8093b5), closes #43
  • ci: update pre-release discord notification (0f618ff)
  • ci: update release discord notification (b7093a0)
  • chore: augment code ignore reports/ (b5d59c3)
  • chore: remove dev debug scripts (391c2da)
  • chore: remove dev reports (a7cf3da)
  • chore: update gitignore (47e0902)
  • chore(release): 0.7.1-dev.1 (402eded)
  • chore(release): 0.7.1-dev.2 (5eb4154)
  • chore(release): 0.7.1-dev.3 (a64a058)
  • fix: config path handling (068a856)
  • fix(backup): preserve original filename in backup creation (79d4b7d)
  • fix(cli): prevent unwanted defaults (055f019)
  • fix(codex): map http_headers to universal headers field (308f577)
  • docs(cli): add host labels to configure command help (8ebf59f)
  • docs(codex): add CLI reference and usage examples (7a97ee8)
  • docs(codex): update to mention support for Codex (588def6)
  • docs(dev): enhance MCP host configuration extension guidance (e4e42ce)
  • docs(kiro): add Kiro to supported MCP hosts across all documentation (00edf42)
  • docs(reports): add implementation completion report (97d386b)
  • docs(reports): codex CLI enhancement analysis and implementation (257fe80)
  • docs(reports): dev specs for Codex MCP config support via Hatch! (2bb1d3c)
  • test(codex): add comprehensive CLI argument tests (9cae56c)
  • test(codex): add comprehensive Codex host strategy test suite (ba8178c)
  • test(codex): fix Omni model field name in conversion test (3a040f2)
  • test(kiro): add comprehensive backup integration tests (09776d2)
  • test(kiro): implement comprehensive test suite for Kiro MCP integration (04b3733)
  • test(kiro): implement test data infrastructure for Kiro MCP integration (da30374)
  • feat(codex): add CLI arguments for Codex (e8f6e4e)
  • feat(codex): add MCPServerConfigCodex model and infrastructure (ed86ddf)
  • feat(codex): add tomli-w dependency for TOML support (e1e575d)
  • feat(codex): implement CodexHostStrategy with TOML support (cac2301)
  • feat(kiro): add configuration file backup support (f8287f1)
  • feat(kiro): add Kiro IDE support to model layer (a505e28)
  • feat(kiro): add Kiro-specific arguments to mcp configure command (cb89045)
  • feat(kiro): implement KiroHostStrategy for configuration management (f03e16b)
  • feat(mcp-models): map shared tool filtering flags to Codex (627a556)

v0.7.1-dev.3

18 Dec 02:03

Choose a tag to compare

v0.7.1-dev.3 Pre-release
Pre-release

0.7.1-dev.3 (2025-12-18)

  • fix(cli): prevent unwanted defaults (8a9441b)

v0.7.1-dev.2

15 Dec 17:13

Choose a tag to compare

v0.7.1-dev.2 Pre-release
Pre-release

0.7.1-dev.2 (2025-12-15)

  • Merge branch 'feat/codex-support' into dev (b82bf0f)
  • chore: augment code ignore reports/ (bed11cd)
  • chore: remove dev debug scripts (f1880ce)
  • chore: remove dev reports (8c3f455)
  • chore: update gitignore (cd1934a)
  • docs(cli): add host labels to configure command help (842e771)
  • docs(codex): add CLI reference and usage examples (a68e932)
  • docs(codex): update to mention support for Codex (7fa2bdb)
  • docs(reports): add implementation completion report (7b67225)
  • docs(reports): codex CLI enhancement analysis and implementation (c5327d2)
  • docs(reports): dev specs for Codex MCP config support via Hatch! (330c683)
  • test(codex): add comprehensive CLI argument tests (0e15301)
  • test(codex): fix Omni model field name in conversion test (21efc10)
  • feat(codex): add CLI arguments for Codex (88e81fe)
  • feat(codex): add MCPServerConfigCodex model and infrastructure (061ae53)
  • feat(codex): add tomli-w dependency for TOML support (00b960f)
  • feat(codex): implement CodexHostStrategy with TOML support (4e55b34)
  • feat(mcp-models): map shared tool filtering flags to Codex (b2e6103)
  • fix(backup): preserve original filename in backup creation (c2dde46)
  • fix(codex): map http_headers to universal headers field (7c5e2cb)
  • tests(codex): add comprehensive Codex host strategy test suite (2858ba5)

v0.7.1-dev.1

15 Dec 01:54

Choose a tag to compare

v0.7.1-dev.1 Pre-release
Pre-release

0.7.1-dev.1 (2025-12-15)

  • Merge branch 'feat/kiro-support' into dev (d9c11ca)
  • docs: add Kiro to supported MCP hosts across all documentation (1b1dd1a)
  • docs(dev): enhance MCP host configuration extension guidance (3bdae9c)
  • fix: config path handling (63efad7)
  • test(kiro): add comprehensive backup integration tests (65b4a29)
  • test(kiro): implement comprehensive test suite for Kiro MCP integration (a55b48a)
  • test(kiro): implement test data infrastructure for Kiro MCP integration (744219f)
  • feat(cli): add Kiro-specific arguments to mcp configure command (23c1e9d)
  • feat(kiro): add configuration file backup support (49007dd)
  • feat(mcp-host-config): add Kiro IDE support to model layer (f8ede12)
  • feat(mcp-host-config): implement KiroHostStrategy for configuration management (ab69e2a)

v0.7.0

11 Dec 08:12

Choose a tag to compare

0.7.0 (2025-12-11)

  • Merge pull request #42 from CrackingShells/dev (be3a9a3), closes #42
  • chore: add submodule cracking-shells-playbook (c7fb36b)
  • chore: clean remove temp/ and ignore it (40b4a00)
  • chore: cleaning up old reports (0119d0f)
  • chore: configure semantic-release for 0.x.x versioning behavior (b04757a)
  • chore: fix version numbers in changelog (cfa6498)
  • chore(.gitignore): ignoring .augment and .github/instructions (294ca04)
  • chore(.gititnore): directory Laghari/ (aa58720)
  • chore(ci): clean semantic release commit message (033ccc1)
  • chore(cli): remove useless --no-mcp-config flag (7385763)
  • chore(release): 0.7.0-dev.1 (700f190)
  • chore(release): 0.7.0-dev.10 (4947480)
  • chore(release): 0.7.0-dev.11 (d20de17)
  • chore(release): 0.7.0-dev.12 (09b7bcb)
  • chore(release): 0.7.0-dev.13 (0d94e4c)
  • chore(release): 0.7.0-dev.2 (a7bea4b)
  • chore(release): 0.7.0-dev.3 (28313b2)
  • chore(release): 0.7.0-dev.4 (c04984f)
  • chore(release): 0.7.0-dev.5 (66724ca)
  • chore(release): 0.7.0-dev.6 (321d2f1)
  • chore(release): 0.7.0-dev.7 (35e25d8)
  • chore(release): 0.7.0-dev.8 (72ff2be)
  • chore(release): 0.7.0-dev.9 (dda6513)
  • fix: backup system filename format (f7af78a)
  • fix: config backup restore system (981ff0c)
  • fix: correct report display logic to exclude unset fields (478c655)
  • fix: implement environment-specific Python executable path resolution (6119fe2)
  • fix: replace blocking input() with TTY-aware request_confirmation (84caa7c)
  • fix: resolve all MCP CLI test failures achieving 100% pass rate (e355bd7)
  • fix: resolve configuration file corruption and data loss issues (55efeaa)
  • fix: resolve non-TTY environment blocking in request_confirmation (799e1fa)
  • fix: use the FastMCP instance and not HatchMCP (7179d31)
  • fix(ci): Discord notification image URLs to use raw GitHub content (0b8ce7c)
  • fix(ci): Discord pre-release notification should happen when on dev (505ad2b)
  • fix(ci): plugin definition structure (a5ed541)
  • fix(ci): using custom @artessan-devs/sr-uv-plugin (fa47900)
  • fix(claude-code): user-wide config file of the mcp (ba5a02a)
  • fix(cli): allow --http-url as standalone option for Gemini (49e91bc)
  • fix(cli): enable partial configuration updates for existing MCP servers (d545e90)
  • fix(cli): implement shlex.split() for --args parsing (a7e21d2)
  • fix(cli): mcp host configuration when using paths to hatch pkgs (902fa8a)
  • fix(cli): pass in expected mcp server configuration (17d1cc3)
  • fix(cli): resolve argparse naming conflict (44d6a73)
  • fix(cli): resolve critical UnboundLocalError in hatch package add (bdfa4c5)
  • fix(cli): string value usage (aae1e85)
  • fix(deps): add pydantic dep (bfa4aed)
  • fix(dev): overwrite server config in mcp host rather than merging (ce6ecc6)
  • fix(dev): remove host configuration (6c5bc07)
  • fix(docs): describe actual commit policy (fee6da4)
  • fix(docs): repair all broken links (e911324)
  • fix(docs): Tutorial 04-01 (e855749)
  • fix(host): configuration cleanup after package and environment removal (2824de7)
  • fix(host): multi-environment mcp configuration conflict resolution (1eb86e4)
  • fix(lmstudio): user-wide config file of the mcp (58b7613)
  • fix(mcp): add Claude Desktop transport validation (dede78e)
  • fix(mcp): clear type field during transport switching (1933351)
  • fix(mcp): remove incorrect absolute path validation for Claude Desktop (50345a3)
  • fix(pypi-deploy): remove direct dependencies (2fc9313)
  • fix(pypi-deploy): wrong project name (3957c75)
  • fix(serialization): explicit model dump of server configuration (fa273a4)
  • fix(test): function signatures and environment variable interference (04838bc)
  • fix(test): resolve failing integration tests with proper error handling (5638299)
  • fix(tests): add missing mock (1774610)
  • fix(tests): correct dependency dummy metadata extraction (cbbdf40)
  • fix(tests): update simple_dep_pkg to use local base_pkg (f21ec7d)
  • fix(vscode): set mcp configure to user-wide by default (a688f52)
  • fix(vscode): update configuration format from settings.json to mcp.json (d08a202)
  • fix(workaround): relax Pydantic data model constraint (16c7990)
  • docs: add --version flag documentation and installation verification (724c957)
  • docs: add comprehensive MCP host configuration documentation (e188c90)
  • docs: add MCP backup system architecture documentation (de7d16a)
  • docs: consolidate MCP/ subdirectory into MCPHostConfiguration.md (3d5d11e)
  • docs: CONTRIBUTING becomes how_to_contribute.md (e10c236)
  • docs: fix CLI reference documentation accuracy (6d8c322)
  • docs: fix critical CLI command inaccuracies across documentation (8ca57c3)
  • docs: fix MCP host configuration dev guide (0813ee2)
  • docs: minor legacy typos (c48be5c)
  • docs: rewrite MCP host configuration (b3597a8)
  • docs: update CLI reference for environment-scoped list hosts (b2e5a80)
  • docs: update CLI reference for MCP host configuration integration (5a98b64)
  • docs: update CLIReference (fb30d37)
  • docs: update cross-references following corrected alignment strategy (79086a0)
  • docs: update release policy for new CI/CD architecture (a444c65)
  • docs(cli): update CLI reference for parame...
Read more

v0.7.0-dev.13

11 Dec 07:00

Choose a tag to compare

v0.7.0-dev.13 Pre-release
Pre-release

0.7.0-dev.13 (2025-12-11)

Bug Fixes

  • ci: Discord notification image URLs to use raw GitHub content (847dd1c)

Documentation

  • README: rewrite (b05f8a5)
  • update release policy for new CI/CD architecture (3df2ae2)

v0.7.0-dev.12

10 Dec 10:13

Choose a tag to compare

v0.7.0-dev.12 Pre-release
Pre-release

0.7.0-dev.12 (2025-12-10)

Documentation

  • fix CLI reference documentation accuracy (61458d3)
  • fix MCP host configuration extension guide with critical corrections (1676af0)
  • README: Updating (fbcbd14)

v0.7.0-dev.11

07 Dec 16:40

Choose a tag to compare

v0.7.0-dev.11 Pre-release
Pre-release

0.7.0-dev.11 (2025-12-07)

Bug Fixes

  • pypi-deploy: wrong project name (f94df05)

v0.7.0-dev.10

07 Dec 16:33

Choose a tag to compare

v0.7.0-dev.10 Pre-release
Pre-release

0.7.0-dev.10 (2025-12-07)

Bug Fixes

  • pypi-deploy: remove direct dependencies (0875cf8)