Skip to content

Commit 8ece990

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

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## <small>0.7.1-dev.1 (2025-12-22)</small>
2+
3+
* ci: update pre-release discord notification ([0f618ff](https://github.com/CrackingShells/Hatch/commit/0f618ff))
4+
* ci: update release discord notification ([b7093a0](https://github.com/CrackingShells/Hatch/commit/b7093a0))
5+
* chore: augment code ignore __reports__/ ([b5d59c3](https://github.com/CrackingShells/Hatch/commit/b5d59c3))
6+
* chore: remove dev debug scripts ([391c2da](https://github.com/CrackingShells/Hatch/commit/391c2da))
7+
* chore: remove dev reports ([a7cf3da](https://github.com/CrackingShells/Hatch/commit/a7cf3da))
8+
* chore: update gitignore ([47e0902](https://github.com/CrackingShells/Hatch/commit/47e0902))
9+
* chore(release): 0.7.1-dev.1 ([402eded](https://github.com/CrackingShells/Hatch/commit/402eded))
10+
* chore(release): 0.7.1-dev.2 ([5eb4154](https://github.com/CrackingShells/Hatch/commit/5eb4154))
11+
* chore(release): 0.7.1-dev.3 ([a64a058](https://github.com/CrackingShells/Hatch/commit/a64a058))
12+
* fix: config path handling ([068a856](https://github.com/CrackingShells/Hatch/commit/068a856))
13+
* fix(backup): preserve original filename in backup creation ([79d4b7d](https://github.com/CrackingShells/Hatch/commit/79d4b7d))
14+
* fix(cli): prevent unwanted defaults ([055f019](https://github.com/CrackingShells/Hatch/commit/055f019))
15+
* fix(codex): map http_headers to universal headers field ([308f577](https://github.com/CrackingShells/Hatch/commit/308f577))
16+
* docs(cli): add host labels to configure command help ([8ebf59f](https://github.com/CrackingShells/Hatch/commit/8ebf59f))
17+
* docs(codex): add CLI reference and usage examples ([7a97ee8](https://github.com/CrackingShells/Hatch/commit/7a97ee8))
18+
* docs(codex): update to mention support for Codex ([588def6](https://github.com/CrackingShells/Hatch/commit/588def6))
19+
* docs(dev): enhance MCP host configuration extension guidance ([e4e42ce](https://github.com/CrackingShells/Hatch/commit/e4e42ce))
20+
* docs(kiro): add Kiro to supported MCP hosts across all documentation ([00edf42](https://github.com/CrackingShells/Hatch/commit/00edf42))
21+
* docs(reports): add implementation completion report ([97d386b](https://github.com/CrackingShells/Hatch/commit/97d386b))
22+
* docs(reports): codex CLI enhancement analysis and implementation ([257fe80](https://github.com/CrackingShells/Hatch/commit/257fe80))
23+
* docs(reports): dev specs for Codex MCP config support via Hatch! ([2bb1d3c](https://github.com/CrackingShells/Hatch/commit/2bb1d3c))
24+
* test(codex): add comprehensive CLI argument tests ([9cae56c](https://github.com/CrackingShells/Hatch/commit/9cae56c))
25+
* test(codex): add comprehensive Codex host strategy test suite ([ba8178c](https://github.com/CrackingShells/Hatch/commit/ba8178c))
26+
* test(codex): fix Omni model field name in conversion test ([3a040f2](https://github.com/CrackingShells/Hatch/commit/3a040f2))
27+
* test(kiro): add comprehensive backup integration tests ([09776d2](https://github.com/CrackingShells/Hatch/commit/09776d2))
28+
* test(kiro): implement comprehensive test suite for Kiro MCP integration ([04b3733](https://github.com/CrackingShells/Hatch/commit/04b3733))
29+
* test(kiro): implement test data infrastructure for Kiro MCP integration ([da30374](https://github.com/CrackingShells/Hatch/commit/da30374))
30+
* feat(codex): add CLI arguments for Codex ([e8f6e4e](https://github.com/CrackingShells/Hatch/commit/e8f6e4e))
31+
* feat(codex): add MCPServerConfigCodex model and infrastructure ([ed86ddf](https://github.com/CrackingShells/Hatch/commit/ed86ddf))
32+
* feat(codex): add tomli-w dependency for TOML support ([e1e575d](https://github.com/CrackingShells/Hatch/commit/e1e575d))
33+
* feat(codex): implement CodexHostStrategy with TOML support ([cac2301](https://github.com/CrackingShells/Hatch/commit/cac2301))
34+
* feat(kiro): add configuration file backup support ([f8287f1](https://github.com/CrackingShells/Hatch/commit/f8287f1))
35+
* feat(kiro): add Kiro IDE support to model layer ([a505e28](https://github.com/CrackingShells/Hatch/commit/a505e28))
36+
* feat(kiro): add Kiro-specific arguments to mcp configure command ([cb89045](https://github.com/CrackingShells/Hatch/commit/cb89045))
37+
* feat(kiro): implement KiroHostStrategy for configuration management ([f03e16b](https://github.com/CrackingShells/Hatch/commit/f03e16b))
38+
* feat(mcp-models): map shared tool filtering flags to Codex ([627a556](https://github.com/CrackingShells/Hatch/commit/627a556))
39+
140
## <small>0.7.1-dev.3 (2025-12-18)</small>
241

342
* fix(cli): prevent unwanted defaults ([8a9441b](https://github.com/CrackingShells/Hatch/commit/8a9441b))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hatch-xclam"
7-
version = "0.7.1-dev.3"
7+
version = "0.7.1-dev.1"
88
description = "Package manager for the Cracking Shells ecosystem"
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)