Add task history announcement

This commit is contained in:
Saoud Rizwan
2024-08-17 08:38:43 -04:00
parent d1437e6d2d
commit f6a69f924c
4 changed files with 7 additions and 5 deletions

View File

@@ -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")