|
|
@@ -27,6 +27,7 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
|
|
|
🎉{" "}New in v{version}
|
|
|
</h3>
|
|
|
<ul style={{ margin: "0 0 8px", paddingLeft: "20px" }}>
|
|
|
+ <li>Task history is here! New tasks will automatically save so you can always resume them later.</li>
|
|
|
<li>
|
|
|
Adds support for{" "}
|
|
|
<VSCodeLink href="https://www.anthropic.com/news/prompt-caching" style={{ display: "inline" }}>
|
|
|
@@ -39,9 +40,6 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
|
|
|
Paste images in chat and turn mockups into fully functional applications or fix bugs with
|
|
|
screenshots
|
|
|
</li>
|
|
|
- <li>
|
|
|
- Adds option to choose other Claude models (+ GPT-4o, DeepSeek, and Mistral if you use OpenRouter)
|
|
|
- </li>
|
|
|
<li>
|
|
|
You can now add custom instructions to the end of the system prompt (e.g. "Always use Python",
|
|
|
"Speak in Spanish")
|