Skip to content

Grex v0.5.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 22:57
8982c2b

Minor Changes

  • #30 0d24750 Thanks @emretheus! - Add Kimi Code as a new agent provider.

    • Run Kimi models over the Agent Client Protocol with streaming responses, tool calls, file diffs, plans, permission prompts, and slash commands
    • Sign in with kimi login from Settings → Providers
    • Manage Kimi's third-party model providers via ~/.kimi-code config and choose which models appear in the composer's picker

Patch Changes

  • #30 0d24750 Thanks @emretheus! - Fix Cursor responses briefly rendering their text twice while a turn is still streaming; the duplicate text now collapses to a single copy as it streams.

  • #29 f6967c5 Thanks @emretheus! - Fix agent questions getting permanently stuck on "Awaiting answer" with no way to respond.

    • Rebuild the interactive answer panel from the persisted thread after a window reload or re-attach, so a parked question stays answerable instead of leaving only a read-only "Awaiting answer" card.
    • Surface an error and re-show the question when an answer can't reach the agent (e.g. the app was restarted and the turn is gone), instead of silently dropping it.
  • #30 0d24750 Thanks @emretheus! - OpenCode now shows "Ready" only after an actual sign-in, so the Login action stays available when only environment variables or custom providers are configured.