@usabledev/usable-chat 1.207.8 → 1.207.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +2 -1
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -138091,6 +138091,7 @@ async function callClaude(apiKey, request, options2) {
|
|
|
138091
138091
|
delta: typedEvent.delta,
|
|
138092
138092
|
content_block: typedEvent.content_block,
|
|
138093
138093
|
index: typedEvent.index,
|
|
138094
|
+
usage: typedEvent.usage,
|
|
138094
138095
|
error: typedEvent.error
|
|
138095
138096
|
};
|
|
138096
138097
|
if (options2?.onChunk) {
|
|
@@ -391603,7 +391604,7 @@ init_tui_select();
|
|
|
391603
391604
|
init_model_registry();
|
|
391604
391605
|
|
|
391605
391606
|
// package.json
|
|
391606
|
-
var version2 = "1.207.
|
|
391607
|
+
var version2 = "1.207.9";
|
|
391607
391608
|
|
|
391608
391609
|
// src/adapters/cli/model-catalog.ts
|
|
391609
391610
|
init_codex_auth();
|