https://github.com/rajaniraiyn/ccu
Anthropic's Computer Use tools within VSCode
https://github.com/rajaniraiyn/ccu
ai anthropic anthropic-claude claude computer-use llm vscode vscodeextension
Last synced: 11 months ago
JSON representation
Anthropic's Computer Use tools within VSCode
- Host: GitHub
- URL: https://github.com/rajaniraiyn/ccu
- Owner: Rajaniraiyn
- License: apache-2.0
- Created: 2024-11-08T21:21:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T12:42:29.000Z (over 1 year ago)
- Last Synced: 2025-03-25T18:56:08.838Z (11 months ago)
- Topics: ai, anthropic, anthropic-claude, claude, computer-use, llm, vscode, vscodeextension
- Language: TypeScript
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# CCU - Claude Computer Use
CCU is a VSCode extension that allows you to use Claude's latest Computer Use capabilities within VSCode. It provides a simple interface for interacting with Claude's tools and executing commands within the integrated terminal.
## Features
- Interact with Claude's tools, such as "str_replace_editor" and "bash", using the integrated terminal.
- Execute shell commands using the integrated terminal.
- Manipulate files and code within the editor using the integrated terminal.
## Installation
To install CCU, follow these steps:
1. Open the Extensions view in VSCode.
2. Search for "CCU".
3. Click on the "Install" button.
4. Wait for the installation to complete.
## Usage
To use CCU, follow these steps:
1. Open the Command Palette (Ctrl+Shift+P).
2. Type "CCU" and select "CCU: Set API Key".
3. Enter your Anthropic API key.
4. Wait for the API key to be stored securely.
5. Open the Command Palette again and select "CCU: Run Agent".
6. Enter your prompt for Claude.
7. Wait for the text generation to complete.
8. Review the generated text.
## Contributing
Contributions are welcome! If you have any suggestions or improvements, please open an issue or submit a pull request.
---
Made with ❤️ by [Rajaniraiyn](https://github.com/rajaniraiyn)