Files
orcs-code/vscode-extension/openclaude-vscode
Urvish Lanje cf90457428 fix: address review feedback for launcher behavior and links
- point all repository links to Gitlawb/openclaude
- make shim opt-in by default to preserve Anthropic-first flow
- add command availability check with first-run install guidance
- render runtime and shim state dynamically in control center
- make command palette shortcut hint platform-aware
2026-04-02 17:14:42 +00:00
..

OpenClaude VS Code Extension

A sleek VS Code companion for OpenClaude with a visual Control Center plus terminal-first workflows.

Features

  • Control Center sidebar UI in the Activity Bar:
    • Launch OpenClaude
    • Open repository/docs
    • Open VS Code theme picker
  • Terminal launch command: OpenClaude: Launch in Terminal
  • Built-in dark theme: OpenClaude Terminal Black (terminal-inspired, low-glare, neon accents)

Requirements

  • VS Code 1.95+
  • openclaude available in your terminal PATH (npm install -g @gitlawb/openclaude)

Commands

  • OpenClaude: Open Control Center
  • OpenClaude: Launch in Terminal
  • OpenClaude: Open Repository

Settings

  • openclaude.launchCommand (default: openclaude)
  • openclaude.terminalName (default: OpenClaude)
  • openclaude.useOpenAIShim (default: true)

Development

From this folder:

npm run lint

To package (optional):

npm run package