github chriswritescode-dev/opencode-manager v0.16.2
OpenCode Manager v0.16.2

5 hours ago

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_async with SSE monitoring — scheduled job runs now dispatch through prompt_async and 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

Don't miss a new opencode-manager release

NewReleases is sending notifications on new releases.