Commit 8ece990
committed
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
2 files changed
+40
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
1 | 40 | | |
2 | 41 | | |
3 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments