✦ Features 16
- add prepack script so git installs build dist/
- add mcp tool result multimodal supportmcp
- add concise inline comments in the wit contract
- add countTokens() heuristic to Model base class
- add elicitation callback supportmcp
- make tool result mutabletool
- add cancellation support to BeforeInvocationEvent and BeforeModelCallEvent
- centralize model defaults; emit warnings when defaults are used…
- estimate input tokens before model calls
- override countTokens with native token counting for supported providers
- add concurrent tool executiontool
- add bridge in wasm for conversation manager
- add invocation state; apply to all events
- add openai-responses model provider and stateful model supportmodel
- add optional session token to browser-agent Bedrock settingsmodel
- concurrent tool execution strategy by defaulttool
⊘ Fixes 6
- add version field to root package.json so downstream file: insta…
- remove internal ProviderTokenCountError from public exports
- change token counting fallback log from warn to debug
- fix transport type cast for StreamableHTTPClientTransportmcp
- add prepare script to examples for standalone install
- include README and LICENSE files in published npm package