-
-
-
-
- ๐{" "}New in v{minorVersion}
-
-
- -
- Gemini prompt caching: Gemini and Vertex providers now support prompt caching and price tracking for
- Gemini models.
-
- -
- Copy Buttons: Buttons were added to Markdown and Code blocks that allow you to copy their contents
- easily.
-
- -
- /newrule command: New slash command to have cline write your .clinerules for you based on your
- workflow.
-
- -
- Drag and drop improvements: Don't forget to hold shift while dragging files!
-
- - Added more checkpoints across the task, allowing you to restore from more than just file changes.
- - Added support for rendering LaTeX in message responses. (Try asking Cline to show the quadratic formula)
-
-
-
-
- -
- Global Cline Rules: store multiple rules files in Documents/Cline/Rules to share between
- projects.
-
- -
- Cline Rules Popup: New button in the chat area to view workspace and global cline rules files
- to plug and play specific rules for the task
-
- -
- Slash Commands: Type
/ in chat to see the list of quick actions, like starting a
- new task (more coming soon!)
-
- -
- Edit Messages: You can now edit a message you sent previously by clicking on it. Optionally
- restore your project when the message was sent!
-
-
-
-
-
- {/*
- // Leave this here for an example of how to structure the announcement
-
- -
- OpenRouter now supports prompt caching! They also have much higher rate limits than other providers,
- so I recommend trying them out.
-
- {!apiConfiguration?.openRouterApiKey && (
-
- Get OpenRouter API Key
-
- )}
- {apiConfiguration?.openRouterApiKey && apiConfiguration?.apiProvider !== "openrouter" && (
- {
- vscode.postMessage({
- type: "apiConfiguration",
- apiConfiguration: { ...apiConfiguration, apiProvider: "openrouter" },
- })
- }}
- style={{
- transform: "scale(0.85)",
- transformOrigin: "left center",
- margin: "4px -30px 2px 0",
- }}>
- Switch to OpenRouter
-
- )}
-
- -
- Edit Cline's changes before accepting! When he creates or edits a file, you can modify his
- changes directly in the right side of the diff view (+ hover over the 'Revert Block' arrow button in
- the center to undo "
{"// rest of code here"}" shenanigans)
-
- -
- New
search_files tool that lets Cline perform regex searches in your project, letting
- him refactor code, address TODOs and FIXMEs, remove dead code, and more!
-
- -
- When Cline runs commands, you can now type directly in the terminal (+ support for Python
- environments)
-
-
*/}
-
-
- Join us on{" "}
-
- X,
- {" "}
-
- discord,
- {" "}
- or{" "}
-
- r/cline
-
- for more updates!
-
-
- )
-}
-