diff --git a/README.md b/README.md index c4ee867..966790b 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 @@ -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 diff --git a/VERSION b/VERSION index 9325c3c..a2268e2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.3.1 \ No newline at end of file diff --git a/assets/runworkflow.png b/assets/runworkflow.png new file mode 100644 index 0000000..39b9cfa Binary files /dev/null and b/assets/runworkflow.png differ diff --git a/package.json b/package.json index 1a29bb3..7ef2659 100644 --- a/package.json +++ b/package.json @@ -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",