v0.39.3

NousResearch/hermes-agentv0.39.3Jun 8, 2026by github-actions[bot]

AI Summary

Bug fix release addressing UI control issues including file settings validation, keyboard shortcuts, and number input validation errors.

Key Highlights

  • Fixed JS error on file settings maxSelect change
  • Ctrl+S shortcut now only applies to the top open modal
  • Fixed number validator to not ignore 0 max value
  • Normalized field settings validation error messages and tooltips

New Features

  • Improved UI control validation and behavior

Full Release Notes

> _To update the prebuilt executable you can run `./pocketbase update`._

- Fixed JS error on `file` settings `maxSelect` change ([#7731](https://github.com/pocketbase/pocketbase/issues/7731)).

- Apply the `Ctrl+S` record panel save shortcut only if it is the current top open modal.

- Fixed `number` settings validator to not ignore 0 `max` value.

- Normalized field settings validation error messages and tooltips.