• Stefy Lanza (nextime / spora )'s avatar
    fix: tool-call streaming/format robustness + clear over-context error · 3834ecf5
    Stefy Lanza (nextime / spora ) authored
    - Streaming tool gate now withholds the gemma/qwen native `<|tool_call>` marker
      (and partials) too, not just `<tool_call>`/`call:NAME{` — so the raw marker no
      longer leaks to the client mid-stream (Kilo was executing partial calls).
    - Normalize tool-call function.arguments from JSON string → dict before applying
      the chat template, so templates that render `arguments|items` (Qwen) don't
      raise "Can only get item pairs from a mapping".
    - Context-window overflow now returns a meaningful error: a structured SSE error
      event (code context_length_exceeded) when streaming, or HTTP 400 with a clear
      message for non-streaming — instead of injecting "[Generation error: …]" as
      assistant content (which polluted chat history).
    - Models page: unconfigured GGUF files now expose the "Free disk" button (records
      them as "to download" before deleting), matching HF models.
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    3834ecf5
Name
Last commit
Last update
codai Loading commit data...
docs Loading commit data...
packaging Loading commit data...
samples Loading commit data...
tests Loading commit data...
tools Loading commit data...
.dockerignore Loading commit data...
.gitignore Loading commit data...
AI.PROMPT Loading commit data...
CODERAI_API_DOCUMENTATION.md Loading commit data...
CoderAI.gif Loading commit data...
DISTRIBUTION.md Loading commit data...
LICENSE.md Loading commit data...
MULTIMODAL_CAPABILITIES.md Loading commit data...
MULTIMODAL_UI_EXAMPLES.md Loading commit data...
README.md Loading commit data...
build-oci.sh Loading commit data...
build.ps1 Loading commit data...
build.sh Loading commit data...
coderai Loading commit data...
coderai-broker-implementation-reference.md Loading commit data...
coderai-integration.md Loading commit data...
commands Loading commit data...
osxbuild.sh Loading commit data...
package-oci.sh Loading commit data...
package-tarball.sh Loading commit data...
requirements-nvidia.txt Loading commit data...
requirements-vulkan.txt Loading commit data...
requirements.txt Loading commit data...
run-oci.sh Loading commit data...
smoke-test-oci.sh Loading commit data...
todo.md Loading commit data...
video_editor.config.json Loading commit data...