Conversation
1sup1
marked this pull request as draft
June 12, 2026 10:17
1sup1
marked this pull request as ready for review
June 15, 2026 01:38
1sup1
marked this pull request as draft
June 15, 2026 02:05
1sup1
marked this pull request as ready for review
June 15, 2026 02:08
1sup1
marked this pull request as draft
June 15, 2026 03:16
register widget proxy tools for create list and read operations persist widget projects in the ai-widgets plugin sandbox render widget artifacts in chat and markdown with sandboxed iframes instruct the agent to reuse stored widget embeds before creating new widgets
1sup1
force-pushed
the
feat/ai-widgets-only
branch
from
June 15, 2026 03:25
e958b74 to
498792b
Compare
1sup1
marked this pull request as ready for review
June 15, 2026 03:26
1sup1
marked this pull request as draft
June 15, 2026 06:06
- allow local widget event handlers while keeping external network and navigation guards - stabilize widget iframe autosizing for viewport-height roots - add vault-local widget deletion from the widget sidebar - add an ai chat welcome prompt for creating an analog clock widget page
1sup1
marked this pull request as ready for review
June 15, 2026 09:00
- stop automatic iframe resizing from rewriting widget embed heights - guard against resize measurement offsets being added back - add small vertical spacing around rendered widget blocks
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
kuku-widgetfenced blocks as resizable sandboxed iframe embeds in the editor.kuku/plugins/ai-widgetsinstead of the global plugin sandboxTest Plan
pnpm --filter @kuku/desktop exec vitest runpnpm --filter @kuku/desktop exec tsc --noEmitcargo test -p kuku-ai -p kuku-appcargo fmt -p kuku-ai -p kuku-app -- --checkcargo clippy -p kuku-ai -p kuku-app --all-targets -- -D warnings