@demicodes/core 0.12.0 → 0.13.0

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.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,9 +3,10 @@
3
3
  Core data types and shared domain primitives for the Demi agent toolkit — the
4
4
  vocabulary every other package speaks. Zero runtime dependencies.
5
5
 
6
- Exposes the transcript `Block` types, `Model`/`ModelSelection`, `TokenUsage`
7
- (plus `zeroUsage()`), `ThinkingConfig`/`ThinkingCapability`, `UserContentBlock`,
8
- `SessionPhase`, `FileExtension`, and related types.
6
+ Exposes the transcript `Block` types (including bounded `tool_call.view`),
7
+ `Model`/`ModelSelection`, `TokenUsage` (plus `zeroUsage()`),
8
+ `ThinkingConfig`/`ThinkingCapability`, `UserContentBlock`, `SessionPhase`,
9
+ `FileExtension`, and related types.
9
10
 
10
11
  ```ts
11
12
  import type { Block, ModelSelection, TokenUsage } from '@demicodes/core'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@demicodes/core",
3
3
  "description": "Core data types and shared domain primitives for the Demi agent toolkit.",
4
- "version": "0.12.0",
4
+ "version": "0.13.0",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "exports": {