Skip to content

v0.1.1

Choose a tag to compare

@dgenio dgenio released this 03 Mar 06:16
· 492 commits to main since this release
v0.1.1
36f053b

[0.1.1] - 2026-03-03

Added

  • Catalog.hydrate(tool_id) returns a HydrationResult with full schema, examples, and constraints
  • HydrationResult dataclass in envelope.py with to_dict() / from_dict()
  • ContextManager.build_call_prompt() / build_call_prompt_sync() for Phase.call prompts with schema injection
  • SelectableItem.examples and SelectableItem.constraints fields
  • ContextManager.ingest_mcp_result() / ingest_mcp_result_sync() for one-call MCP result ingestion with artifact persistence

Changed

  • Breaking: mcp_result_to_envelope() now returns (ResultEnvelope, dict, str) tuple — envelope, extracted binary data, and full untruncated text