You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cli): add version check to studio/serve commands (#1131)
* feat(cli): add version check to studio/serve commands
Enforce `required_version` from `.agentv/config.yaml` before starting
Studio so the dashboard matches `agentv eval` behavior. Interactive
TTY prompts to update; non-interactive warns to stderr and continues.
Closes#1128
* docs(cli): document version check in studio/serve file header
Address review feedback: reflect the new startup-time version
enforcement in the module's header JSDoc, and reword the inline
comment to describe the multi-project limitation without referencing
an external issue number.
0 commit comments