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:
+1
-1
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user