Skip to content

Rebuild Text To Speech browser preview#5

Merged
ToolboxAid merged 1 commit into
mainfrom
codex/pr-26171-037-text2speech-functional-tool-rebuild
Jun 20, 2026
Merged

Rebuild Text To Speech browser preview#5
ToolboxAid merged 1 commit into
mainfrom
codex/pr-26171-037-text2speech-functional-tool-rebuild

Conversation

@ToolboxAid

Copy link
Copy Markdown
Owner

Summary

  • Rebuilt the active toolbox/text-to-speech/ page as a functional browser Text To Speech tool.
  • Wired creator text entry, browser voice selection, rate/pitch/volume controls, Speak/Preview, Stop, and unavailable-engine messaging through the Web Speech API wrapper.
  • Updated current toolbox registration/navigation from the old Voice Output placeholder to Text To Speech and added targeted unit + Playwright coverage.
  • Added required PR reports and delta ZIP under tmp/PR_26171_037-text2speech-functional-tool-rebuild_delta.zip.

Validation

  • PASS: node --test tests\tools\Text2SpeechShell.test.mjs
  • PASS: npx playwright test tests/playwright/tools/TextToSpeechFunctional.spec.mjs --project=playwright --workers=1 --reporter=list
  • PASS: targeted static Text To Speech validation
  • PASS: git diff --check
  • FAIL: npm run test:workspace-v2 ran but failed in broad RootToolsFutureState.spec.mjs expectations around root tools/header rendering and 127.0.0.1:5501 API requests; targeted Text To Speech validation passed.

@ToolboxAid ToolboxAid merged commit 79a7abb into main Jun 20, 2026
1 check passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3fe3d7b9bc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

"requiredForPublish": false,
"requires": [],
"status": "Hidden",
"status": "Beta",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use the canonical beta status string

When the registry is normalized, this value is checked against TOOL_STATUS_MODEL, which contains lowercase beta but not Beta; as a result getToolById('text-to-speech') is normalized to status: "Missing Metadata", releaseChannel: "planned", and visibleInToolsList: false. This hides the newly rebuilt tool from the dynamic toolbox/API surfaces even though the PR intends to promote it to a visible beta tool.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants