Skip to content

Commit 122e458

Browse files
chore: version packages
1 parent 06501a9 commit 122e458

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/remove-implicit-max-steps.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/agent/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @openrouter/agent
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#42](https://github.com/OpenRouterTeam/typescript-agent/pull/42) [`8e71f06`](https://github.com/OpenRouterTeam/typescript-agent/commit/8e71f06024f41e60ccdc68577016637a31912779) Thanks [@mattapperson](https://github.com/mattapperson)! - Remove implicit 5-step cap in `callModel`. When `stopWhen` is omitted, the tool-execution loop now runs until the model produces a turn with no tool calls instead of stopping at 5 steps. Pass an explicit `stopWhen` (e.g. `stepCountIs(n)`, `maxCost(...)`, `maxTokensUsed(...)`) to bound iterations.
8+
39
## 0.5.0
410

511
### Minor Changes

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openrouter/agent",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"author": "OpenRouter",
55
"description": "Agent toolkit for building AI applications with OpenRouter — tool orchestration, streaming, multi-turn conversations, and format compatibility.",
66
"keywords": [

0 commit comments

Comments
 (0)