Skip to content

feat: B20 coming soon state, Luca chat coming soon, fix broken link + B20 token flag#139

Merged
danbuildss merged 2 commits into
mainfrom
claude/luca-aeon-skills-caYGZ
Jun 24, 2026
Merged

feat: B20 coming soon state, Luca chat coming soon, fix broken link + B20 token flag#139
danbuildss merged 2 commits into
mainfrom
claude/luca-aeon-skills-caYGZ

Conversation

@danbuildss

Copy link
Copy Markdown
Owner

Summary

  • B20 page (/b20): Replace empty table with a "Coming Soon · Mainnet" holding state — 4 capability preview cards, data integrity callout preserved. Switches to live table automatically once isB20Token: true agents are indexed.
  • Luca dashboard chat (/dashboard/luca): Add yellow "Coming Soon" banner, disable input + Send button, link to @AskLucaBot on Telegram.
  • Broken link fix: B20 page footer was linking to /luca-admin (admin panel). Fixed to /luca#skills.
  • B20 indexer gate (isB20Token flag): from_registry mode now only indexes agents explicitly marked isB20Token: true in data.ts — prevents every agent token being treated as B20.

Why

B20 hasn't launched on mainnet yet (testnet only). Showing an empty table at launch looks broken. The Luca chat dashboard is also not live yet. Both needed clean "coming soon" states instead of dead/broken UI.

Test plan

  • /b20 shows coming soon panel, no empty table, no stats zeros
  • /dashboard/luca shows yellow coming soon banner, input disabled, Telegram link works
  • B20 page footer link goes to /luca#skills, not /luca-admin
  • POST /api/admin/index-b20 { mode: "from_registry" } returns 422 with message about isB20Token: true (no agents flagged yet)

🤖 Generated with Claude Code

https://claude.ai/code/session_01RHDXdEbGQsn88zks713gye


Generated by Claude Code

claude added 2 commits June 24, 2026 07:21
…okens

from_registry mode now filters to agents with isB20Token: true instead of
indexing every agent tokenAddress. Set isB20Token: true in data.ts on agents
whose token is a genuine B20 token to include them in B20 Intelligence.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…dmin link

- /b20: replace empty table with coming-soon panel (B20 mainnet not yet launched)
  shows 4 capability cards, keeps data integrity callout
- /dashboard/luca: add coming-soon banner + disable input, link to @AskLucaBot
- Fix broken link from /luca-admin → /luca#skills in B20 page footer

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 24, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
zetta Ready Ready Preview, Comment Jun 24, 2026 7:43am

@danbuildss danbuildss merged commit 5b39497 into main Jun 24, 2026
3 checks passed
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