Skip to content

v0.2.24

Choose a tag to compare

@DEENUU1 DEENUU1 released this 02 Aug 22:31
· 10 commits to main since this release
058b8aa

Added

  • ConsoleCapability forwards the toolset options it was hiding:
    image_support, max_image_bytes, document_support, max_document_bytes
    and descriptions. The capability is the recommended entry point and builds
    the toolset itself, so an option it did not forward was an option nobody using
    it could reach — edit_format was the same bug one step later, reaching the
    instructions while the toolset kept registering edit_file.

    image_support is the one that changes what an agent can do: without it a
    multimodal model reading a .png gets the bytes as garbled text, so an agent
    cannot look at a chart it rendered a moment ago. descriptions matters to a
    host that lists these tools in its own catalogue — without it the text shown
    to whoever decides what to allow and the text read by the model deciding when
    to act are written in different repositories, and drift silently.