Skip to content

Releases: psyb0t/docker-pibox

v0.15.7

Choose a tag to compare

@github-actions github-actions released this 27 Jul 23:23
v0.15.7

v0.15.6

Choose a tag to compare

@github-actions github-actions released this 27 Jul 23:04
v0.15.6

v0.15.5

Choose a tag to compare

@github-actions github-actions released this 27 Jul 15:06
v0.15.5 — CI status badge

v0.15.4

Choose a tag to compare

@github-actions github-actions released this 27 Jul 13:21
v0.15.4 — README badges

v0.15.3

Choose a tag to compare

@github-actions github-actions released this 26 Jul 12:04
v0.15.3 — list on the official MCP Registry (server.json + OIDC publish)

v0.15.2

Choose a tag to compare

@github-actions github-actions released this 26 Jul 09:19
v0.15.2 — third-party license notices (THIRD_PARTY.md + LICENSES/)

v0.15.1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 01:29
v0.15.1 — pibox skill docs hardening (auth/destructive-op guardrails)

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 21:50
v0.15.0 — ClawHub skill + plugin; README/Makefile corrections

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 08:38
v0.14.0 — track aicodebox v0.14.0, buffered SSE for tool/schema strea…

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 16:12
v0.13.0 — track aicodebox v0.13.0, client-executed tool calling + schema

OpenAI-style client-executed tool calling on /openai/v1/chat/completions,
composable with response_format so an agentic multi-tool flow can end in
a schema-validated structured JSON reply. A tool-call turn -> tool_calls
/ finish_reason=tool_calls (not schema-checked); the final-answer turn ->
schema-validated JSON / finish_reason=stop (exhausted retries -> 422,
crash -> 500). tools + stream:true -> 400. The OAI endpoint now defaults
tools-off; opt in with x-aicodebox-no-tools: false or a tools-allowlist.

PiAdapter unchanged — tool calling + schema composition are base-side.
Base pinned to psyb0t/aicodebox:v0.13.0. Two new real end-to-end
tool-calling tests against a live GLM model. Minor bump.

49/49 tests green. Built against psyb0t/aicodebox:v0.13.0.