Uh oh!
There was an error while loading. Please reload this page.
feat(console-ai): post-build "What's next" checklist - #1871
Merged
Conversation
A finished whole-app build ended at the summary with the next actions only in the assistant's prose. The apply_blueprint result already carries a lifecycle-neutral `nextSteps` (make the data yours → refine → automate → publish from the status panel) — surface it as a short getting-started checklist under the build panel so the user always has an obvious next step (parity with Airtable Omni's getting-started list). - detectDraftResult lifts `nextSteps: string[]` into DraftReview (drops blanks; absent/non-array → omitted), so both the live stream and reloaded history carry it (mapMessages attaches the whole draftReview). - ChatbotEnhanced renders the checklist under the draft/build panel, gated on presence (incremental edits have none); new `nextStepsLabel` prop. - Hosts pass a localized heading: AiChatPage via t(), the floating chatbot via its locale object (en + zh 下一步). - Tests: detectDraftResult lifts nextSteps + drops blanks + omits when absent. Render verified live on the rig (recruiting build). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
✅ Console Performance Budget
📦 Bundle Size Report
Size Limits
|
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
Surface apply_blueprint
nextStepsas a getting-started checklist under the build panel (parity with Airtable Omni). detectDraftResult lifts nextSteps into DraftReview; ChatbotEnhanced renders it (new nextStepsLabel prop); localized heading (en + zh 下一步). Unit-tested (mapMessages 32 green) + verified live on /ai/build. Lands on #1868's agent-scoped surface.🤖 Generated with Claude Code