From e95bebacda74b1d7b4898194380e243b3b647f2e Mon Sep 17 00:00:00 2001
From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
Date: Tue, 27 Aug 2024 00:42:09 -0400
Subject: [PATCH] Minor fixes
---
package.json | 2 +-
src/utils/context-management.ts | 2 +-
webview-ui/src/components/ChatView.tsx | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
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 }}>
-
+