stack/apps
Devin AI 8c24f791c1 fix(config): add UUID validation to run_id in cancel/commit/run route schemas
Adds .uuid() to the yupString() validator for run_id in all three config
agent routes (cancel, commit, run). Without this, a non-UUID string
reaches lockConfigAgentRun's ::uuid SQL cast and causes a PostgreSQL
'invalid input syntax for type uuid' exception — surfacing as a 500
instead of a clean 400.

Co-Authored-By: mantra <mantra@stack-auth.com>
2026-06-27 01:22:49 +00:00
..
backend fix(config): add UUID validation to run_id in cancel/commit/run route schemas 2026-06-27 01:22:49 +00:00
dashboard fix: address follow-up review comments (eval error-class test, elapsed sentinel, cancel diff) 2026-06-26 18:13:17 -07:00
dev-launchpad chore: update package versions 2026-06-26 20:38:10 +00:00
e2e Refactor environment and configuration files 2026-06-26 14:11:53 -07:00
hosted-components chore: update package versions 2026-06-26 20:38:10 +00:00
internal-tool chore: update package versions 2026-06-26 20:38:10 +00:00
mcp chore: update package versions 2026-06-26 20:38:10 +00:00
mock-oauth-server chore: update package versions 2026-06-26 20:38:10 +00:00
oauth-mock-server In-source unit tests (#429) 2025-02-14 11:47:52 -08:00
skills Document init script less 2026-06-26 13:50:48 -07:00