Releases: psyb0t/docker-pibox
Releases · psyb0t/docker-pibox
Release list
v0.15.7
v0.15.6
v0.15.5
v0.15.4
v0.15.3
v0.15.3 — list on the official MCP Registry (server.json + OIDC publish)
v0.15.2
v0.15.2 — third-party license notices (THIRD_PARTY.md + LICENSES/)
v0.15.1
v0.15.1 — pibox skill docs hardening (auth/destructive-op guardrails)
v0.15.0
v0.15.0 — ClawHub skill + plugin; README/Makefile corrections
v0.14.0
v0.14.0 — track aicodebox v0.14.0, buffered SSE for tool/schema strea…
v0.13.0
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.