Skip to content

0.5.0

Choose a tag to compare

@dsaad68 dsaad68 released this 08 Aug 21:54
33dd193

Added

  • A Cache tab in /config, for the on-disk prefill cache. The Prefill cache toggle moves here
    from Capabilities, and joins two limits and a listing of what the store is actually holding:
    Snapshots per model (2/4/6/8/12) and a total Size limit (1/2/4/8/16 GB, or no limit),
    both cycled with space, plus a row per model showing its size - x deletes that model's saved
    prefixes, or all of them on the "All models" row. Lowering a limit prunes immediately rather than
    at the next save. Persisted as prefixKVSnapshotsPerModel and prefixKVMaxGigabytes in
    settings.json, and honored by headless runs.

Fixed

  • /mcp grouped tools by name prefix, so two similarly named servers showed each other's
    tools.
    The dispatch prefix is normalized, so parallel-search and parallel_search both yield
    parallel_search__ and matching on it cannot tell their tools apart. Grouping now asks the tool
    which server contributed it (deepagents-swift's ServerScopedTool).

Changed

  • deepagents-swift 0.4.0 -> 0.5.0. MCP tool names are now normalized in both directions, so a
    hyphenated server is reachable: a parallel-search server's tools dispatch as
    parallel_search__*, and a call the model spells differently still finds its tool. /mcp and
    /tools show the normalized names.