feat(voice): surface CLI automation and multilingual#104
Merged
Conversation
The product pages lagged the shipped app (0.0.40). Bring them up to date across all nine locales: - Add a "Let an AI assistant dial" feature card + FAQ to /voice/, plus a homepage mention — the CLI/MCP automation (0.0.38–0.0.39) previously lived only in a blog post. Honest framing: assistant drives the dialpad, you do the talking, off by default. FAQ links to the command-line post. - Add a "Speaks your language" feature card + FAQ (the 0.0.40 i18n work). - Bump the offline download fallback 0.0.26 → 0.0.40 (the live release feed still drives the actual buttons). Build, check:links, and check:screenshots all pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GYcPoMYpYwjVWsiVpAtmKa
Contributor
wavekat-eason
pushed a commit
that referenced
this pull request
Jun 28, 2026
🤖 I have created a release *beep* *boop* --- ## [0.0.37](wavekat-com-v0.0.36...wavekat-com-v0.0.37) (2026-06-28) ### Features * **blog:** add share-a-recording post ([#107](#107)) ([661ca7d](661ca7d)) * **voice:** surface CLI automation and multilingual ([#104](#104)) ([857d4d0](857d4d0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The
/voice/product pages had drifted behind the shipped app (now 0.0.40). Two released, marketing-relevant capabilities weren't reflected on the product surface:What
Applied across all nine locales (en + de/es/fr/it/ja/ko/zh/zh-hant), with each translation grounded in that locale's existing blog-post terminology for consistency:
/voice/, plus a homepage mention. Honest framing carried over from the blog: the assistant works the dialpad, you do the talking, off by default. The FAQ links to the command-line post (locale-prefixed).0.0.26 → 0.0.40invoice-download.ts. The live release feed still drives the actual download buttons; this only fixes the stale offline fallback.The new FAQ entries flow into the
FAQPageJSON-LD automatically (schema derives from thefaqsarray).Held back (not in this PR)
Built upstream but not yet in a tagged release (queued for 0.0.41), so intentionally left off the site: share-a-recording-by-link, SIP account backup/restore, and multi-user/per-call ownership.
Verification
npm run build✓ (123 pages)npm run check:links✓ (no broken or leaking internal links — confirms the locale-prefixed blog links)npm run check:screenshots✓🤖 Generated with Claude Code