Skip to content

v0.5.0

Choose a tag to compare

@andreybavt andreybavt released this 23 May 23:08
· 127 commits to main since this release

0.5.0 (2026-05-23)

Features

  • cli: add --fast flag and Local data section to ktx status (#198) (1c7131c)
  • cli: redesign database scope picker for searchable schema-first setup (#203) (c87d14a)
  • telemetry: anonymous posthog usage telemetry across node cli and python daemon (#205) (b0dd13c)

Bug Fixes

  • cli: treat omitted sentence-transformers base_url as managed daemon (#194) (9fc715a), closes #184 #192
  • snowflake: unblock multi-schema ingest and relationship discovery (#204) (394a985), closes #206
  • surface silent failures and drop unused dead-code paths (#193) (0958bc0)
  • surface silent failures in SL, wiki, and embedding wiring (#195) (488b955)

Documentation

  • add agent terminology rules and link from AGENTS.md (#197) (d67cf0a)
  • add code-design principles and link from AGENTS.md (#199) (a1cfb03)
  • add ktx.yaml configuration reference (#200) (5211a03)
  • bold Claude Pro/Max subscription note in README (50c7bbc)
  • quickstart: redesign demo-warehouse callout with sticker icons (#202) (fd2ba62)
  • rewrite context-as-code as reviewing-context guide (#201) (4d4296f)

Code Refactoring

Other Changes

  • workspace: gate dead-code with knip production mode (#196) (2366b00)