Back to changelog
FeatureFunctions
Run functions from the UI
A Run button in the function viewer executes a function with live output, structured tool-call summaries, and inline error frames.
A Run button in the function viewer executes a function from inside the workspace.
Live terminal panel
A terminal panel beside the function code shows stdout, structured tool calls, and error frames as the function runs. Long-running functions stream output incrementally instead of waiting for completion.
Tool-call summaries
Each tool the function invokes shows up in the panel with its arguments, latency, and a result snippet. Expand any line for the full payload.
Error frames
When a function raises, the panel shows the originating tool call and the relevant traceback inline. Edit the inputs and re-run without leaving the page.