feat: B20 coming soon state, Luca chat coming soon, fix broken link + B20 token flag#139
Merged
Merged
Conversation
…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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
/b20): Replace empty table with a "Coming Soon · Mainnet" holding state — 4 capability preview cards, data integrity callout preserved. Switches to live table automatically onceisB20Token: trueagents are indexed./dashboard/luca): Add yellow "Coming Soon" banner, disable input + Send button, link to @AskLucaBot on Telegram./luca-admin(admin panel). Fixed to/luca#skills.isB20Tokenflag):from_registrymode now only indexes agents explicitly markedisB20Token: trueindata.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
/b20shows coming soon panel, no empty table, no stats zeros/dashboard/lucashows yellow coming soon banner, input disabled, Telegram link works/luca#skills, not/luca-adminPOST /api/admin/index-b20 { mode: "from_registry" }returns 422 with message aboutisB20Token: true(no agents flagged yet)🤖 Generated with Claude Code
https://claude.ai/code/session_01RHDXdEbGQsn88zks713gye
Generated by Claude Code