v0.1.44
版本发布时间: 2024-12-10 02:04:45
Skyvern-AI/skyvern最新发布版本:v0.1.46(2024-12-17 12:21:51)
What's Changed
- Skyvern Forms UI by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1330
- Fix a navigation bug with saved tasks by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1331
- workflow run block by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1332
- forloop metadata variables by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1334
- auto prepend scheme to url by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1335
- rename GEMINI_FLUSH->GEMINI_FLASH by @nmfisher in https://github.com/Skyvern-AI/skyvern/pull/1333
- bump navigation max retry to 5 by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1336
- add workflow_run_id column to artifacts + ObserverCruise and ObserverThought by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1298
- add observer cruise id to artifacts table by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1337
- ObserverThought reproduce migration script by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1338
- Resolve prolems with saved task by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1340
- add observer_thought_id to artifacts table by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1341
- fix issues in forms page, add prompt editing by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1342
- migrate Organization data model from skyvern/forge/sdk/models.py to skyvern/forge/sdk/schemas/organizations.py by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1343
- Observer artifact creation by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1345
- Drop all the foreign keys on artifacts table except for the organization_id by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1352
- migrate to wait_for_upload_aiotasks for aiotasks cleanup by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1353
- fix missing video recording - recording is stored in the first step by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1350
- add observer cruise creation and completion by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1354
- create cruise related artifact in cruise api by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1355
- extend custom selection to date by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1357
- optimize auto completion trigger by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/1359
- Change file names to file 1,2,3.. for now by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1360
- Add export as csv in tasks and workflow runs by @wintonzheng in https://github.com/Skyvern-AI/skyvern/pull/1361
New Contributors
- @nmfisher made their first contribution in https://github.com/Skyvern-AI/skyvern/pull/1333
Full Changelog: https://github.com/Skyvern-AI/skyvern/compare/v0.1.43...v0.1.44