Skip to content

fix(docs): use tokscale.ai everywhere; drop stale .com/.dev refs - #768

Merged
junhoyeo merged 1 commit into
mainfrom
fix/domains-to-tokscale-ai
Jun 22, 2026
Merged

fix(docs): use tokscale.ai everywhere; drop stale .com/.dev refs#768
junhoyeo merged 1 commit into
mainfrom
fix/domains-to-tokscale-ai

Conversation

@junhoyeo

@junhoyeo junhoyeo commented Jun 22, 2026

Copy link
Copy Markdown
Owner

The only production origin is tokscale.ai, but EN docs/code carried stale domains:

  • README.md:504 — token-revocation pointed at tokscale.com/settingstokscale.ai/settings (users following it after creating CI tokens hit the wrong host; matches auth.rs default + frontend metadata)
  • README.md:439 + crates/tokscale-core/src/pricing/custom.rs:417 — custom-pricing $schema used tokscale.devtokscale.ai ($schema is informational; loads_valid_file test still passes)

Left intact: packages/frontend/__tests__/lib/requestSessionCsrf.test.ts — it deliberately asserts the tokscale.dev origin is rejected (documents the domain doesn't exist).

The same .com/.dev refs in the ja/ko/zh-cn ports are fixed in #767.

🤖 Generated with Claude Code


Summary by cubic

Use tokscale.ai everywhere in docs and a test fixture to match the production origin. Fixes a wrong settings link and an outdated custom-pricing $schema URL.

Written for commit fafde8a. Summary will update on new commits.

Review in cubic

The only production origin is tokscale.ai, but the EN README pointed token revocation at tokscale.com/settings and used tokscale.dev for the custom-pricing $schema (mirrored into the pricing custom.rs test fixture). Users following the revocation steps would hit the wrong host. Switch all to tokscale.ai.

Left intact: the frontend requestSessionCsrf test that deliberately asserts the tokscale.dev origin is rejected (it documents that the domain does not exist).
@vercel

vercel Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
tokscale Ignored Ignored Preview Jun 22, 2026 3:26pm

Request Review

@junhoyeo
junhoyeo merged commit 64f92fe into main Jun 22, 2026
3 of 4 checks passed
t1000040 pushed a commit to tmobi-internal/tokscale that referenced this pull request Jun 30, 2026
…hoyeo#768)

The only production origin is tokscale.ai, but the EN README pointed token revocation at tokscale.com/settings and used tokscale.dev for the custom-pricing $schema (mirrored into the pricing custom.rs test fixture). Users following the revocation steps would hit the wrong host. Switch all to tokscale.ai.

Left intact: the frontend requestSessionCsrf test that deliberately asserts the tokscale.dev origin is rejected (it documents that the domain does not exist).
@junhoyeo
junhoyeo deleted the fix/domains-to-tokscale-ai branch July 13, 2026 02:17
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.

1 participant