@tokscale/core 1.0.12 → 1.0.14
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/index.d.ts +1 -1
- package/package.json +1 -1
- package/tokscale-core.darwin-arm64.node +0 -0
- package/tokscale-core.darwin-x64.node +0 -0
- package/tokscale-core.linux-arm64-gnu.node +0 -0
- package/tokscale-core.linux-arm64-musl.node +0 -0
- package/tokscale-core.linux-x64-gnu.node +0 -0
- package/tokscale-core.linux-x64-musl.node +0 -0
- package/tokscale-core.win32-arm64-msvc.node +0 -0
- package/tokscale-core.win32-x64-msvc.node +0 -0
package/index.d.ts
CHANGED
|
@@ -188,7 +188,6 @@ export interface MonthlyUsage {
|
|
|
188
188
|
cost: number
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
-
/** Parsed message without cost (pricing applied in finalize step) */
|
|
192
191
|
export interface ParsedMessage {
|
|
193
192
|
source: string
|
|
194
193
|
modelId: string
|
|
@@ -201,6 +200,7 @@ export interface ParsedMessage {
|
|
|
201
200
|
cacheRead: number
|
|
202
201
|
cacheWrite: number
|
|
203
202
|
reasoning: number
|
|
203
|
+
agent?: string
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
/** Result of parsing local sources (excludes Cursor - it's network-synced) */
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|