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
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Claude Runner

**Run complex multi steps Claude Code task directly into your VS Code.**
**Run complex multi-step Claude Code tasks directly in your VS Code.**

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

Create and run mutli steps task in your VS Code. Create workflows & save them to re-use.
Create and run multi-step tasks in your VS Code. Create workflows & save them to reuse.
Get cost usage (estimate if you use subscription), and check conversation history.

## Key Features
Expand All @@ -14,10 +14,10 @@ Get cost usage (estimate if you use subscription), and check conversation histor
Create and execute sophisticated multi-step workflows:

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

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

Expand All @@ -33,8 +33,8 @@ Choose the perfect model for your task:
- **Claude Sonnet 4**: Balanced performance and cost-effectiveness
- **Claude Sonnet 3.7**: Reliable performance for most tasks
- **Claude Haiku 3.5**: Lightning-fast responses for quick queries
- Use bypass mode (recommended use devcontainer)
- Setup Parallel tasks configuration
- Use bypass mode (recommended for devcontainer)
- Set up parallel tasks configuration

### **Interactive Chat Mode**

Expand All @@ -60,21 +60,21 @@ Monitor your Claude usage with detailed analytics:
- Token consumption tracking
- Cost estimation per model
- Daily/weekly/monthly breakdowns
- Estimate user per 5 hours, set start window, max output
- Estimate usage per 5 hours, set start window, max output

![Usage Tracking](https://raw.githubusercontent.com/codingworkflow/claude-runner/main/assets/usage.png)

![Current Usage](https://raw.githubusercontent.com/codingworkflow/claude-runner/main/assets/currentuse.png)

### **Access session logs**

View in vscode previous Claude code chats:
View in VS Code previous Claude Code chats:

- Browse sessions history
- Browse session history

![Conversation list](https://raw.githubusercontent.com/codingworkflow/claude-runner/main/assets/logs.png)

![Claude code session](https://raw.githubusercontent.com/codingworkflow/claude-runner/main/assets/conversation.png)
![Claude Code session](https://raw.githubusercontent.com/codingworkflow/claude-runner/main/assets/conversation.png)

## Quick Start

Expand All @@ -88,8 +88,8 @@ View in vscode previous Claude code chats:
**Latest Features:**

- Pipeline system for complex workflows
- pause & resume
- auto-resume on timeout
- 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.1
0.3.2
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.1",
"version": "0.3.2",
"publisher": "Codingworkflow",
"private": false,
"license": "GPL-3.0",
Expand Down
220 changes: 0 additions & 220 deletions tests/docs/Integration-Test-Analysis.md

This file was deleted.

Loading
Loading