chore(release): v0.35.0

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-05-28 08:20:50 -07:00
parent e0a7dd7793
commit 0a04837e7a
60 changed files with 286 additions and 59 deletions

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
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.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
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.

View File

@@ -1,5 +0,0 @@
---
"@fusion/engine": minor
---
Add opt-in RTK command rewriting for Pi bash tools via `FUSION_RTK_REWRITE`.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
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.

View File

@@ -1,7 +0,0 @@
---
"@runfusion/fusion": minor
---
Add `openai-responses` as a supported custom provider `apiType` across CLI, engine, dashboard API validation, and dashboard forms.
Custom providers configured with this apiType now route through pi-ai's built-in `openai-responses` transport while probe-model discovery continues to use the OpenAI-compatible `/v1/models` path.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Fix the Bun-compiled `fn` executable so `--help` no longer crashes with a missing `react-devtools-core` module. The build now defines `process.env.DEV` as `false` during compile, allowing Ink's DEV-only devtools import path to be removed from the bundled binary.