[AI-8410] Feature: Host apps can load Angie sidebar with v2 config - #42
Closed
matipojo wants to merge 4 commits into
Closed
[AI-8410] Feature: Host apps can load Angie sidebar with v2 config#42matipojo wants to merge 4 commits into
matipojo wants to merge 4 commits into
Conversation
…configuration in load-sidebar-v2. Add new styles for WordPress theme and improve iframe handling. Update tests to cover new functionality.
…' across load-sidebar-v2 components. Update related tests and constants to reflect this change, enhancing selector flexibility for button integration.
…oad-sidebar-v2. Update configuration types and add tests to ensure proper functionality and error handling.
Member
Author
|
Superseded by stacked review PRs for the same AI-8410 work:
Original branch |
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.
Problem
Host applications integrating Angie need a structured way to boot the sidebar with host-specific context (appId, website, aiContext), container options, and iframe settings. The current SDK surface does not expose a dedicated v2 load API for this.
Solution
Add
loadSidebarV2to AngieMcpSdk with a configurable options model, config resolution, container/shell setup, and embedded host handshake.Jira: https://elementor.atlassian.net/browse/AI-8410