Skip to content

Commit 199a4aa

Browse files
0.20.2
1 parent 830d15c commit 199a4aa

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

js/.changeset/fix-agent-cli-problems-239.md

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

js/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @link-assistant/agent
22

3+
## 0.20.2
4+
5+
### Patch Changes
6+
7+
- 4fcc366: fix: resolve Agent CLI problems preventing task completion (#239)
8+
- `argv.ts`: harden getModelFromProcessArgv() with Bun.argv fallback for global installs (oven-sh/bun#22157)
9+
- `model-config.js`: add diagnostic logging for model resolution, detect silent Bun/yargs argument parsing mismatch
10+
- `storage.ts`: sanitize null bytes in migration paths before file operations
11+
- `prompt.ts`: check for completed tool calls BEFORE zero-token check — prevents premature session termination when provider reports zero tokens but model executed tool calls successfully
12+
313
## 0.20.1
414

515
### Patch Changes

js/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@link-assistant/agent",
3-
"version": "0.20.1",
3+
"version": "0.20.2",
44
"description": "A minimal, public domain AI CLI agent compatible with OpenCode's JSON interface. Bun-only runtime.",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)