What's Changed
Version bumped from 1.0.37 to 1.0.38
Recent Changes
- Bump version to 1.0.38 (#6371) (80541ee)
- feat: generic remote CDP browser type(SKY-10648) (#6373) (207e99b)
- feat(SKY-10415): consolidate prompt-input sanitization onto template-level boundary (#6372) (7fc8c16)
- Update changelog — May 21 through June 3, 2026 (#6370) (6270559)
- fix(SKY-9781): port prebuilt-UI Dockerfile + entrypoint from cloud (#5998) (a0fc148)
- perf(SKY-10319): add caller/timeout span attrs to animation wait (#6369) (07da906)
- Move schedule button beside save (#6368) (9a93281)
- SKY-10562 Ground Copilot block authoring in observations (#6363) (abf5e76)
- fix(SKY-10627): restore session cookies on saved browser profile reuse (#6362) (47c6e0f)
- fix(SKY-10626): cap raw HTML + screenshots in the max-retries failure summary (#6361) (13376f1)
- fix: widen browser-profile session-persist wait in credential test and save (#6360) (1be6d56)
- fix(SKY-10635): extend credential test poll timeout to 10 minutes (#6359) (ae72909)
- fix(cli): add OpenCode MCP setup with API key auth (#6100) (bc6c681)
- chore: remove forgotten ENABLE_SPEED_OPTIMIZATIONS experiment flag (#6358) (eff31f6)
- SKY-10642 Simplify Workflow Copilot LLM lanes (#6355) (7244526)
- fix: recover TOTP code from non-strict-JSON webhook bodies (#6354) (d2632bc)
- feat(SKY-10628): captcha timeout circuit breaker (#6349) (1704b3f)
- fix(SKY-8316): select filtered search dropdown options (#6348) (a32e288)
- feat(SKY-10628): improve captcha solve timing before protected submit (#6347) (aa23015)
- security: fix critical vitest vulnerability CVE-2026-47429 (CVSS 9.8) (#6329) (361ede7)
- Enable OSS workflow schedules (#6344) (60b5728)
- fix(SKY-10567): solid status pills + ghost data-table row buttons (#6343) (33e750c)
- SKY-10613 keep composition precheck out of tool steering (#6339) (57a617e)
- SKY-10590 gate click-reached composition evidence (#6338) (84fed76)
- fix(SKY-10474): make Copilot activity results product-safe (#6337) (98fba77)
- fix(SKY-10328): compose after discovered entrypoint (#6336) (f9fc042)
- SKY-10562: scout goal pages with fast MCP browser tools before authoring (#6335) (7c52d32)
- feat(tagging): add ?tags= filter to GET /workflows (SKY-10103) (#6334) (32e3feb)
- feat(SKY-10355): onboarding-state POST endpoint + workflow save/run milestone hooks (SKY-10356) (#6333) (2cad440)
- feat(SKY-6661): whimsical loading + error copy across browser streams (#6332) (fae6a2a)
- fix(SKY-10478): render block prompts in workflow version comparison (#6331) (ca160b1)
- revert: narrow autocomplete input triggers from #9417 (#6330) (e7a5356)
- fix: align integration CTA styling (#6328) (42e767e)
- fix(SKY-10591): use explicit column filter in get_scripts aggregate subquery (#6327) (62f8824)
- Standardize data tables with a consistent Linear/Apollo-style design (#6326) (486d78c)
- SKY-10576: gate copilot recognition and persistence on runtime outcome evidence, not run status (#6323) (ae42d04)
- feat(SKY-10204): add Feature Preview opt-in section to /settings (#6318) (dbaba40)
- perf(SKY-10319): check budget/max-steps before awaiting speculative task (#6313) (9224df7)
- fix(SKY-10327): skip duplicate PDF viewer auto-download to unblock LLM actions (#6314) (da9ea1a)
- Fix DB session reuse across asyncio tasks (#6312) (01f2451)
- SKY-10598: move undo/redo back to the canvas toolbar (#6310) (fd6e502)
- SKY-10589: simplify workflows UI top bar + fix Agent System Prompt rendering (#6309) (797bdce)
- SKY-10593: align Agent Copilot panel colors with app dark-mode tokens (#6308) (da57d1f)
- fix(SKY-10452): select proxy from first block URL before script SDK creates browser (#6306) (5dfda22)
- perf(SKY-10319): replace fixed upload-file sleeps with page readiness wait (#6305) (6af2e02)
- fix(SKY-10476): add waitUntil degradation to extraction scrape reload (#6304) (3a0d67a)
- fix(SKY-10408): prevent duplicate/corrupt file downloads via XHR staging (#6303) (6d78b45)
- security: ignore npm lifecycle scripts in skyvern-ts/client (#6289) (92e5eac)
- SKY-10586: modernize OSS sidebar to match cloud (#6300) (a36824b)
- SKY-5679: Add search to the credentials page (#6299) (8550cbc)
- SKY-10320: Keep local CDP debugger on live browser (#6297) (75799a0)
- SKY-10398: rename Parameters → Inputs across the frontend UI (#6296) (f97a146)
- SKY-10585: seed copilot frontier starter URL (#6292) (bdcf0d1)
- fix(copilot): keep native tools registered for authority blockers (#6291) (e12da14)
- SKY-10581: Fix live Copilot terminal rollups (#6290) (c7a7f73)
- security: update axios to 1.16.1 to fix CVE-2026-44494 and CVE-2026-44492 (#6286) (d4ebd5b)
- SKY-10574: follow the live frontier in copilot chat during a run (#6283) (ba00303)
- fix(SKY-10573): give the copilot turn-collapse control its own header lane (#6279) (b63dc28)
Full Changelog: v1.0.37...v1.0.38
What's Changed
- fix(SKY-10573): give the copilot turn-collapse control its own header lane by @andrewneilson in #6279
- SKY-10574: follow the live frontier in copilot chat during a run by @andrewneilson in #6283
- security: update axios to 1.16.1 to fix CVE-2026-44494 and CVE-2026-44492 by @AronPerez in #6286
- SKY-10581: Fix live Copilot terminal rollups by @andrewneilson in #6290
- fix(copilot): keep native tools registered for authority blockers by @andrewneilson in #6291
- SKY-10585: seed copilot frontier starter URL by @andrewneilson in #6292
- SKY-10398: rename Parameters → Inputs across the frontend UI by @suchintan in #6296
- SKY-10320: Keep local CDP debugger on live browser by @andrewneilson in #6297
- SKY-5679: Add search to the credentials page by @suchintan in #6299
- SKY-10586: modernize OSS sidebar to match cloud by @suchintan in #6300
- security: ignore npm lifecycle scripts in skyvern-ts/client by @wintonzheng in #6289
- fix(SKY-10408): prevent duplicate/corrupt file downloads via XHR staging by @LawyZheng in #6303
- fix(SKY-10476): add waitUntil degradation to extraction scrape reload by @LawyZheng in #6304
- perf(SKY-10319): replace fixed upload-file sleeps with page readiness wait by @LawyZheng in #6305
- fix(SKY-10452): select proxy from first block URL before script SDK creates browser by @wintonzheng in #6306
- SKY-10593: align Agent Copilot panel colors with app dark-mode tokens by @suchintan in #6308
- SKY-10589: simplify workflows UI top bar + fix Agent System Prompt rendering by @suchintan in #6309
- SKY-10598: move undo/redo back to the canvas toolbar by @celalzamanoglu in #6310
- Fix DB session reuse across asyncio tasks by @wintonzheng in #6312
- fix(SKY-10327): skip duplicate PDF viewer auto-download to unblock LLM actions by @LawyZheng in #6314
- perf(SKY-10319): check budget/max-steps before awaiting speculative task by @LawyZheng in #6313
- feat(SKY-10204): add Feature Preview opt-in section to /settings by @AronPerez in #6318
- SKY-10576: gate copilot recognition and persistence on runtime outcome evidence, not run status by @andrewneilson in #6323
- Standardize data tables with a consistent Linear/Apollo-style design by @suchintan in #6326
- fix(SKY-10591): use explicit column filter in get_scripts aggregate subquery by @LawyZheng in #6327
- fix: align integration CTA styling by @AronPerez in #6328
- revert: narrow autocomplete input triggers from #9417 by @LawyZheng in #6330
- fix(SKY-10478): render block prompts in workflow version comparison by @AronPerez in #6331
- feat(SKY-6661): whimsical loading + error copy across browser streams by @suchintan in #6332
- feat(SKY-10355): onboarding-state POST endpoint + workflow save/run milestone hooks (SKY-10356) by @AronPerez in #6333
- feat(tagging): add ?tags= filter to GET /workflows (SKY-10103) by @trevor-cheung in #6334
- SKY-10562: scout goal pages with fast MCP browser tools before authoring by @andrewneilson in #6335
- fix(SKY-10328): compose after discovered entrypoint by @andrewneilson in #6336
- fix(SKY-10474): make Copilot activity results product-safe by @andrewneilson in #6337
- SKY-10590 gate click-reached composition evidence by @andrewneilson in #6338
- SKY-10613 keep composition precheck out of tool steering by @andrewneilson in #6339
- fix(SKY-10567): solid status pills + ghost data-table row buttons by @suchintan in #6343
- Enable OSS workflow schedules by @suchintan in #6344
- security: fix critical vitest vulnerability CVE-2026-47429 (CVSS 9.8) by @AronPerez in #6329
- feat(SKY-10628): improve captcha solve timing before protected submit by @LawyZheng in #6347
- fix(SKY-8316): select filtered search dropdown options by @LawyZheng in #6348
- feat(SKY-10628): captcha timeout circuit breaker by @LawyZheng in #6349
- fix: recover TOTP code from non-strict-JSON webhook bodies by @wintonzheng in #6354
- SKY-10642 Simplify Workflow Copilot LLM lanes by @andrewneilson in #6355
- chore: remove forgotten ENABLE_SPEED_OPTIMIZATIONS experiment flag by @pedrohsdb in #6358
- fix(cli): add OpenCode MCP setup with API key auth by @Shiven0504 in #6100
- fix(SKY-10635): extend credential test poll timeout to 10 minutes by @celalzamanoglu in #6359
- fix: widen browser-profile session-persist wait in credential test and save by @celalzamanoglu in #6360
- fix(SKY-10626): cap raw HTML + screenshots in the max-retries failure summary by @pedrohsdb in #6361
- fix(SKY-10627): restore session cookies on saved browser profile reuse by @celalzamanoglu in #6362
- SKY-10562 Ground Copilot block authoring in observations by @andrewneilson in #6363
- Move schedule button beside save by @suchintan in #6368
- perf(SKY-10319): add caller/timeout span attrs to animation wait by @LawyZheng in #6369
- fix(SKY-9781): port prebuilt-UI Dockerfile + entrypoint from cloud by @celalzamanoglu in #5998
- Update changelog — May 21 through June 3, 2026 by @wintonzheng in #6370
- feat(SKY-10415): consolidate prompt-input sanitization onto template-level boundary by @andrewneilson in #6372
- feat: generic remote CDP browser type(SKY-10648) by @LawyZheng in #6373
- Bump version to 1.0.38 by @celalzamanoglu in #6371
New Contributors
- @Shiven0504 made their first contribution in #6100
Full Changelog: v1.0.37...v1.0.38