1.3.0

MCP Publish Workflow & Reliability Fixes

MCP Tools

  • MCP publish tools: Two new tools — `getPendingChanges` to preview deployments and `publish` to deploy translations to CDN, all from your IDE.
  • Complete MCP workflow: AI assistants can now follow the full cycle: read → translate → verify → publish → confirm.
  • Pending publish hints: Write operations now return hints reminding AI to call publish when changes are ready.
  • MCP router documentation: Comprehensive tool documentation with categories and recommended workflow guide.

CDN & Publishing

  • Default CDN format: Changed default from JSON_FLAT to JSON_NESTED for better i18n library compatibility.
  • CDN fallback by default: New projects automatically get fallback language support enabled.

Dashboard

  • Safer key recreation: Fixed soft-delete rename with single database transaction, preventing conflicts.
  • Better chat compaction: `/compact` command now shows user message and actual summarization content.
  • Language sorting: Languages are now sorted by status: active → draft → archived.

Bug Fixes & Improvements

  • FIXEDSlash command auto-submit: Fixed double submission issue.
  • FIXEDSummarization cleanup: Removed deprecated summarization tool from server-side.