Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Furry AI StateNew to Visual Studio Code? Get it now.
Furry AI State

Furry AI State

Sunny_Tangetsu

|
44 installs
| (0) | Free
Display AI companion state illustrations in a VSCode sidebar webview.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Furry AI State

furry-ai-state is a VSCode extension for visualizing what an AI coding agent is doing. It displays companion illustrations, the current agent phase, optional status text, and the active file reported by the agent runtime.

The extension works with furry-companion-mcp, a companion MCP runtime that receives agent state updates through the set_state tool and broadcasts them to the VSCode webview through a local IPC bridge.

Project document and instruction: Feishu document

Please activate Furry Companion MCP after installing the extension by pasting the prompt to your agent:

Please install Furry Companion MCP for the current environment:

Codex:
codex mcp add furry_companion -- npx -y furry-companion-mcp

Cursor / Claude Desktop:
Add:
{
"mcpServers": {
"furry_companion": {
"command": "npx",
"args": ["-y", "furry-companion-mcp"]
}
}
}

After installation, please restart the Agent session and verify if set_state appears in MCP tools.

If it fails:
1. First, confirm that Node.js and npm are available: node-v&&NPM-v
2. The test package can run: npx-y furry companion mcp
3. If prompted with permission or network errors, clear the npm cache and retry: npm cache verify
If MCP already exists, remove the old configuration first and then add it again.

Preview

Thinking State

thinking

Coding State

coding

Completed State

completed

Testing State

testing

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft