Skip to content

v1.0.0

Choose a tag to compare

@tako-openapi-sync tako-openapi-sync released this 01 Sep 18:38
d060844

1.0.0 (2026-09-01)

⚠ BREAKING CHANGES

  • remove the ?tools=answer forward, and the listings that hand it out (#282)
  • rewrite tako_search_advanced's model-facing surface, and retire the prose ratchet (#279)
  • make tako_agent return the answer instead of a run envelope (#278)
  • make both result channels agree in tako_available_data and tako_graph_related (#276)
  • complete tako_visualize's two result channels, rename webpage_url to url, and cut its description to five lines (#277)
  • complete both tako_contents result channels, and cut its inputs to four (#275)
  • project search results explicitly, and render every field on both channels (#274)
  • fold tako_answer into tako_search_advanced as include_answer, and expose the whole SearchRequest body (#273)
  • cut the anonymous tier to tako_search alone, and stop varying prose by tier (#272)
  • cut tako_search to four parameters and add the opt-in tako_search_advanced (#265)
  • delete the misleading credit balance tool (#270)
  • make ?tools= an allowlist that replaces the defaults, and delete four tools (#263)

Features

  • complete both tako_contents result channels, and cut its inputs to four (#275) (1e9c377)
  • complete tako_visualize's two result channels, rename webpage_url to url, and cut its description to five lines (#277) (35bd0f4)
  • cut tako_search to four parameters and add the opt-in tako_search_advanced (#265) (5d2f532)
  • cut the anonymous tier to tako_search alone, and stop varying prose by tier (#272) (4cd6bf3)
  • delete the misleading credit balance tool (#270) (e384125)
  • fold tako_answer into tako_search_advanced as include_answer, and expose the whole SearchRequest body (#273) (8ea0a0a)
  • make ?tools= an allowlist that replaces the defaults, and delete four tools (#263) (778c60e)
  • make both result channels agree in tako_available_data and tako_graph_related (#276) (be1d1d8)
  • make tako_agent return the answer instead of a run envelope (#278) (f30e44e)
  • path-selected MCP surfaces; tako_answer and inline rows become opt-in (#260) (961b63c)
  • project search results explicitly, and render every field on both channels (#274) (473e540)
  • remove the ?tools=answer forward, and the listings that hand it out (#282) (7851e44)
  • rewrite tako_search_advanced's model-facing surface, and retire the prose ratchet (#279) (40a8971)

Bug Fixes

  • ci: update smoke and golden to the projected-card contract, and drain the asset body (#280) (dd0363a)
  • graph tools: stop tako_available_data answering confidently wrong, and cut an 83k overview to 2.5k (#267) (a50d646)
  • resources: stop declaring a resources capability the generic surface cannot serve (#283) (bc86400)
  • search_advanced: lead the description with the answer job it inherited (#284) (d909c7e)

Chores