Commit Graph
14639 Commits
Author SHA1 Message Date
AlexRV12 5cbadabc27 fix: leave the run card's verb at the row's own weight 2026-09-03 16:31:55 +02:00
AlexRV12 34f5d0f431 fix: let the runnable's name lead the run card's row 2026-09-03 16:31:55 +02:00
AlexRV12 0e64cdb42d fix: name the runnable in the run card's row, not its path 2026-09-03 16:31:55 +02:00
AlexRV12 7f53f9f4d3 fix: bring the run card's success colour down to the failure one 2026-09-03 16:31:55 +02:00
AlexRV12 2cbd32e7fa fix: dim the run card's status colour in dark mode 2026-09-03 16:31:55 +02:00
AlexRV12 3a2c9b268d fix: mark the run card's selected tab the way every other strip does 2026-09-03 16:31:55 +02:00
AlexRV12 bb4716920e fix: hold the run form's submit flag across a remount 2026-09-03 16:31:55 +02:00
AlexRV12 97612a150f fix: bound the run arguments persisted with the card 2026-09-03 16:31:55 +02:00
AlexRV12 3c6fcac509 fix: name test_run_script in the list of what yolo bypasses 2026-09-03 16:31:55 +02:00
AlexRV12 dc8f760805 refactor: drop the job status icon props nothing passes 2026-09-03 16:31:55 +02:00
AlexRV12 5b048f0e6d fix: confirm a test run whose schema declares no field 2026-09-03 16:31:55 +02:00
AlexRV12 74a752079c fix: key the run card's json and tab choice to the call they belong to 2026-09-03 16:31:55 +02:00
AlexRV12 d9ab7afca8 fix: move the sliding tab indicator when a tab's own label changes 2026-09-03 16:31:55 +02:00
AlexRV12 118f998948 fix: keep the sliding tab indicator from measuring the state it writes 2026-09-03 16:31:55 +02:00
AlexRV12 7fc3c63c7f feat: let the run card's tabs arrive and its selection travel 2026-09-03 16:31:55 +02:00
AlexRV12 9953bfc284 fix: paint the run status in badge ink and drop the preview chip's kind icon 2026-09-03 16:31:55 +02:00
AlexRV12 50fb9a0c9f fix: keep the run card's ui text out of the tool row's mono scope 2026-09-03 16:31:55 +02:00
AlexRV12 ff9b3064b6 fix: raise the chat scroll fade so a short block still shows one 2026-09-03 16:31:55 +02:00
AlexRV12 0edb8fabc8 fix: never mount a test run form yolo is about to answer 2026-09-03 16:31:55 +02:00
AlexRV12 150c18d609 feat: give test_run_script the same argument-form card as run_script 2026-09-03 16:31:55 +02:00
AlexRV12 49c36fef49 fix: align the run form with the rest of the chat's styling 2026-09-03 16:31:55 +02:00
AlexRV12 c802e2690a fix: land a run whose updates endpoint fails, and anchor the run form's drawers 2026-09-03 16:31:55 +02:00
AlexRV12 292210ae5c test: mock getJobUpdates, which every job wait now polls first 2026-09-03 16:31:55 +02:00
AlexRV12 4071bdb93a docs: drop a file-position reference from the job_args header 2026-09-03 16:31:55 +02:00
AlexRV12 c8d4afcc72 docs: trim the run card's comments to one rationale each, four lines 2026-09-03 16:31:55 +02:00
AlexRV12 87afd0d191 feat: rebuild the run_script card as a tool call row, with streaming 2026-09-03 16:31:55 +02:00
AlexRV12andClaude Opus 5 330dab87a9 feat: open a run_script call in the sessions preview panel
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-03 16:31:55 +02:00
AlexRV12andClaude Opus 5 2a03b4285d feat: keep a chat run in its card, from the form to logs and result
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-03 16:30:09 +02:00
AlexRV12andClaude Opus 5 4f122e72ab fix: give the run form card its kind icon, even side padding and scroll fades
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-03 16:30:09 +02:00
AlexRV12 b39d60c8c2 fix: raise the chat cards that block a turn off the chat surface 2026-09-03 16:30:09 +02:00
AlexRV12 bd4833ff40 fix: divide the run form card into header, fields and actions 2026-09-03 16:30:09 +02:00
AlexRV12 cb9d5ef856 fix: cap the run form's height and scroll its fields 2026-09-03 16:30:09 +02:00
AlexRV12 c7c473be0f fix: drop the deployed schema from a form attached after the turn stopped 2026-09-03 16:30:09 +02:00
AlexRV12 48e9383dea fix: never restore a tool card that nothing left can resolve 2026-09-03 16:30:09 +02:00
AlexRV12 af344c1a9a fix: store the background jobs with the transcript that depends on them 2026-09-03 16:30:09 +02:00
AlexRV12 f9252aad78 docs: bring the run form card's comments to the four-line limit 2026-09-03 16:30:09 +02:00
AlexRV12 fb97143861 docs: widen the job_args header to the module it now describes 2026-09-03 16:30:09 +02:00
AlexRV12 9ee48405a5 perf: drop the deployed schema from a card that stopped showing a form 2026-09-03 16:30:09 +02:00
AlexRV12 0ded5f96f2 fix: settle no card the poller will resolve after a reload 2026-09-03 16:30:09 +02:00
AlexRV12 50dc476652 refactor: share the disabled-field reset toast between the two run forms 2026-09-03 16:30:09 +02:00
AlexRV12 d8cff1bfb0 perf: name the run arguments to the model only when the user changed them 2026-09-03 16:30:09 +02:00
AlexRV12 0717870d9f fix: keep a detached job's card unsettled in a mid-turn save 2026-09-03 16:30:09 +02:00
AlexRV12 995d32f504 fix: strip a secret under a container shaped unlike its declaration 2026-09-03 16:30:09 +02:00
AlexRV12 7e118ad0e8 refactor: leave container shape mismatches to the widget that reports them 2026-09-03 16:30:09 +02:00
AlexRV12 7c05edfb1b refactor: give the run form the same limitations as every other script form 2026-09-03 16:30:09 +02:00
AlexRV12 752da04ab6 fix: drop a run-form argument that contradicts its declared scalar type, and settle a form stopped mid-load 2026-09-03 16:30:09 +02:00
AlexRV12andClaude Opus 5 bd65c9dccf fix: redact secrets under a oneOf array element, and disable a dynamic input on request
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-03 16:30:09 +02:00
AlexRV12andClaude Opus 5 9679c404c7 fix: make a pending run form read-only while plan mode is active
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-03 16:30:09 +02:00
AlexRV12andClaude Opus 5 0cab916a0e fix: merge every oneOf branch's declaration, and keep Escape off an open run form
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-03 16:30:09 +02:00
AlexRV12andClaude Opus 5 8537ff428b fix: keep free-form object args, and refuse a run form before plan mode writes
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-03 16:30:09 +02:00