Vodorod
6b69159550
feat: Add Russian i18n translations and fix CORS + API endpoint issues
...
Run tests and pre-commit / Run tests and pre-commit hooks (push) Has been cancelled
Run tests and pre-commit / Frontend Lint and Build (push) Has been cancelled
Publish Fern Docs / run (push) Has been cancelled
Update OpenAPI Specification / update-openapi (push) Has been cancelled
- Implemented full Russian translation (ru) for 8 major pages
- Added LanguageSwitcher component with language detection
- Translated: Navigation, Settings, Workflows, Credentials, Banner, Examples
- Fixed API endpoint path: changed to use sans-api-v1 client for /v1/ endpoints
- Fixed CORS: added http://localhost:8081 to ALLOWED_ORIGINS
- Added locales infrastructure with i18next and react-i18next
- Created bilingual JSON files (en/ru) for 4 namespaces
- 220+ translation keys implemented
- Backend CORS configuration updated in .env
- Documentation: I18N implementation guides and installation docs
2026-02-21 08:29:21 +03:00
Shuchang Zheng
b56d724ed8
v1.0.19: make env vars should always overrides api keys stored in the streamlit mount in skyvern image ( #4824 )
2026-02-20 00:09:43 -08:00
Shuchang Zheng
34bb166d4d
Update API specifications with fern api update ( #4821 )
...
Co-authored-by: github-actions <github-actions@github.com >
2026-02-19 23:45:40 -08:00
Marc Kelechava
71f2b7a201
Add gated admin impersonation controls for MCP API-key auth ( #4822 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-02-19 18:56:06 -08:00
Shuchang Zheng
36e600eeb9
revert ui build and release v1.0.18 ( #4820 )
2026-02-20 00:24:41 +00:00
dependabot[bot]
151be6d9eb
Bump werkzeug from 3.1.5 to 3.1.6 in /integrations/langchain ( #4815 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com >
2026-02-20 00:02:25 +00:00
Celal Zamanoğlu
4adaf8dd53
feat: Browser profile testing & login-free workflow support — backend (#SKY-8012) ( #4818 )
...
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com >
2026-02-20 02:23:32 +03:00
Aaron Perez
f8f9d2a17f
[SKY-7980] Patch Credential TOTP Over Webhook Logic ( #4811 )
2026-02-19 15:14:44 -08:00
Marc Kelechava
f80451f37a
bump to 1.0.17 ( #4819 )
2026-02-19 14:53:57 -08:00
Marc Kelechava
13ecec6e60
Add Skyvern skill package, CLI commands, and setup commands ( #4817 )
2026-02-19 14:08:56 -08:00
Suchintan
4d80272abe
Add API endpoint to clear cached scripts for workflows ( #4809 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com >
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Shuchang Zheng <wintonzheng@users.noreply.github.com >
2026-02-19 13:50:39 -08:00
Shuchang Zheng
4dbe0f9772
v1.0.16 ( #4813 )
2026-02-19 20:42:59 +00:00
Suchintan
1a63fa797b
Fix VITE_API_BASE_URL not being used at runtime in Docker ( #4810 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2026-02-19 12:22:04 -08:00
Shuchang Zheng
704c6c8aa8
Use pooled Redis client for notification registry in cloud ( #4808 )
2026-02-19 09:02:52 -08:00
Celal Zamanoğlu
c43ec25d22
feat: show all block parameters including advanced settings in WR UI (#SKY-6813) ( #4807 )
2026-02-19 18:58:30 +03:00
Celal Zamanoğlu
e051f2ce01
Display wait action status as success in UI (#SKY-5901) ( #4806 )
2026-02-19 18:21:29 +03:00
Celal Zamanoğlu
68c4eb8069
Fix browser session timeout input being uneditable (#SKY-7855) ( #4805 )
2026-02-19 16:37:01 +03:00
LawyZheng
de44212f31
fix migration script ( #4803 )
2026-02-19 18:55:57 +08:00
Shuchang Zheng
528c381065
Update API specifications with fern api update ( #4798 )
...
Co-authored-by: github-actions <github-actions@github.com >
Co-authored-by: Suchintan <suchintan@users.noreply.github.com >
2026-02-19 05:12:22 +00:00
Suchintan
8cd99a9a79
Fix conditional evaluation using wrong value after template rendering SKY-7985 ( #4801 )
...
Co-authored-by: Suchintan Singh <suchintan@skyvern.com >
2026-02-18 23:04:18 -05:00
Suchintan
8714f15f1d
Fix MFA resolution priority: credential TOTP over webhook (#SKY-7980) ( #4800 )
...
Co-authored-by: Suchintan Singh <suchintan@skyvern.com >
2026-02-18 23:01:59 -05:00
Suchintan
0437286323
SKY-7367: Nest conditional branch blocks in timeline ( #4799 )
...
Co-authored-by: Suchintan Singh <suchintan@skyvern.com >
2026-02-18 22:48:43 -05:00
Shuchang Zheng
da175fee70
fix sync on oss side ( #4797 )
2026-02-18 15:41:33 -08:00
Marc Kelechava
bf92eea8ea
[CI] Fix auto-merge sync when checks conclude neutral ( #4790 )
2026-02-18 14:44:35 -08:00
Aaron Perez
e3b6d22fb6
[SKY-6] Backend: Enable 2FA code detection without TOTP credentials ( #4786 )
2026-02-18 14:21:58 -08:00
Marc Kelechava
b48bf707c3
add CLI parity commands for credential, block, and browser ( #4793 )
2026-02-18 11:45:07 -08:00
Marc Kelechava
0811d23651
MCP remote hosting runtime support ( #4791 )
2026-02-18 11:41:22 -08:00
Marc Kelechava
46a7ec1d26
align workflow CLI commands with MCP parity ( #4792 )
2026-02-18 11:34:12 -08:00
Marc Kelechava
2f6850ce20
fix mcp browser lifecycle leaks and orphan cleanup ( #4788 )
2026-02-18 11:15:09 -08:00
Marc Kelechava
2c5d8022d7
Add PR A CLI browser command parity with MCP ( #4789 )
2026-02-18 10:53:55 -08:00
Shuchang Zheng
94fa05b689
ship signoz metrics to signoz.o11y.skyvern.com ( #4783 )
2026-02-18 10:17:28 -08:00
Shuchang Zheng
f5cf80a1be
set opus 4.6 temperature to 1 ( #4784 )
2026-02-18 10:12:41 -08:00
LawyZheng
f6e79781c1
Add periodic cleanup cron job for temp data and stale processes ( #4781 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-18 15:10:00 +00:00
Suchintan
4db25ec04f
Improve workflow run loop/conditional timeline UX follow-up (#SKY-7367) ( #4782 )
...
Co-authored-by: Suchintan Singh <suchintan@skyvern.com >
2026-02-18 09:35:25 -05:00
Shuchang Zheng
1dff9ac921
support opus 4.6 CUA ( #4780 )
2026-02-17 22:56:36 -08:00
Shuchang Zheng
5b50590cec
get v1.0.15 version back and add support for Anthropic Claude Opus 4.6 in webbench ( #4778 )
2026-02-17 20:50:21 -08:00
Suchintan
f85af654b4
Log response body in api.raw_request for all status codes (#SKY-7987) ( #4779 )
...
Co-authored-by: Suchintan Singh <suchintan@skyvern.com >
2026-02-17 23:40:47 -05:00
Shuchang Zheng
47cf46f956
Add support for Anthropic Claude Opus 4.6 in webbench ( #4777 )
2026-02-17 20:35:44 -08:00
Shuchang Zheng
fc41285f96
v1.0.14 ( #4770 )
2026-02-18 04:30:55 +00:00
Suchintan
fd8c33e0af
fix workflow run dead state after diagnostics back nav ( #4776 )
...
Co-authored-by: Suchintan Singh <suchintan@skyvern.com >
2026-02-17 23:11:58 -05:00
Suchintan
c3856f698b
Fix collapsible nav in collapsed sidebar ( #4775 )
...
Co-authored-by: Suchintan Singh <suchintan@skyvern.com >
2026-02-17 23:10:46 -05:00
pedrohsdb
699e64089f
Fix cached script element IDs missing after page navigation ( #4774 )
2026-02-17 17:28:05 -08:00
pedrohsdb
03a1f9d5ba
Fix page-level SCROLL: preserve scroll position for T&C buttons (#SKY-7924) ( #4772 )
2026-02-17 16:57:11 -08:00
Shuchang Zheng
a71493bbad
Move npm build to Docker image build time ( #4636 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-17 20:21:03 +00:00
Marc Kelechava
7c5be8fefe
Extract shared core from MCP tools, add CLI browser commands ( #4768 )
2026-02-17 11:24:56 -08:00
Celal Zamanoğlu
aacc612365
Pass existing schema as context to data schema generation prompt (#SKY-7484) ( #4766 )
2026-02-17 21:22:56 +03:00
Celal Zamanoğlu
095ef114c4
Improve suggested prompt generation for data extractions (#SKY-7447) ( #4765 )
2026-02-17 20:05:10 +03:00
Celal Zamanoğlu
957e6203c2
Default data schema output to recommend snake_case (#SKY-7446) ( #4764 )
2026-02-17 19:54:25 +03:00
Shuchang Zheng
7491e72a09
Update API specifications with fern api update ( #4760 )
...
Co-authored-by: github-actions <github-actions@github.com >
2026-02-16 23:37:38 -08:00
Suchintan
462d6772fa
Add frontend edit credential UI (#SKY-7883) ( #4762 )
...
Co-authored-by: Suchintan Singh <suchintan@skyvern.com >
2026-02-16 23:43:25 -05:00