migrate QuickDapp to subagent architecture + add fetch_figma_design M…#7208
Merged
Conversation
STetsing
requested changes
May 11, 2026
Collaborator
STetsing
left a comment
There was a problem hiding this comment.
add persistent user selection preference on HITL. Selecting or asserting many times changes is painful. the user should be able to skip those changes by accepting every thing or fallback to the granulated setting as of now
…state restore fix
…workspace creation
✅ Deploy Preview for reliable-cocada-166884 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
STetsing
approved these changes
May 14, 2026
|
View your CI Pipeline Execution ↗ for commit fa8d8b1
☁️ Nx Cloud last updated this comment at |
|
❌ E2E failures detected (workflow: web) Last run: Tue, May 19, 2026, 02:33 PM UTC Top failing tests (10/10):
Report generated by CI; artifacts are retained per CircleCI retention settings. |
…icts with master)
- SubagentConfig: register QuickDapp Specialist subagent - lightPrompts: add QUICKDAPP_SPECIALIST_SUBAGENT_PROMPT - DAppGeneratorHandler: restore subagent delegation (generate_dapp, update_dapp) - DeepAgentInferencer: remove answerWithCustomSystemPrompt() dead code - remixAIPlugin: remove DAppGenerationManager methods/imports - remixAI/index.ts: remove DAppGenerationManager export
- Add hitlAutoAccept state, ref, toggle, and localStorage persistence - Update handleApproveToolAction signature to accept options object - Add auto-accept banner element in all 3 view modes - Externalize inline styles to CSS classes (hitl-pending-summary, ai-chat-area-flat)
FigmaHandler.ts was deleted (fetch_figma_design inlined in DAppGeneratorHandler). Remove dangling export to prevent compile errors.
- handleToolApproval: restore hitlAutoAcceptRef guard (auto-approve) - cancelRequest: restore QuickDapp dashboard spinner cleanup - nonMaximizedMode: restore ai-history-view-bg CSS class - history heading: remove inline backgroundColor (externalized to CSS)
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
Responds to Stefan's PR review comments and call feedback. Migrates QuickDapp from direct LLM calling to agent-delegated subagent architecture.
PR Comments
parsePages()entirelywriteFilesToWorkspace— most probably not needed anymore" → RemovedcallAIModel— not needed, use the agent" → RemovedcallAIModel()andcallAIModelDirect()QuickDapp Specialistsubagent created