diff --git a/package.json b/package.json index 440e6ea..18167a3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "claude-dev", "displayName": "Claude Dev", "description": "Claude Dev goes beyond simple code completion by reading & writing files, creating projects, and executing terminal commands with your permission.", - "version": "0.0.4", + "version": "0.0.5", "engines": { "vscode": "^1.82.0" }, diff --git a/webview-ui/src/components/ChatView.tsx b/webview-ui/src/components/ChatView.tsx index 5c940f3..11ce126 100644 --- a/webview-ui/src/components/ChatView.tsx +++ b/webview-ui/src/components/ChatView.tsx @@ -38,7 +38,7 @@ const ChatView = ({ messages, isHidden }: ChatViewProps) => { const options = { containerId: "chat-view-container", duration: instant ? 0 : 500, - smooth: instant ? false : 'easeOutQuint', + smooth: instant ? false : "easeOutQuint", } scroll.scrollToBottom(options) } @@ -336,7 +336,7 @@ const ChatView = ({ messages, isHidden }: ChatViewProps) => { )} )} -