Skip to content

v1.21.20

Choose a tag to compare

@flankbot flankbot released this 14 Jun 12:05
· 191 commits to main since this release
Immutable release. Only release title and notes can be modified.

1.21.20 (2026-06-14)

⚠ BREAKING CHANGES

  • api: NewTableFrom now returns a table with headers for empty slices instead of an empty table. TryTypedValue now returns a TypedValue with a header-only table for empty TableProvider slices instead of nil.

✅ Tests

  • task: add testdata YAML files for task testing (990f51d)
  • task: isolate batch tests from global task manager (ba6a373)

✨ Features

  • aichat: Add AI chat backend with tool approval and conversation persistence (ebabb9b)
  • aichat: Add token usage tracking and cost calculation for chat turns (3cf6bee)
  • api: emit table schema for empty TableProvider slices (b3157fd)