ktx/packages/context/src
Andrey Avtomonov 3e12a9fef4 fix(context): merge overlay columns onto manifest columns by name
composeOverlay was appending overlay columns to the manifest column list,
producing duplicate entries when dbt/metabase overlays declared a column
just to attach descriptions. The duplicates carried no `type`, so the
pydantic SourceDefinition rejected them at semantic-query time and broke
`ktx sl query` for every overlay-backed measure. Now overlay columns
match base columns by name (case-insensitive): same-name entries merge
onto the manifest (overlay fields win, type/role fall back to the base,
descriptions merge per source key) and only new names append.
2026-05-14 17:23:37 +02:00
..
agent feat: merge ingest and scan 2026-05-14 01:43:06 +02:00
connections fix: clean up ktx yaml config parameters (#75) 2026-05-14 01:27:31 +02:00
core feat(context): add warehouse verification tools (#46) 2026-05-13 13:43:23 +02:00
daemon rename klo to ktx 2026-05-10 23:51:24 +02:00
ingest fix(llm): wire prompt caching through all Anthropic call sites (#90) 2026-05-14 15:36:27 +02:00
llm fix: align KTX agent tools and repair handling (#73) 2026-05-14 00:57:51 +02:00
mcp fix: stop requiring readonly connection config (#71) 2026-05-13 19:37:25 +02:00
memory fix: stop requiring readonly connection config (#71) 2026-05-13 19:37:25 +02:00
project feat(cli): add ktx dev schema to emit ktx.yaml JSON Schema (#93) 2026-05-14 16:21:29 +02:00
prompts rename klo to ktx 2026-05-10 23:51:24 +02:00
scan feat(cli): extend ktx connection test to every supported driver (#92) 2026-05-14 16:21:18 +02:00
search refactor: remove legacy compatibility paths (#64) 2026-05-13 15:55:00 +02:00
skills feat: rename project wiki directory (#66) 2026-05-13 16:05:58 +02:00
sl fix(context): merge overlay columns onto manifest columns by name 2026-05-14 17:23:37 +02:00
sql-analysis feat: add sql analysis batch port 2026-05-11 17:03:22 +02:00
test rename klo to ktx 2026-05-10 23:51:24 +02:00
tools refactor: remove legacy compatibility paths (#64) 2026-05-13 15:55:00 +02:00
wiki feat: rename project wiki directory (#66) 2026-05-13 16:05:58 +02:00
index.test.ts rename klo to ktx 2026-05-10 23:51:24 +02:00
index.ts fix(llm): wire prompt caching through all Anthropic call sites (#90) 2026-05-14 15:36:27 +02:00
package-exports.test.ts fix(llm): wire prompt caching through all Anthropic call sites (#90) 2026-05-14 15:36:27 +02:00