docs: add 0.2.0 changelog entry and pricing section to README

Document the incremental reasoning-delta streaming, live display pricing,
and dynamic model fetch in CHANGELOG.md. Add a Pricing section to
README.md explaining the MODEL_COSTS overlay and how to update prices.
This commit is contained in:
Fei Yan
2026-05-27 07:32:50 +08:00
parent e8f7410a0a
commit 93864879b2
4 changed files with 24 additions and 14 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ export function createStreamCommandCode(deps: CoreDependencies) {
} else {
const tc = output.content[thinkingIdx]
if (tc && tc.type === "thinking") {
(tc as { thinking: string }).thinking += delta
;(tc as { thinking: string }).thinking += delta
}
}
stream.push({