status · git:20260203.ab2f56f · 2026-02-03 · sha256 7e3b5dbeb6ae14d8

status git:20260203.ab2f56fB

Immutable. This exact content is served forever at /api/v1/blob/7e3b5dbeb6ae14d8.

---
description: Show current Honcho memory status and configuration
user-invocable: true
---

# Honcho Status

Display the current Honcho memory system status, including configuration, session info, and connection status.

## What It Shows

1. **Plugin Status** - Whether Honcho memory is enabled or disabled
2. **Configuration** - Peer name, Claude peer, workspace, message saving preference
3. **Current Session** - The session name for the current directory
4. **Endpoint** - Whether using SaaS (api.honcho.dev) or local instance
5. **Cache Status** - Current cache state and freshness

## Usage

Run `/honcho:status` to see the current state of the Honcho memory system.

## Implementation

```bash
bun run ${CLAUDE_PLUGIN_ROOT}/src/skills/status-runner.ts
```