[SAAS-4345] Here SuperTabs (v44 + WS 24)#832
Open
david-coxon wants to merge 24 commits into
Open
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Co-authored-by: Cursor <cursoragent@cursor.com> # Conflicts: # package-lock.json
Replace import.meta.dirname (Node 21.2+) with dirname(fileURLToPath(import.meta.url)) which works on Node 18. Co-authored-by: Cursor <cursoragent@cursor.com>
added 6 commits
May 13, 2026 09:28
…starter into dev/li/saas-4345/v44
…enfin/workspace-starter into dev/li/saas-4345/v44
…dependency in how-to/theming
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.
Change Request: Here SuperTabs Starter
Summary
This branch introduces a new
how-to/here-supertabs-startersample demonstrating the HERE Core UI Supertabs experience within workspace-starter. It replaces the default Browser UI with the HERE Supertabs Browser UI, adds an AI Companion integration, and aligns the wider repo to@openfin/workspace@24.0.13and OpenFin Runtime v44.Changes
New:
how-to/here-supertabs-starterA new fully self-contained sample providing a runnable HERE Core UI Supertabs Platform example configured for Enterprise Browser (
@openfin/enterprise-api, SuperTabs, AI Companion). It replaces the default Browser UI in the standard workspace-starter with the HERE Supertabs Browser UI. Key additions:Enterprise Browser integration —
prepare-browser.mjscopies Enterprise Browser UI static assets intopublic/platform/enterpriseat install time. Runtime is locked to44.146.101.1.HERE Supertabs Browser UI — Uses
@openfin/here-supertabs@24.0.13for tabbed Supertabs window management, including navigation buttons (back, forward, refresh).AI Companion (
client/src/framework/ai-context.ts) — A singletonAIContextProviderwraps@openfin/ai-context(useAIContext) and exposesgetAIContext(winIdentity)andfireContextChanged(). This gives teams a Workspace-native way to trial EB-style AI-assisted workflows without a full migration, with business-controlled context collection so only approved views participate.Preload model:
dom-sender.cjson user/content views;ai-context.cjson the chat view — the two populations are kept strictly disjoint via domain rules inpublic/manifest.fin.json.Push updates are driven by window view-event listeners (
view-attached,view-url-changed, etc.) wired from the platform override'screateWindow.Full ESLint, Prettier, and Markdownlint tooling config included.
docs/AI-Context-README.mddocuments the platform touch points, preload model, and operating constraints for the AI Companion.Dependencies (
here-supertabs-starter):@openfin/workspace@openfin/workspace-platform@openfin/here-supertabs@openfin/ai-context@openfin/ai-context-clientTooling / CI
prepare-browser.mjs- runs post npm i and copies Supertab UI Assets topublic.Testing Notes
Run
npm install && npm run build && npm startinhow-to/here-supertabs-starter, then launch OpenFin againsthttp://localhost:8080/manifest.fin.json.Verify Supertab windows open correctly with the HERE Supertabs Browser UI, including navigation buttons.
Open a chat view alongside a content view and confirm the AI Companion is populated (page title, URL, screenshot) via
window._aiContext.getContext().Confirm
isAIContextPermitteddomain filtering correctly excludes non-permitted view URLs from AI Companion context collection.Run the existing automation test suites for
register-with-homeandworkspace-platform-starterto confirm no regressions from the version bumps.Confirm the address bar is not visible in the Browser Windows.
Confirm supertab saving works as expected.