import { VSCodeButton, VSCodeLink } from "@vscode/webview-ui-toolkit/react" interface AnnouncementProps { hideAnnouncement: () => void } /* You must update the latestAnnouncementId in ClaudeDevProvider for new announcements to show to users. This new id will be compared with whats in state for the 'last announcement shown', and if it's different then the announcement will render. As soon as an announcement is shown, the id will be updated in state. This ensures that announcements are not shown more than once, even if the user doesn't close it themselves. */ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => { return (
Claude Dev: Open In New Tab in command palette) to see how Claude updates your
workspace more clearly
analyze_project tool to help Claude get a comprehensive overview of your project's
source code definitions and file structure (
{"// rest of code here..."})
Follow me for more updates!{" "}