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
fix(onboarding): require a skill_id for terminal session statuses
clap derives Vec<String> as optional, so `sessions create` would post an
empty skill_ids and defer the error to the backend. Mirror the API's
SessionStatus.IsTerminal() rule client-side: require at least one
--skill-id for completed/failed/abandoned, still allow empty for
in_progress.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments