Skip to content

v1.8.2

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:12
· 41 commits to main since this release
Immutable release. Only release title and notes can be modified.
268ff46

kb v1.8.2

v1.8.2 fixes the AI connection test and tool-calling probe against
OpenAI-compatible servers other than OpenAI. The database schema, the CLI
verbs, the MCP tools, and the web API are unchanged.

AI

  • The tool-calling probe behind Test connection forces its one function with
    the standard tool_choice form ({"type":"function","function":{"name":...}})
    instead of OpenAI's allowed_tools extension. llama.cpp, vLLM, LM Studio,
    and most proxies reject the extension with HTTP 400, which kb reported as
    "check the model name and the API key" even when both were right. The fix
    is in plasmid v0.1.4, which this release picks up.

Upgrade

Make a cold backup of the data directory first. Then, with Go 1.26.5 or newer:

GOTOOLCHAIN=local go install github.com/RandomCodeSpace/kb@v1.8.2
kb version

The release provides CGO-free binaries for Linux amd64 and arm64, macOS amd64
and arm64, and Windows amd64. Each binary records Go 1.26.5 in its embedded
build metadata.