File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @elementor/angie-sdk" ,
3- "version" : " 1.4.10 " ,
3+ "version" : " 1.5.0 " ,
44 "description" : " TypeScript SDK for Angie AI assistant" ,
55 "main" : " dist/index.cjs" ,
66 "module" : " dist/index.js" ,
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ export type WidgetConfig = {
4848 aiContextGuidance ?: FeatureToggle ;
4949 userProfileMenu ?: FeatureToggle ;
5050 localServers ?: LocalServersConfig ;
51+ planning ?: FeatureToggle ;
5152} ;
5253
5354export type AngieMcpSdkOptions = {
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ Each toggle uses `{ enabled: boolean }`.
7878| ` betaBanner ` | Hide beta messaging in stable product surfaces |
7979| ` aiContextGuidance ` | Show users that ` host.aiContext ` is available — pair with ` host.aiContext ` in ` loadSidebarV2 ` |
8080| ` userProfileMenu ` | Hide account/profile menu when the host owns auth UI |
81+ | ` planning ` | Opt out of Angie planning (` { enabled: false } ` ). Omitted or ` { enabled: true } ` keeps planning enabled when supported |
8182
8283### Mode and MCP
8384
You can’t perform that action at this time.
0 commit comments