diff --git a/package.json b/package.json index 8ed4abe..b4b9ab1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "claude-dev", "displayName": "Claude Dev", "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.", - "version": "1.4.13", + "version": "1.4.14", "icon": "icon.png", "engines": { "vscode": "^1.84.0" diff --git a/src/utils/context-management.ts b/src/utils/context-management.ts index 71aa5ba..600bfa9 100644 --- a/src/utils/context-management.ts +++ b/src/utils/context-management.ts @@ -59,7 +59,7 @@ export function slidingWindowContextManagement( ? { type: "text", text: "(image removed due to context limits)" } : contentItem ) - : "", + : "(truncated due to context limits)", } as Anthropic.Messages.ToolResultBlockParam } return item diff --git a/webview-ui/src/components/ChatView.tsx b/webview-ui/src/components/ChatView.tsx index 5b0c13c..cc7c2b6 100644 --- a/webview-ui/src/components/ChatView.tsx +++ b/webview-ui/src/components/ChatView.tsx @@ -676,14 +676,14 @@ const ChatView = ({ style={{ marginRight: "2px" }}> + style={{ fontSize: 18.5, marginLeft: -2, marginBottom: 0.5 }}> - +