- ue bridge: Launch / Build now read live refs. They captured startBuild /
launchUE from the render where plugins loaded — before the async .uproject
and .sln detection had resolved — so both saw empty paths forever. hasProject
used the live ref, so the menu items showed up and then did nothing.
- Get Latest / Sync to revision: summarise `p4 sync` stdout (syncSummary)
instead of dumping every depot path into the toast. flash() caps length and
.toast caps height so no raw output can blow up the bubble again.
- Team Relay: use the real theme tokens — --txt / --add / --del, not
--text / --ok / --err, which don't exist and silently fell back to a
near-white hardcode, invisible on the light theme. Bumped to 1.0.1.
- Plugin dock panels get a status-bar button next to Terminal / Log; the tabs
were otherwise only reachable from the Actions menu.
- PLUGINS.md documents the theme token names.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Plugin contributions gain named host icons, a working-folder context slot, and
bottom-dock panels. The Unreal plugin (1.2.0) now puts Launch / Build Solution
in the folder right-click menu with the UE + hammer icons and its log in a
bottom-dock "Unreal" tab — where they lived before extraction — instead of
emoji entries in Tools. Plugin is backward-compatible (falls back to menu/view
on 0.3.6 hosts).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Official plugin registry hosted on Gitea; client fetches registry.json over
HTTPS and installs plugins via backend plugin_write_file.
- Auto-install autoInstall plugins on first connect; per-machine enabled state.
- Extract all Unreal tooling (Build Solution / Unreal Log) into a separate
"unreal" plugin (defaultEnabled) driven through the new host.ue bridge;
core UI no longer hard-wires Unreal.
- Settings → Plugins: "Official plugins" section with Install buttons.
- Status bar: "Updates" button (right of Log) triggers an update check without
restarting the client.
- Fixes: NEW badge hard-right/centered without shifting text; History commit
size no longer flickers (cached per change); giant icons in empty plugin/
People lists; Get Latest hover contrast.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Themes: built-in presets (Ember/Forest/Ocean/Rosé) + custom-theme editor
(per-token color pickers, live preview, JSON export/import). src/themes.ts.
- Plugin platform: JS/ESM plugins loaded via blob-module import (CSP
script-src blob:), Host SDK with menu / file-context / view / submit-hook
contribution points + permission model. Backend commands to list/read/enable/
install/remove plugins under <config>/plugins/. Example plugin + PLUGINS.md.
- Settings redesigned into a sectioned hub (General / Appearance / Plugins);
Themes and Plugins moved in, removed from the Actions menu.
- "NEW" badge on History commits submitted < 3h ago.
- Smooth tab transitions: sliding underline + content fade on Changes/History,
and matching fades on the view-panel and dock tab groups.
- Fix: settings close button used the default browser style.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>