Claude/add wallet transfers 74 phc#414
Merged
Merged
Conversation
Building tasks auto-refresh every 5 seconds so you see agent progress without manual refresh. Stops refreshing once status changes. Merged description into the main task card (separated by a thin hr) instead of a separate card. https://claude.ai/code/session_01GRGLA9yj7BpqKiyi6xFwnm
Agent verification: VerifyApp checks HTML structure then asks AI to
review against requirements. FixApp rebuilds with the issues appended.
Agent now does build → verify → fix loop (up to 5 iterations).
Retry cleanup: old app is deleted before new one is created, preventing
duplicate apps on each retry.
mu.api SDK: apps can now call mu.api.get('/weather?q=London') and
mu.api.post('/places/search', {q:'cafe'}) to access platform data.
Added to SDK bridge and builder prompt.
Mail notifications: use markdown link syntax [text](url) so links
render clickable. Notifications for same task are threaded via postID.
Profile links: /@Username now lowercases before lookup. Work page
author links use AuthorID (lowercase) instead of display name.
https://claude.ai/code/session_01GRGLA9yj7BpqKiyi6xFwnm
RetryWithFeedback now updates the existing app via RebuildApp callback instead of creating a new app and deleting the old one. FixApp (from verify loop) also updates in place via UpdateApp. Both use the existing app's HTML as context and ask the AI to modify it based on feedback/issues. App slug and URL stay the same. Exported BuilderSystemPrompt() and CleanGeneratedHTML() from apps package for use by the work callbacks. https://claude.ai/code/session_01GRGLA9yj7BpqKiyi6xFwnm
Agent-built apps now use the task poster's ID as author (not "agent"), so the poster can edit/delete their apps. App detail page: replaced ⋯ dropdown with plain Edit · Delete text links (admin or author only). Uses DELETE method to match the existing route handler. https://claude.ai/code/session_01GRGLA9yj7BpqKiyi6xFwnm
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.
No description provided.