v1.0.4

Skyvern-AI/skyvernv1.0.4Dec 9, 2025by suchintan

AI Summary

Adds hover action support and adjusts GEMINI thinking budget defaults, alongside the backend implementation of the SECRET credential type.

Key Highlights

  • Hover action support
  • GEMINI_THINKING_BUDGET default adjustment
  • Backend SECRET credential type implementation
  • Masking secrets after templating in HttpRequest Block
  • Speculative metadata support

New Features

  • Hover action support
  • GEMINI budget configuration
  • SECRET credential type (backend)
  • Secret masking improvements

Full Release Notes

## What's Changed
* Better logging by @suchintan in https://github.com/Skyvern-AI/skyvern/pull/4239
* fix: add speculative metadata support to non-router LLM handler by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/4241
* set GEMINI_THINKING_BUDGET default to 512 by @pedrohsdb in https://github.com/Skyvern-AI/skyvern/pull/4242
* fix hover action by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/4245
* change hover action icon by @LawyZheng in https://github.com/Skyvern-AI/skyvern/pull/4247
* [Backend] Add SECRET credential type for storing generic sensitive values by @marcmuon in https://github.com/Skyvern-AI/skyvern/pull/4246
* Masking secrets after templating creds in HttpRequest Block by @marcmuon in https://github.com/Skyvern-AI/skyvern/pull/4248


**Full Changelog**: https://github.com/Skyvern-AI/skyvern/compare/v1.0.3...v1.0.4