@tokscale/core 1.0.13 → 1.0.15

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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tokscale/core",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "Native Rust core for tokscale CLI - high-performance session parsing",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file