Skip to content

Commit aaf29ef

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2025-08-26) ### Features * Add comprehensive OpenAI API integration ([e722ab3](e722ab3)) * Add OpenAI-specific translations and resolve i18n warnings ([7b60de7](7b60de7)) * Integrate OpenAI API support in core LLM components ([770b90c](770b90c)) * Update CLI chat interface for multi-provider LLM support ([9699bf3](9699bf3)) * Update Docker configuration for multi-provider LLM support ([5964216](5964216)) * Update package configuration for translation files inclusion ([89d68f4](89d68f4)) ### Bug Fixes * Extend MCP tool execution timeouts for long-running operations ([aeae562](aeae562)) * Make Docker entrypoint script executable ([4bb6acb](4bb6acb)) * Update settings parameter paths for tool calling configuration ([c50df34](c50df34)) ### Documentation * **dev:** remove design reports ([2dfd324](2dfd324)) ### Code Refactoring * Restructure LLM settings architecture for multi-provider support ([306f227](306f227))
1 parent 3e13316 commit aaf29ef

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## 1.0.0 (2025-08-26)
2+
3+
4+
### Features
5+
6+
* Add comprehensive OpenAI API integration ([e722ab3](https://github.com/CrackingShells/Hatchling/commit/e722ab390b7444d1a0eec4a06466c9668accc54b))
7+
* Add OpenAI-specific translations and resolve i18n warnings ([7b60de7](https://github.com/CrackingShells/Hatchling/commit/7b60de79d48b83e65df12411f3e0561eefd19084))
8+
* Integrate OpenAI API support in core LLM components ([770b90c](https://github.com/CrackingShells/Hatchling/commit/770b90c8b42ffa923560e0ec1fbecf1e15fb51e7))
9+
* Update CLI chat interface for multi-provider LLM support ([9699bf3](https://github.com/CrackingShells/Hatchling/commit/9699bf3c163b5429f5d2422c55d1d75a1ba65aaf))
10+
* Update Docker configuration for multi-provider LLM support ([5964216](https://github.com/CrackingShells/Hatchling/commit/5964216e1f61d9fd898ff8ece42cb9790844924d))
11+
* Update package configuration for translation files inclusion ([89d68f4](https://github.com/CrackingShells/Hatchling/commit/89d68f4f18900f7d69836a6b30debc24abe150de))
12+
13+
14+
### Bug Fixes
15+
16+
* Extend MCP tool execution timeouts for long-running operations ([aeae562](https://github.com/CrackingShells/Hatchling/commit/aeae5625f4778b7cc19ea325ee3868ea9e58d7a2))
17+
* Make Docker entrypoint script executable ([4bb6acb](https://github.com/CrackingShells/Hatchling/commit/4bb6acb6cd0de45889c8775a9a3bb83b7f3b9e87))
18+
* Update settings parameter paths for tool calling configuration ([c50df34](https://github.com/CrackingShells/Hatchling/commit/c50df344490d95821a1e22491cc87e55a1cbb271))
19+
20+
21+
### Documentation
22+
23+
* **dev:** remove design reports ([2dfd324](https://github.com/CrackingShells/Hatchling/commit/2dfd324689062f9622b5c9468414133aa6493a88))
24+
25+
26+
### Code Refactoring
27+
28+
* Restructure LLM settings architecture for multi-provider support ([306f227](https://github.com/CrackingShells/Hatchling/commit/306f2276b956d198b2025d3f05764d6386e64235))
29+
130
## 0.4.2-dev.28 (2025-08-26)
231

332

0 commit comments

Comments
 (0)