chore: update chat-tui dependency - #227
Conversation
Pin Baton to chat-tui 21da53a for the latest interaction-card fixes and bump the internal Baton version to 0.2.8. Tests: bun run check
There was a problem hiding this comment.
🤖 devloop code-review · deepseek-v4-pro
The commit message states "bump the internal Baton version to 0.2.8" and the VERSION file was updated accordingly, but the "version" field in package.json (line 3) remains at "0.2.0". The baton version CLI command reads from packageJson.version, so users running baton version will still see 0.2.0. If the intent is to bump the version that users see, the package.json version should also be updated to 0.2.8.
ccr:fp=4eb1615e5c34
There was a problem hiding this comment.
ccr:label=wrong — AGENTS.md:50-51 明确规定根 VERSION 是项目内部版本,npm package version 独立且不随其更新;本次只按逻辑改动递增内部 VERSION,不是 npm 发版。#cross-file
|
🤖 devloop code-review · 1 finding(s)(1 条已锚到 diff) |
Pin Baton to chat-tui 21da53a for the latest interaction-card fixes and bump
the internal Baton version to 0.2.8.
Tests: bun run check