Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barryceelen/claudette
A Sublime Text package for interacting with the Anthropic Claude API
https://github.com/barryceelen/claudette
anthropic-claude claude claude-ai claude-api sublime-text sublime-text-package
Last synced: 1 day ago
JSON representation
A Sublime Text package for interacting with the Anthropic Claude API
- Host: GitHub
- URL: https://github.com/barryceelen/claudette
- Owner: barryceelen
- License: gpl-3.0
- Created: 2024-12-23T18:04:57.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2025-01-05T23:11:07.000Z (3 days ago)
- Last Synced: 2025-01-05T23:20:16.865Z (3 days ago)
- Topics: anthropic-claude, claude, claude-ai, claude-api, sublime-text, sublime-text-package
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Claudette – Claude for Sublime Text
A [Sublime Text](http://www.sublimetext.com) package for interacting with the Anthropic Claude API. The package is for the most part written by Claude AI itself.
Type "Ask Claude" in the command palette or find the "Ask Claude" item in the "Tools" menu or in the right-click context menu to ask a question. Any selected text in the current file will be sent along to the Anthropic Claude API. Note that a Claude API key is required.
## Features
- Chat with Claude
- Send along selected code/text for context
- Configure which mode to use
- Configure a system message
- Export the current chat as a JSON file for later reference
- Import a chat JSON file to continue the discussion where you left off
- View the current chat history## Available commands
- Ask Question
- Clear Chat History
- Show Chat History
- Export Chat History
- Import Chat History
- Switch Model
- Switch System Message## Installation
1. In Sublime Text, add this repository via the "Package Control: Add Repository" command (use https://github.com/barryceelen/Claudette)
2. Once the repository is added, use the Package Control: Install Package" command to install the `Claudette` package
2. Get an API key from [Anthropic](https://console.anthropic.com/)
3. Configure API key in `Preferences > Package Settings > Claudette > Settings`