feat: rename "tako" source key to "data" (keep "tako" as deprecated alias) - #7
Merged
Merged
Conversation
…lias) Match the GA API rename: the request-side curated source is now `data`. The `sources.tako` config key still works as a deprecated alias and is mapped onto the `data` wire key before the request is sent (the backend also accepts both). - TakoRetrievalConfig.sources: add `data`, keep `tako` as @deprecated alias - SearchRequestBody wire type + buildSearchRequestBody: emit `sources.data` (reads `config.sources.data ?? config.sources.tako`) - README + tests updated; added a back-compat test (legacy `tako` -> wire `data`) Left unchanged: the response-surface `TakoCardSourceIndex` (`tako`/`web`/ `connected_data`/`tako_deep_v2`) and card `source_index` examples — responses still emit `tako`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
jed326
approved these changes
Jun 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Match the GA API rename: the request-side curated-knowledge source is now
data. Thesources.takoconfig key still works as a deprecated alias and is mapped onto thedatawire key before the request is sent (the backend also accepts both).Changes
TakoRetrievalConfig.sources— adddata, keeptakoas an@deprecatedalias.SearchRequestBodywire type +buildSearchRequestBody— emitsources.data(readsconfig.sources.data ?? config.sources.tako).data(notes the legacy alias).takoconfig maps to thedatawire key.Left unchanged (intentional)
The response-surface
TakoCardSourceIndex(tako|web|connected_data|tako_deep_v2) and cardsource_indexexamples — responses still emittako.Verification
tsc --noEmit -p tsconfig.check.json— clean.vitest run— 18 tests pass (incl. the new legacy-alias test).Related
🤖 Generated with Claude Code