Skip to content

Commit 442d4cd

Browse files
authored
Merge pull request #26 from EllinghamTech/codex/update-changelog.md-for-initial-release
Prepare release changelog
2 parents eb296cd + b46a942 commit 442d4cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
## [Unreleased]
1+
## [0.1.0] - 2025-06-22
22
### Added
3+
- Simple Ruby DSL for building Claude requests with `system_prompt`, `message`, and `tool` calls.
4+
- Provider implementations for Claude and AWS Bedrock.
5+
- Automatic tool loops via the `auto` option with termination using `StopToolLoop`.
6+
- Configurable generation options like `temperature`, `top_k`, and `top_p`.
37
- Configurable `max_tokens` and `max_iterations` options for `Client#request`.
4-
- `tool_choice` option for requests and `StopToolLoop` to end auto tool loops.
5-
6-
## [0.1.0] - 2025-06-22
7-
8-
- Initial release
8+
- `tool_choice` option for requests to force a specific tool.

0 commit comments

Comments
 (0)