11# Claude Runner
22
3- ** Run complex multi steps Claude Code task directly into your VS Code.**
3+ ** Run complex multi-step Claude Code tasks directly in your VS Code.**
44
55![ Claude Runner Logo] ( https://raw.githubusercontent.com/codingworkflow/claude-runner/main/assets/icon.png )
66
7- Create and run mutli steps task in your VS Code. Create workflows & save them to re-use .
7+ Create and run multi-step tasks in your VS Code. Create workflows & save them to reuse .
88Get cost usage (estimate if you use subscription), and check conversation history.
99
1010## Key Features
@@ -14,10 +14,10 @@ Get cost usage (estimate if you use subscription), and check conversation histor
1414Create and execute sophisticated multi-step workflows:
1515
1616- Chain multiple Claude Code tasks together
17- - Mix different Claude models per task or keeep in Auto mode
17+ - Mix different Claude models per task or keep in Auto mode
1818- Session continuity between tasks
1919- Save and reuse pipelines
20- - Format similar to Claude Code Github action
20+ - Format similar to Claude Code GitHub action
2121
2222![ Create Workflow] ( https://raw.githubusercontent.com/codingworkflow/claude-runner/main/assets/pipeline.png )
2323
@@ -33,8 +33,8 @@ Choose the perfect model for your task:
3333- ** Claude Sonnet 4** : Balanced performance and cost-effectiveness
3434- ** Claude Sonnet 3.7** : Reliable performance for most tasks
3535- ** Claude Haiku 3.5** : Lightning-fast responses for quick queries
36- - Use bypass mode (recommended use devcontainer)
37- - Setup Parallel tasks configuration
36+ - Use bypass mode (recommended for devcontainer)
37+ - Set up parallel tasks configuration
3838
3939### ** Interactive Chat Mode**
4040
@@ -60,21 +60,21 @@ Monitor your Claude usage with detailed analytics:
6060- Token consumption tracking
6161- Cost estimation per model
6262- Daily/weekly/monthly breakdowns
63- - Estimate user per 5 hours, set start window, max output
63+ - Estimate usage per 5 hours, set start window, max output
6464
6565![ Usage Tracking] ( https://raw.githubusercontent.com/codingworkflow/claude-runner/main/assets/usage.png )
6666
6767![ Current Usage] ( https://raw.githubusercontent.com/codingworkflow/claude-runner/main/assets/currentuse.png )
6868
6969### ** Access session logs**
7070
71- View in vscode previous Claude code chats:
71+ View in VS Code previous Claude Code chats:
7272
73- - Browse sessions history
73+ - Browse session history
7474
7575![ Conversation list] ( https://raw.githubusercontent.com/codingworkflow/claude-runner/main/assets/logs.png )
7676
77- ![ Claude code session] ( https://raw.githubusercontent.com/codingworkflow/claude-runner/main/assets/conversation.png )
77+ ![ Claude Code session] ( https://raw.githubusercontent.com/codingworkflow/claude-runner/main/assets/conversation.png )
7878
7979## Quick Start
8080
@@ -88,8 +88,8 @@ View in vscode previous Claude code chats:
8888** Latest Features:**
8989
9090- Pipeline system for complex workflows
91- - pause & resume
92- - auto -resume on timeout
91+ - Pause & resume
92+ - Auto -resume on timeout
9393- Comprehensive usage analytics and cost tracking
9494- Conversation history and search
9595
0 commit comments