What's Changed
Bug fix
- fix(repos): parse and preserve custom-user SSH remotes — handles SSH remotes with a custom user (e.g.
user@host:owner/repo) instead of normalizing or dropping the user, so fetch/pull against such remotes keeps working. - fix(schedules): submit scheduled runs via
prompt_asyncwith SSE monitoring — scheduled job runs now dispatch throughprompt_asyncand monitor execution over the SSE stream, so they start and report reliably. - fix(session): keep cached session agent/model stable during message refetch — the cached session agent/model no longer flips while messages refetch, keeping the active-session UI consistent.
- fix(frontend): show feedback and restrict types for prompt file uploads — the prompt input now surfaces upload errors/feedback and only accepts supported file types.
Full Changelog: v0.16.1...v0.16.2