diff --git a/CHANGELOG.md b/CHANGELOG.md index 643d426..7274116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to the "claude-dev" extension will be documented in this fil +## [1.0.6] + +- Interact with CLI commands by sending messages to stdin and terminating long-running processes like servers +- Export tasks to markdown files (useful as context for future tasks) + ## [1.0.5] - Claude now has context about vscode's visible editors and opened tabs diff --git a/package-lock.json b/package-lock.json index dddabe8..9bfaa07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "claude-dev", - "version": "1.0.51", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "claude-dev", - "version": "1.0.51", + "version": "1.0.6", "license": "MIT", "dependencies": { "@anthropic-ai/sdk": "^0.24.3", diff --git a/package.json b/package.json index 2c5fae2..b6cf260 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "claude-dev", "displayName": "Claude Dev", "description": "Autonomous software engineer right in your IDE, capable of reading/writing files, executing commands, and more with your permission every step of the way.", - "version": "1.0.51", + "version": "1.0.6", "icon": "icon.png", "engines": { "vscode": "^1.84.0" diff --git a/src/providers/ClaudeDevProvider.ts b/src/providers/ClaudeDevProvider.ts index be5cce8..e56df58 100644 --- a/src/providers/ClaudeDevProvider.ts +++ b/src/providers/ClaudeDevProvider.ts @@ -21,7 +21,7 @@ export class ClaudeDevProvider implements vscode.WebviewViewProvider { private view?: vscode.WebviewView | vscode.WebviewPanel private providerInstanceIdentifier = Date.now() private claudeDev?: ClaudeDev - private latestAnnouncementId = "jul-25-2024" // update to some unique identifier when we add a new announcement + private latestAnnouncementId = "jul-29-2024" // update to some unique identifier when we add a new announcement constructor( private readonly context: vscode.ExtensionContext, diff --git a/webview-ui/src/components/Announcement.tsx b/webview-ui/src/components/Announcement.tsx index 8704da4..c4c161d 100644 --- a/webview-ui/src/components/Announcement.tsx +++ b/webview-ui/src/components/Announcement.tsx @@ -22,7 +22,7 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => { style={{ position: "absolute", top: "8px", right: "8px" }}> -
analyze_project tool to help Claude get a comprehensive overview of your project's
- source code definitions and file structure (
+ source code definitions and file structure
{"// rest of code here..."})
+ Interact with CLI commands by sending messages to stdin and terminating long-running processes like
+ servers
Follow me for more updates!{" "}