Skip to content

Claude/add wallet transfers 74 phc#414

Merged
asim merged 4 commits into
mainfrom
claude/add-wallet-transfers-74PHC
Mar 27, 2026
Merged

Claude/add wallet transfers 74 phc#414
asim merged 4 commits into
mainfrom
claude/add-wallet-transfers-74PHC

Conversation

@asim

@asim asim commented Mar 27, 2026

Copy link
Copy Markdown
Member

No description provided.

claude added 4 commits March 27, 2026 16:35
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
@asim
asim merged commit a45cf5e into main Mar 27, 2026
0 of 2 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