Skip to content

v0.1.25

Choose a tag to compare

@lodar lodar released this 30 May 09:07
· 122 commits to main since this release

Added

  • 5dive agent info <name> [--json] — single-agent detail that resolves the coding-CLI version and the selected model alongside registry identity + live systemd state. Version comes from the type's binary (--version); model from the per-type runtime config the CLI actually loads (codex/grok config.toml, claude/antigravity settings.json). Both best-effort — surface as null/ when the runtime doesn't persist one (grok/antigravity default to the CLI's built-in pick). JSON fields: cliName, cliVersion, model.

    Lets each fork's /status read one uniform source instead of shelling every runtime's config itself. Verified across all four live types (claude/codex/grok/antigravity).