Skip to content

v0.0.1-beta.1

Latest

Choose a tag to compare

@sls-ca sls-ca released this 15 Jul 16:47
c4337bd

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