You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Configure Bob Features command: New configureBobFeatures command that automates Graphite MCP server setup for the IBM Bob AI assistant — writes external-tools/graphite-mcp-server-wrapper.cjs into the workspace and registers the MCP server entry in ~/.bob/config.json
File Extension Reconciler (MAXUIF-4242): Migration workflow now detects workspaces containing both a .js and a .jsx version of the same file, deletes the .js duplicate, and rewrites any affected imports to use .jsx
Fixed
Applications panel error state: Removed the sign-in button from error state and hides the webview UI when an error occurs
Refactored
Applications panel rewrite: Replaced the monolithic media/applications.js with a set of modular Lit web components (app-panel, app-header, app-search, app-list, app-item, app-loading, app-error, app-sign-in) compiled via esbuild into media/applications.bundle.js