chore(deps): Bump react-dom from 19.1.7 to 19.2.6#7
Merged
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
10edc70 to
ad1ec66
Compare
ad1ec66 to
0c00788
Compare
hizrianraz
added a commit
that referenced
this pull request
May 16, 2026
…el slugs Continues the §1.2 launch-readiness pass on top of the /manwe-pool → /hermes rename. Updates the marketing surface to match what api PR #7 and specs PR #5 actually ship. Changes by area: AAMC voter pool sweep (DeepSeek + Llama 3.3 70B → Grok 4 + Mistral Large 3, per spec v1.1): - AAQualityScatter.tsx: replace the 2 retired voter rows with Grok 4 + Mistral Large 3 entries; bump header comment to v1.1 + date - ProviderRail.tsx: drop the deepseek tile; add xai + mistral as live; ungate google (now live via api#7) - LayerTower.tsx: L2 description + capabilities list reflect the 5 AAMC voters - platform/page.tsx: L2 status text "5 AAMC voters live · Anthropic + OpenAI + Google + xAI + Mistral · Together for Llama" - page.tsx (homepage): both L2 hero descriptions updated - skill.md/route.ts: L2 routing summary updated SDK API accuracy (real `ainfera` SDK calls, not invented): - content/docs.ts /docs/quickstart: rewritten to AinferaClient + client.agents.register + agent.wallet.topup + agent.inference; uses ai_live_* key format; honest wallet topup language (manual approval for launch week, automated x402 in Week 1 fast-follow) - page.tsx QS_PYTHON / QS_TS / QS_CURL homepage code blocks: same rewrite — Agent.create + agent.infer + cap_per_day replaced with the actual SDK signature - HeroFlow.tsx, TerminalBlock.tsx, SignedChain.tsx: visible agent.infer() labels updated to agent.inference() Model slug normalization (dots → dashes — code identifiers should be dashed, display names keep dots): - PrimitiveDiagram.tsx: claude-opus-4.7 + gpt-5.5 + gemini-3.1-pro → dashed variants - TerminalBlock.tsx code data: "claude-opus-4.7" → "claude-opus-4-7" in 2 places Glossary fix: - AAMC entry was wrong (said "Agent-to-Agent Model Context" — that's not what AAMC stands for). Now reads: "Adjudication and Auto- Modification Council — 5 frontier Voters × 5 Lenses, with 3-of-5 advisory, 4-of-5 binding, 5-of-5+Council self-modification quorum." Verification: - tsc green after clearing stale .next/types - No more DeepSeek or Llama 3.3 70B references in source (only an intentional CHANGELOG-reference comment in AAQualityScatter) - All `agent.infer*` user-visible labels now agent.inference - All dotted model slugs gone; display names preserved Companion to: AAMC spec v1.1 (specs#5), api adapter wiring (api#7), verify trust-note (verify#6), mcp-server quickstart refresh (#6). Linear: AIN-95 (parent AIN-93 §1.2 subsections A, B, C, H, I) Co-Authored-By: Claude <noreply@anthropic.com>
hizrianraz
added a commit
that referenced
this pull request
May 16, 2026
…+ CDP rail + ai_infera_ (#15) * feat(marketing): rename /manwe-pool → /hermes (customer-facing brand fix) The /manwe-pool route was the customer landing page for hermes-agent builders, but "Manwe" is the founder's private agent Aratar codename (see project-ainfera-topology memory). Using it externally conflated the cap-table-separate founder asset with a customer cohort label. Renames the route and brand to "Hermes Pool" — parallel to "OpenClaw Pool", named for the framework the cohort uses. The Pool 1 · hermes- agent eyebrow text is unchanged. Changes: - git mv apps/marketing/app/manwe-pool → app/hermes - All Manwe Pool / /manwe-pool references in page.tsx, /openclaw, and /platform updated to Hermes Pool / /hermes - sitemap.ts, lib/og.tsx OG map, og/[slug]/route.tsx slug list - Duplicated public/og/manwe-pool.png → hermes.png (old asset retained for any cached crawlers; safe to delete after 308 settles) - next.config.mjs: added 308 (permanent: false) redirect /manwe-pool → /hermes so backlinks keep working Vocabulary lock check: "Hermes" is banned as an agent codename per web/.claude/CLAUDE.md. "Hermes Pool" is a customer cohort marketing label (parallel to "OpenClaw Pool"), same as the framework name — not an agent codename. The actual hermes-agent framework name is used lowercase throughout, which the CLAUDE.md explicitly allows. tsc green after clearing stale .next/types build artifacts. Linear: AIN-95 (parent AIN-93 § §1.2-D + §1.2-C cards) Co-Authored-By: Claude <noreply@anthropic.com> * feat(marketing): launch-readiness sweep — AAMC lineup + SDK API + model slugs Continues the §1.2 launch-readiness pass on top of the /manwe-pool → /hermes rename. Updates the marketing surface to match what api PR #7 and specs PR #5 actually ship. Changes by area: AAMC voter pool sweep (DeepSeek + Llama 3.3 70B → Grok 4 + Mistral Large 3, per spec v1.1): - AAQualityScatter.tsx: replace the 2 retired voter rows with Grok 4 + Mistral Large 3 entries; bump header comment to v1.1 + date - ProviderRail.tsx: drop the deepseek tile; add xai + mistral as live; ungate google (now live via api#7) - LayerTower.tsx: L2 description + capabilities list reflect the 5 AAMC voters - platform/page.tsx: L2 status text "5 AAMC voters live · Anthropic + OpenAI + Google + xAI + Mistral · Together for Llama" - page.tsx (homepage): both L2 hero descriptions updated - skill.md/route.ts: L2 routing summary updated SDK API accuracy (real `ainfera` SDK calls, not invented): - content/docs.ts /docs/quickstart: rewritten to AinferaClient + client.agents.register + agent.wallet.topup + agent.inference; uses ai_live_* key format; honest wallet topup language (manual approval for launch week, automated x402 in Week 1 fast-follow) - page.tsx QS_PYTHON / QS_TS / QS_CURL homepage code blocks: same rewrite — Agent.create + agent.infer + cap_per_day replaced with the actual SDK signature - HeroFlow.tsx, TerminalBlock.tsx, SignedChain.tsx: visible agent.infer() labels updated to agent.inference() Model slug normalization (dots → dashes — code identifiers should be dashed, display names keep dots): - PrimitiveDiagram.tsx: claude-opus-4.7 + gpt-5.5 + gemini-3.1-pro → dashed variants - TerminalBlock.tsx code data: "claude-opus-4.7" → "claude-opus-4-7" in 2 places Glossary fix: - AAMC entry was wrong (said "Agent-to-Agent Model Context" — that's not what AAMC stands for). Now reads: "Adjudication and Auto- Modification Council — 5 frontier Voters × 5 Lenses, with 3-of-5 advisory, 4-of-5 binding, 5-of-5+Council self-modification quorum." Verification: - tsc green after clearing stale .next/types - No more DeepSeek or Llama 3.3 70B references in source (only an intentional CHANGELOG-reference comment in AAQualityScatter) - All `agent.infer*` user-visible labels now agent.inference - All dotted model slugs gone; display names preserved Companion to: AAMC spec v1.1 (specs#5), api adapter wiring (api#7), verify trust-note (verify#6), mcp-server quickstart refresh (#6). Linear: AIN-95 (parent AIN-93 §1.2 subsections A, B, C, H, I) Co-Authored-By: Claude <noreply@anthropic.com> * feat(launch-readiness): swap dashboard rail Stripe→CDP wallet + ai_infera_ key prefix in marketing snippets Dashboard: - settings: rail label "Stripe Customer Balance" → "CDP Smart-Wallet · x402"; USDC simplified; toast/button copy aligned to CDP funding flow - wallet: drop "Top up via Stripe" ghost button (rail no longer Stripe) Marketing snippets — uniform ai_infera_ key prefix: - /build quickstart response, / page Python+TS snippets, /skill.md quickstart, /docs quickstart No behavior change to API or SDK. Copy + prefix only. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
0c00788 to
284e438
Compare
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.1.7 to 19.2.6. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react-dom) --- updated-dependencies: - dependency-name: react-dom dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
284e438 to
6a05ef6
Compare
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.
Bumps react-dom from 19.1.7 to 19.2.6.
Release notes
Sourced from react-dom's releases.
... (truncated)
Changelog
Sourced from react-dom's changelog.
... (truncated)
Commits
eaf3e95Version 19.2.623f4f9f19.2.590ab3f8Version 19.2.4612e371Version 19.2.3b910fc1Version 19.2.2053df4eVersion 19.2.18618113Bump scheduler version (#34671)1bd1f01Ship partial-prerendering APIs to Canary (#34633)2f0649a[Fizz] Removenonceoption from resume-and-prerender APIs (#34664)5667a41Bump next prerelease version numbers (#34639)