@fusion/dashboard
Patch Changes
- Updated dependencies [1992049]
- @fusion/engine@0.35.0
- @fusion-plugin-examples/cli-printing-press@0.1.12
- @fusion-plugin-examples/dependency-graph@0.1.26
- @fusion-plugin-examples/roadmap@0.1.14
- @fusion/core@0.35.0
- @fusion-plugin-examples/cursor-runtime@0.1.14
- @fusion-plugin-examples/droid-runtime@0.1.21
- @fusion-plugin-examples/hermes-runtime@0.2.45
- @fusion-plugin-examples/openclaw-runtime@0.2.45
- @fusion-plugin-examples/paperclip-runtime@0.2.45
@fusion/desktop
Patch Changes
- @fusion/dashboard@0.35.0
- @fusion/core@0.35.0
@fusion/engine
Minor Changes
- 1992049: Add opt-in RTK command rewriting for Pi bash tools via
FUSION_RTK_REWRITE.
Patch Changes
- @fusion/core@0.35.0
- @fusion/pi-claude-cli@0.35.0
@fusion/plugin-sdk
Patch Changes
- @fusion/core@0.35.0
@runfusion/fusion
Minor Changes
-
d767e2e: Add
openai-responsesas a supported custom providerapiTypeacross CLI, engine, dashboard API validation, and dashboard forms.Custom providers configured with this apiType now route through pi-ai's built-in
openai-responsestransport while probe-model discovery continues to use the OpenAI-compatible/v1/modelspath.
Patch Changes
- da34bd0: Dashboard now shows a top-level "Re-login required" banner when a stored OAuth provider credential (Codex, Claude, etc.) has expired, and the engine logs the expired set on startup and once every 24 hours.
- d76b6f9: TUI System panel now reliably shows the full auth token at all terminal widths so it can be selected and copied manually when the
[c]shortcut is unavailable. - d767e2e: Fixed custom provider registration so provider keys are derived from the configured provider name (with deterministic collision suffixing) instead of internal UUID ids, ensuring model selector and logs show stable human-readable keys. Also fixed the OpenAI-compatible custom-provider registration path by validating end-to-end openai-completions round-trip behavior with a regression test.
- 8a0fbf0: Fix the Bun-compiled
fnexecutable so--helpno longer crashes with a missingreact-devtools-coremodule. The build now definesprocess.env.DEVasfalseduring compile, allowing Ink's DEV-only devtools import path to be removed from the bundled binary.