Skip to content

Releases: CrackingShells/Hatch

v0.8.0

20 Feb 05:18

Choose a tag to compare

0.8.0 (2026-02-20)

  • Merge pull request #44 from LittleCoinCoin/dev (1157922), closes #44
  • Merge pull request #45 from LittleCoinCoin/dev (0ed9010), closes #45
  • Merge pull request #46 from CrackingShells/dev (514f2c7), closes #46
  • 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(dev-infra): add code quality tools to dev dependencies (f76c5c1)
  • chore(dev-infra): add pre-commit configuration (67da239)
  • chore(dev-infra): apply black formatting to entire codebase (2daa89d)
  • chore(dev-infra): apply ruff linting fixes to codebase (6681ee6)
  • chore(dev-infra): install pre-commit hooks and document initial state (eb81ea4)
  • chore(dev-infra): verify pre-commit hooks pass on entire codebase (ed90350)
  • chore(docs): remove deprecated CLI api doc (12a22c0)
  • chore(docs): remove deprecated MCP documentation files (5ca09a3)
  • chore(release): 0.8.0-dev.1 (f787c93)
  • chore(release): 0.8.0-dev.2 (2d30523)
  • chore(tests): remove deprecated MCP test files (29a5ec5)
  • fix(backup): support different config filenames in backup listing (06eb53a), closes #2
  • fix(ci): pre-release installation instructions (0206dc0)
  • fix(cli-version): use correct package name for version lookup (76c3364)
  • fix(cli): remove obsolete handle_mcp_show import (388ca01)
  • fix(docs): add missing return type annotations for mkdocs build (da78682)
  • fix(instructions): purge stale Phase terminology (dba119a)
  • fix(mcp-adapters): add missing strategies import (533a66d)
  • fix(mcp-adapters): add transport mutual exclusion to GeminiAdapter (319d067)
  • fix(mcp-adapters): allow enabled_tools/disabled_tools coexistence (ea6471c)
  • fix(mcp-adapters): allow includeTools/excludeTools coexistence (d8f8a56)
  • fix(mcp-adapters): remove type field rejection from CodexAdapter (0627352)
  • fix(mcp-adapters): remove type field rejection from GeminiAdapter (2d8e0a3)
  • fix(ruff): resolve F821 errors and consolidate imports (0be9fc8), closes hi#priority
  • 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-ref): update mcp sync command documentation (17ae770)
  • 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-adapters): update architecture for new pattern (693665c)
  • 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(mcp): update error message examples (5988b3a)
  • docs(testing): add tests/README.md with testing strategy (08162ce)
  • docs(testing): update README - all test issues resolved (5c60ef2)
  • 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)
  • test(cli): add ConversionReport fixtures for reporter tests (eeccff6)
  • test(cli): add failing integration test for MCP handler (acf7c94)
  • test(cli): add failing test for host-centric mcp list servers (0fcb8fd)
  • test(cli): add failing tests for ConversionReport integration (8e6efc0)
  • test(cli): add failing tests for env list hosts (454b0e4)
  • test(cli): add failing tests for env list servers (7250387)
  • test(cli): add failing tests for host-centric mcp list hosts (3ec0617)
  • test(cli): add failing tests for mcp show hosts (8c8f3e9)
  • test(cli): add failing tests for mcp show servers (fac85fe)
  • test(cli): add failing tests for TableFormatter (90f3953)
  • test(cli): add test directory structure for CLI reporter (7044b47)
  • test(cli): add test utilities for handler testing (55322c7)
  • test(cli): add tests for Color enum and color enable/disable logic (f854324)
  • test(cli): add tests for Consequence dataclass and ResultReporter (127575d)
  • test(cli): add tests for ConsequenceType enum (a3f0204)
  • test(cli): add tests for error reporting methods (2561532)
  • test(cli): add tests for HatchArgumentParser (8b192e5)
  • test(cli): add tests for ValidationError and utilities (a2a5c29)
  • test(cli): add true color detection tests (79f6faa)
  • test(cli): update backup tests for cli_mcp module ([8174bef](https://github.com/CrackingShells/Ha...
Read more

v0.8.0-dev.2

20 Feb 02:10

Choose a tag to compare

v0.8.0-dev.2 Pre-release
Pre-release

0.8.0-dev.2 (2026-02-20)

  • Merge pull request #45 from LittleCoinCoin/dev (0ed9010), closes #45
  • fix(ci): pre-release installation instructions (0206dc0)
  • fix(cli-version): use correct package name for version lookup (76c3364)
  • fix(cli): remove obsolete handle_mcp_show import (388ca01)
  • fix(instructions): purge stale Phase terminology (dba119a)
  • fix(mcp-adapters): add missing strategies import (533a66d)
  • fix(mcp-adapters): add transport mutual exclusion to GeminiAdapter (319d067)
  • fix(mcp-adapters): allow enabled_tools/disabled_tools coexistence (ea6471c)
  • fix(mcp-adapters): allow includeTools/excludeTools coexistence (d8f8a56)
  • fix(mcp-adapters): remove type field rejection from CodexAdapter (0627352)
  • fix(mcp-adapters): remove type field rejection from GeminiAdapter (2d8e0a3)
  • fix(ruff): resolve F821 errors and consolidate imports (0be9fc8), closes hi#priority
  • docs(cli-ref): update mcp sync command documentation (17ae770)
  • docs(mcp-adapters): update architecture for new pattern (693665c)
  • docs(mcp): update error message examples (5988b3a)
  • docs(testing): add tests/README.md with testing strategy (08162ce)
  • docs(testing): update README - all test issues resolved (5c60ef2)
  • test(docker-loader): mock docker and online package loader tests (df5533e)
  • test(env-manager): mock conda/mamba detection tests (ce82350)
  • test(env-manager): mock environment creation tests (8bf3289)
  • test(env-manager): mock remaining integration tests (5a4d215)
  • test(env-manip): mock advanced package dependency tests (1878751)
  • test(env-manip): mock advanced package dependency tests (9a945ad)
  • test(env-manip): mock basic environment operations (0b4ed74)
  • test(env-manip): mock basic environment operations (675a67d)
  • test(env-manip): mock package addition tests (0f99f4c)
  • test(env-manip): mock package addition tests (04cb79f)
  • test(env-manip): mock remaining 3 slow tests (df7517c)
  • test(env-manip): mock system, docker, and MCP server tests (63084c4)
  • test(env-manip): mock system, docker, and MCP server tests (9487ef8)
  • test(env-manip): remove remaining @slow_test decorators (0403a7d)
  • test(installer): add shared venv fixture for integration tests (095f6ce)
  • test(installer): mock pip installation tests (batch 1) (45bdae0)
  • test(installer): mock pip installation tests (batch 2) (1650442)
  • test(installer): refactor integration test to use shared venv (bd979be)
  • test(mcp-adapters): add canonical configs fixture (46f54a6)
  • test(mcp-adapters): add cross-host sync tests (64 pairs) (c77f448)
  • test(mcp-adapters): add field filtering regression tests (bc3e631)
  • test(mcp-adapters): add host configuration tests (8 hosts) (b3e640e)
  • test(mcp-adapters): add validation bug regression tests (8eb6f7a)
  • test(mcp-adapters): deprecate old tests for data-driven (8177520)
  • test(mcp-adapters): fix registry test for new abstract method (32aa3cb)
  • test(mcp-adapters): implement HostRegistry with fields.py (127c1f7)
  • test(mcp-adapters): implement property-based assertions (4ac17ef)
  • test(mcp-sync): use canonical fixture data in detailed flag tests (c2f35e4)
  • test(non-tty): remove slow_test from integration tests (772de01)
  • test(system-installer): mock system installer tests (23de568)
  • test(validation): add pytest pythonpath config (9924374)
  • feat(cli): display server list in mcp sync pre-prompt (96d7f56)
  • feat(mcp-adapters): implement field transformations in CodexAdapter (59cc931)
  • feat(mcp-sync): add --detailed flag for field-level sync output (dea1541)
  • feat(mcp): add preview_sync method for server name resolution (52bdc10)
  • refactor(cli): standardize backup restore failure error (9a8377f)
  • refactor(cli): standardize configure failure error (1065c32)
  • refactor(cli): standardize mcp sync failure error reporting (82a2d3b)
  • refactor(cli): standardize package configure exception warning (b1bde91)
  • refactor(cli): standardize package configure failure warning (b14e9f4)
  • refactor(cli): standardize package invalid host error (7f448a1)
  • refactor(cli): standardize remove failure error (023c64f)
  • refactor(cli): standardize remove-host failure error (b2de533)
  • refactor(cli): standardize remove-server failure error (2d40d09)
  • refactor(mcp-adapters): add validate_filtered to BaseAdapter (b1f542a)
  • refactor(mcp-adapters): convert ClaudeAdapter to validate-after-filter (13933a5)
  • refactor(mcp-adapters): convert CodexAdapter to validate-after-filter (7ac8de1)
  • refactor(mcp-adapters): convert CursorAdapter to validate-after-filter (93aa631)
  • refactor(mcp-adapters): convert GeminiAdapter to validate-after-filter (cb5d98e)
  • refactor(mcp-adapters): convert KiroAdapter to validate-after-filter (0eb7d46)
  • refactor(mcp-adapters): convert LMStudioAdapter to validate-after-filter (1bd3780)
  • refactor(mcp-adapters): convert VSCodeAdapter to validate-after-filter (5c78df9)
  • chore(dev-infra): add code quality tools to dev dependencies (f76c5c1)
  • chore(dev-infra): add pre-commit configuration (67da239)
  • chore(dev-infra): apply black formatting to entire codebase (2daa89d)
  • chore(dev-infra): apply ruff linting fixes to codebase (6681ee6)
  • chore(dev-infra): install pre-commit hooks and document initial state (eb81ea4)
  • chore(dev-infra): verify pre-commit hooks pass on entire codebase (ed90350)

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)