Add Risuai.readInlay(id) to plugin API v3#1454
Open
ak45231-cyber wants to merge 1 commit into
Open
Conversation
Exposes the existing host-side getInlayAsset(id) (from
src/ts/process/files/inlays.ts) to plugin sandboxes. Plugins can now
read user-attached inlay images/audio/video by the UUID found in
{{inlayed::<uuid>}} placeholders inside raw message text.
Use case: custom-provider plugins that proxy chats to external
endpoints need access to attached images to forward them in
multi-modal API calls. The current plugin API exposes only sanitized
text prompt_chat, leaving inlay binaries unreachable.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
cubicj
approved these changes
Jun 2, 2026
Collaborator
cubicj
left a comment
There was a problem hiding this comment.
Verified the plugin API path. It exposes the existing inlay read path to v3 plugins without adding any inlay write or delete behavior.
Check, tests, and build pass locally.
Approving — thanks for the contribution!
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.
Exposes the existing host-side getInlayAsset(id) (from src/ts/process/files/inlays.ts) to plugin sandboxes. Plugins can now read user-attached inlay images/audio/video by the UUID found in {{inlayed::}} placeholders inside raw message text.
Use case: custom-provider plugins that proxy chats to external endpoints need access to attached images to forward them in multi-modal API calls. The current plugin API exposes only sanitized text prompt_chat, leaving inlay binaries unreachable.
PR Checklist
Summary
Please provide a brief summary of the changes made in this pull request.
Related Issues
Please list any related issues or pull requests that this PR addresses.
If there are none, please write "None".
Changes
Please describe the changes made in this pull request in detail.
Impact
Please describe any potential impacts this PR may have on existing functionality or users.
Additional Notes
Footnotes
Modifies the behavior of prompting, requesting, or handling responses from AI models. ↩
Over 80% of the code is AI generated. ↩