Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 21 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,30 @@
# Claude Runner

**Seamlessly integrate Claude AI directly into your VS Code and add automated workflow with an intuitive, feature-rich interface.**
**Run complex multi steps Claude Code task directly into your VS Code.**

![Claude Runner Logo](https://raw.githubusercontent.com/codingworkflow/claude-runner/main/assets/icon.png)

Claude Runner transforms your development experience by bringing Anthropic's powerful Claude AI models directly into Visual Studio Code. Whether you're debugging code, writing documentation, or architecting solutions, Claude Runner provides the tools you need to work smarter, not harder, automating tasking thru workflows.
Create and run mutli steps task in your VS Code. Create workflows & save them to re-use.
Get cost usage (estimate if you use subscription), and check conversation history.

## Key Features

### **Pipeline Workflows**

Create and execute sophisticated multi-step workflows:

- Chain multiple Claude Code tasks together
- Mix different Claude models per task or keeep in Auto mode
- Session continuity between tasks
- Save and reuse pipelines
- Format similar to Claude Code Github action

![Create Workflow](https://raw.githubusercontent.com/codingworkflow/claude-runner/main/assets/pipeline.png)

![Save Workflow](https://raw.githubusercontent.com/codingworkflow/claude-runner/main/assets/savepipeline.png)

![Run Workflow](https://raw.githubusercontent.com/codingworkflow/claude-runner/main/assets/runworkflow.png)

### **Select Claude Models**

Choose the perfect model for your task:
Expand All @@ -30,20 +47,6 @@ Start conversations with Claude directly in your VS Code terminal:

![Quick start chat](https://raw.githubusercontent.com/codingworkflow/claude-runner/main/assets/chat.png)

### **Pipeline Workflows**

Create and execute sophisticated multi-step workflows:

- Chain multiple Claude Code tasks together
- Mix different Claude models per task or keeep in Auto mode
- Session continuity between tasks
- Save and reuse pipelines
- Format similar to Claude Code Github action

![Create Pipeline](https://raw.githubusercontent.com/codingworkflow/claude-runner/main/assets/pipeline.png)

![Save Pipeline](https://raw.githubusercontent.com/codingworkflow/claude-runner/main/assets/savepipeline.png)

### **Access session logs**

Edit and manage Claude Code /commands in Global or Per Project
Expand Down Expand Up @@ -85,6 +88,8 @@ View in vscode previous Claude code chats:
**Latest Features:**

- Pipeline system for complex workflows
- pause & resume
- auto-resume on timeout
- Comprehensive usage analytics and cost tracking
- Conversation history and search

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1
Binary file added assets/runworkflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "claude-runner",
"displayName": "Claude Runner",
"description": "Execute Claude Code commands directly from VS Code with an intuitive interface",
"version": "0.3.0",
"version": "0.3.1",
"publisher": "Codingworkflow",
"private": false,
"license": "GPL-3.0",
Expand Down
Loading