klim agents refresh
klim agents refresh drops ~/.klim/cache/agents-cache.yaml and
rescans every provider’s on-disk state. Use it when you’ve just
installed a plugin / MCP outside of klim, or when klim agents doctor reports a stale cache.
klim agents refresh [flags]| Flag | Description |
|---|---|
--provider | Refresh only one provider’s cache slice. |
--output | text (default), json, or yaml. |
Examples
Section titled “Examples”# Rescan everythingklim agents refresh
# Just claude-codeklim agents refresh --provider claude-codeThe cache is otherwise refreshed on a best-effort basis when you run
klim agents list with --refresh, or after a successful plugins install / mcps install. Explicit klim agents refresh is mostly
useful in scripts or after manual edits to a provider’s config
directory.