Changelog
Recent updates to Mira.
- NewFeedback tab on the project page — see all feedback across builds in one place, filter by status, change status inline, and link feedback to resolving builds.
- NewFeedback resolution linking — feedback submitted on one version can be linked to the version that addressed it. Build cards show "X received" and "Y addressed" counts.
- NewReview page status changes — change feedback status directly from the review page via an inline dropdown. Link feedback to resolving builds from the same page.
- NewAWS SES email support — emails now send via Amazon SES when configured. Resend works as a fallback. All notification emails include a link to manage preferences.
- ImprovedIssue notification emails now include the full description, reporter name, email, page URL, and severity — not just the title.
- ImprovedIssue widget supports dynamic JWT refresh for long-lived pages. Pass a function instead of a static token to fetch a fresh JWT before each submission.
- ImprovedIssue widget i18n expanded with labels for the past issues section and status names.
- FixedSetup tab step 5 was showing outside the collapsible manual setup section.
- FixedProjects with builds now default to the Brief tab instead of Setup.
- NewEmbeddable issue widget — let end users report issues directly from your site. Embed a script tag, sign a JWT on your server, and issues flow into the dashboard and MCP tools automatically.
- NewIssues dashboard tab — view, filter, triage, and assign reported issues. Inline status changes and team member assignment.
- NewThree new MCP tools for issues — fetch_issues, update_issue_status, and assign_issue let developers triage user-reported issues from their AI coding tool.
- NewPush and email notifications for new issues — team members are notified when end users report issues, with per-user opt-out controls.
- NewFeature tracks — organize work into scoped features with a full lifecycle. Propose, approve, link to a branch, and all versions and feedback are scoped automatically.
- NewProject briefs — persistent project context (competitors, visual direction, tone, technical stack) that shapes how AI builds your product.
- NewContext digests — when a feature is completed, AI extracts key decisions from feedback. Review and approve them to build project knowledge over time.
- NewImage attachments in feedback — paste or drag screenshots into the review bookmarklet. Images appear on the review page and AI receives them inline.
- ImprovedMCP server expanded from 8 to 17 tools — new feature track and project context tools for developers.
- NewFeedback claiming — developers can claim feedback items so teammates know what's being worked on. Claims are visible on the review page, bookmarklet, and in the AI coding tool.
- NewTeam members now receive email notifications when a new version is published for review.
- NewPush notification opt-in — subscribe from your settings or via a one-time prompt. Get notified in your browser when feedback arrives.
- NewBookmarklet for giving feedback on any page. Drag it to your bookmarks bar and leave feedback from any live version.
- NewFeedback can now be filtered by page URL, so you can review feedback for specific routes.
- NewReview page redesigned — feedback dashboard replaces the iframe for a faster, more reliable experience.
- ImprovedMCP tool output is now formatted as readable markdown instead of raw JSON.
- ImprovedSkills now install to .agents/skills/ with an automatic Claude Code symlink.
- ImprovedSimplified MCP setup — webhook URL shown during onboarding, cleaner event handling.
- FixedSetup tab is now always accessible on the project page.
- FixedAuthentication now works correctly on Vercel preview deployments.
- FixedVercel webhooks now handle Bitbucket-sourced deployments.
- NewPricing page with Solo (free), Agency ($39/mo), and Enterprise tiers. Stripe billing integration for upgrades.
- NewDirect, Teach, and Specialize feature pages explaining each pillar of the product.
- NewStakeholder-defined skills — write brand voice, design standards, or SEO guidelines as reusable skills. Version history and GitHub import.
- NewStakeholder-defined subagents — configure focused AI specialists for code review, security, QA, and more. Templates, versioning, and export.
- NewOrg settings with side navigation, including inline billing management.
- NewProject settings redesign — side navigation, build cards with relative timestamps, and member permission controls.
- NewConversion tracking with Vercel Analytics across the full sign-up funnel.
- NewMagic link sign-in via email — no Google account required.
- NewInvite members by email with role self-selection on first sign-in.
- ImprovedOrg homepage redesigned with tabbed navigation, modal project creation, and full-width project cards.
- ImprovedMembership and permissions refactored — clearer roles for internal team vs. external clients.
- ImprovedComprehensive security audit — 38 items addressed including CSRF protection, API key hashing, and input validation.
- ImprovedSEO and accessibility audit — Open Graph tags, focus management, skip-to-content link, and ARIA attributes across all pages.
- FixedDialog inputs no longer lose focus when typing — resolved a re-render issue with callback stability.
- FixedInvited members who sign in now correctly receive org membership and see their projects immediately.
- NewDeploy platform grid — auto-detection for Vercel, Netlify, Cloudflare Pages, Firebase, Render, AWS Amplify, and Azure.
- NewSupport for 18 AI development tools including Claude Code, Cursor, Copilot, Windsurf, and Gemini CLI.
- NewDark mode with system preference detection, manual toggle, and flash-free loading.
- NewReal-time updates — builds, feedback, and API keys refresh automatically via polling.
- NewMulti-platform deploy detection in auto-register hook. Vercel, Netlify, and more detected from CLI output.
- NewInvite notification emails sent via Resend when new members are added.
- NewFeedback counts shown on build cards. Collapsible sidebar on the review page.
- NewDocumentation and pricing pages added to the public site.
- NewTop navigation with org and project context, plus mobile hamburger menu.
- ImprovedAll AI tool icons replaced with official brand logos.
- ImprovedAPI routes migrated to a shared handler with consistent error responses and serialization.
- FixedCritical API security vulnerabilities closed — authorization checks, input validation, and rate limiting.
- FixedDuplicate user creation on invited member sign-in resolved.
- FixedDatabase connection now cached correctly in serverless environment.