1.495.0 (2025-06-05)
Features
- Add ask mode to AI chat (#5878) (67ab469)
- add navigator mode to AIChat and unify UI (#5859) (cbba829)
- ai flow chat (#5842) (68ebf66)
- ai prompts improvements + o3/o4 support (#5862) (825422c)
- connect fix btn in flow editor to ai chat (#5863) (6247d15)
- fix backward compatibility pg 14 for postgres trigger (#5851) (4cbcbdb)
- ssh repl like direct to workers hosts machine (#5809) (f252657)
- use rust-postgres client instead of sqlx for postgres trigger (#5853) (39dbd64)
Bug Fixes
- broken event dispatch for simpleditor (#5879) (df4992a)
- cannot parse INSTANCE_PYTHON_VERSION (#5874) (a0b302d)
- fix regex that extract workspaces from custom tags (#5876) (1551dc8)
- nit ai flow prompt (#5867) (3e769f0)
- python: assign PATCH version to python runtime only when needed (#5866) (50a5c1f)
- remove duplicate tools from script ai chat (#5880) (fe4a767)
- replace crypto.randomUUID with generateRandomString for HTTP compatibility (#5849) (64f35d0), closes #5847