Skip to content

Commit f5ca358

Browse files
authored
update version (#8)
1 parent 07b8f85 commit f5ca358

5 files changed

Lines changed: 14 additions & 421 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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.
88
Get 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
1414
Create 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1
1+
0.3.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "claude-runner",
33
"displayName": "Claude Runner",
44
"description": "Execute Claude Code commands directly from VS Code with an intuitive interface",
5-
"version": "0.3.1",
5+
"version": "0.3.2",
66
"publisher": "Codingworkflow",
77
"private": false,
88
"license": "GPL-3.0",

tests/docs/Integration-Test-Analysis.md

Lines changed: 0 additions & 220 deletions
This file was deleted.

0 commit comments

Comments
 (0)