Saoud Rizwan 1 год назад
Родитель
Сommit
8db3634c17

+ 5 - 5
CHANGELOG.md

@@ -3,11 +3,11 @@
 
 
 ## [2.0.0]
 ## [2.0.0]
 
 
-- New name! Meet Cline, an AI assistant that can use your CLI and Editor.
-- Responses are now streamed with a yellow text decoration animation to keep track of Cline's progress as he edits files.
-- New Cancel button to give Cline feedback if he goes off in the wrong direction, giving you more control over tasks.
-- Re-imagined tool calling prompt resulting in ~40% fewer requests to accomplish tasks + better performance with other models.
-- Search and use any model with OpenRouter (try searching "free" for free model offerings).
+- New name! Meet Cline, an AI assistant that can use your CLI and Editor
+- Responses are now streamed with a yellow text decoration animation to keep track of Cline's progress as he edits files
+- New Cancel button to give Cline feedback if he goes off in the wrong direction, giving you more control over tasks
+- Re-imagined tool calling prompt resulting in ~40% fewer requests to accomplish tasks + better performance with other models
+- Search and use any model with OpenRouter
 
 
 ## [1.9.7]
 ## [1.9.7]
 
 

+ 1 - 1
webview-ui/src/components/chat/Announcement.tsx

@@ -48,7 +48,7 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
 					Re-imagined tool calling prompt resulting in ~40% fewer requests to accomplish tasks + better
 					Re-imagined tool calling prompt resulting in ~40% fewer requests to accomplish tasks + better
 					performance with other models.
 					performance with other models.
 				</li>
 				</li>
-				<li>Search and use any model with OpenRouter (try searching "free" for free model offerings).</li>
+				<li>Search and use any model with OpenRouter (try searching "free" for no-cost options).</li>
 			</ul>
 			</ul>
 			{/*<ul style={{ margin: "0 0 8px", paddingLeft: "12px" }}>
 			{/*<ul style={{ margin: "0 0 8px", paddingLeft: "12px" }}>
 				 <li>
 				 <li>

+ 1 - 1
webview-ui/src/components/settings/OpenRouterModelPicker.tsx

@@ -218,7 +218,7 @@ const OpenRouterModelPicker: React.FC = () => {
 						onClick={() => handleModelChange("anthropic/claude-3.5-sonnet:beta")}>
 						onClick={() => handleModelChange("anthropic/claude-3.5-sonnet:beta")}>
 						anthropic/claude-3.5-sonnet:beta.
 						anthropic/claude-3.5-sonnet:beta.
 					</VSCodeLink>
 					</VSCodeLink>
-					You can also try searching for "free" to see if there are any free models currently available.
+					You can also try searching "free" for no-cost options currently available.
 				</p>
 				</p>
 			)}
 			)}
 		</>
 		</>