We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb296cd + b46a942 commit 442d4cdCopy full SHA for 442d4cd
CHANGELOG.md
@@ -1,8 +1,8 @@
1
-## [Unreleased]
+## [0.1.0] - 2025-06-22
2
### 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`.
7
- Configurable `max_tokens` and `max_iterations` options for `Client#request`.
-- `tool_choice` option for requests and `StopToolLoop` to end auto tool loops.
-
-## [0.1.0] - 2025-06-22
8
-- Initial release
+- `tool_choice` option for requests to force a specific tool.
0 commit comments