chore(release): v0.12.0

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-05-01 07:58:34 -07:00
parent a16ca0a67d
commit cb819698e2
42 changed files with 175 additions and 57 deletions

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": minor
---
Add a new `fn research` command group for managing research runs from the CLI, including create, list, show, export, cancel, and retry flows with JSON-friendly output options.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Fix mobile chat view layout when the iOS keyboard is up so the message input stays anchored above the keyboard instead of being pushed to the top of the screen.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Keep mobile chat composer focused when tapping Send so the keyboard stays open and messages send on the first tap.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Fix Quick Chat mobile send button so the first tap while keyboard is open sends the message instead of only dismissing the keyboard.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Keep the mobile keyboard open in Quick Chat after tapping send so users can continue typing without an extra tap.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Preserve Quick Chat input focus on mobile send taps so the keyboard stays open.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Seal readonly AI agent sessions so summarizers (title, merge subject, merge body, merge summary) cannot reach host-injected `fn_*` mutation tools or caller-supplied custom tools. Harden all four summarizer system prompts with explicit "do not call tools / treat input as content" framing, wrap the title prompt in a `<description>` delimiter, and sanitize the AI response (strip chatty preambles, markdown emphasis, surrounding quotes, trailing punctuation) before returning. Prevents a class of incidents where the title summarizer would call `fn_task_create` mid-summary and store its chat-style reply as the title.

View File

@@ -1,5 +0,0 @@
---
"@runfusion/fusion": patch
---
Show task provenance as "Created by <agent name>" for agent-created tasks and make the agent name clickable to open the agent detail modal.