Grex v0.5.0
Minor Changes
-
#30
0d24750Thanks @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 loginfrom Settings → Providers - Manage Kimi's third-party model providers via
~/.kimi-codeconfig and choose which models appear in the composer's picker
Patch Changes
-
#30
0d24750Thanks @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
f6967c5Thanks @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
0d24750Thanks @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.