v1.8.2
·
41 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
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 standardtool_choiceform ({"type":"function","function":{"name":...}})
instead of OpenAI'sallowed_toolsextension. 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 versionThe 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.