Skip to content

v0.1.2: DX fixes across 4 tools

Choose a tag to compare

@cyanheads cyanheads released this 07 Jun 06:41
· 36 commits to main since this release
v0.1.2
0c0b17c

DX fixes across 4 tools

Corrects four agent-facing gaps identified during initial field testing.

Fixed:

  • oecd_search_datasets description no longer leaks the caching implementation detail (#1)
  • oecd_query_dataset response echoes effective query parameters (flow_ref, key, period range) in both structuredContent and content[] (#2)
  • oecd_get_dimension_values returns a notice field when a dimension has no codelist, directing the caller to oecd_query_dataset for discovery (#3)
  • oecd_dataframe_describe / oecd_dataframe_query canvas-not-configured path uses a declared canvas_disabled contract (ServiceUnavailable, typed data.reason) instead of an undeclared factory call (#4)

Dependency bumps:

  • @types/node ^25.9.1 → ^25.9.2

61 tests pass; bun run devcheck clean.