Skip to content

Releases: emretheus/grex

Grex v0.5.1

16 Jun 01:18
fadf9aa

Choose a tag to compare

Patch Changes

  • #35 469689a Thanks @emretheus! - Linear context source now supports per-workspace feed scope and multiple connected workspaces.

    • Each connected Linear workspace can show Assigned to me (default) or All issues, with optional team and project filters when showing all, configurable in Settings → Contexts → Linear.
    • Connect more than one Linear workspace (org); the inbox feed merges issues across every connection and labels them by workspace when more than one is connected.

Grex v0.5.0

15 Jun 22:57
8982c2b

Choose a tag to compare

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.

Grex v0.4.0

15 Jun 20:13
49d7068

Choose a tag to compare

Minor Changes

  • #25 9dc8b5f Thanks @emretheus! - Add Linear as a Context source so you can pull issues into Grex:

    • Connect Linear with a personal API key (Settings → Contexts → Linear), then browse and search your assigned issues in the context panel and append any of them to a prompt.
    • Open an issue to preview its full description, priority, team, and labels inline.
    • Start a new workspace straight from an issue — the branch is named after the issue and the composer is pre-seeded with its title and description.

Grex v0.3.0

14 Jun 22:20
c3d77c6

Choose a tag to compare

Minor Changes

  • #20 c833913 Thanks @emretheus! - Custom AI provider improvements:

    • Codex now supports custom providers — point it at any OpenAI-compatible (Responses API) endpoint in Settings, fetch its models, and pick which ones show up in the composer. The provider definition is injected per-thread (never writes ~/.codex/config.toml).
    • Pick which official Claude and Codex models appear in the composer's model picker; deselecting all of a provider hides its section.
  • #19 c52e738 Thanks @emretheus! - Promote Gemini (Gemini CLI) from experimental to a fully supported provider, and polish the workspace UI:

    • Gemini turns now render in full — assistant text, reasoning, tool cards, and plans — with plan mode, mid-turn steer, slash commands, session-title generation, and resume across restarts. Gemini also appears in Settings → Providers with a sign-in flow.
    • The "agent working" indicator is now an animated Grex "G" mark.
    • The composer's permission toggle shows an explicit "Auto" / "Plan" text label.
    • The workspaces sidebar now groups by repository by default.

Patch Changes

  • #20 c833913 Thanks @emretheus! - Improve Claude model handling:

    • The default Claude model is pinned to Opus 4.8 (1M context) so it can't silently switch to a different model when the bundled Claude CLI updates; existing sessions and settings keep the same model.
    • Terminal mode is now limited to official Claude models — custom (BYOK) Claude models run in GUI mode instead, since the terminal can't carry their custom provider settings.
  • 76a3213 Thanks @emretheus! - The macOS, Windows, and mobile app icons now use the standard ~80% inset so the dock icon no longer appears oversized next to other apps.

  • #19 c52e738 Thanks @emretheus! - The app splash / reload screen now shows the static Grex logo with a gentle pulse instead of the tile-flip mark; in-app loaders keep the existing animation.

  • #20 c833913 Thanks @emretheus! - Fix Intel (x86_64) builds shipping an arm64 grex-sidecar, which made the app fail to launch its sidecar with "Failed to start sidecar binary" / "bad CPU type in executable" on Intel Macs. The sidecar is now cross-compiled to the release target triple, and the bundle arch check covers it so the mismatch can't ship again.

Grex v0.2.0

13 Jun 15:56
cb49949

Choose a tag to compare

Minor Changes

  • #17 5375b42 Thanks @emretheus! - Queue follow-up prompts by default while an agent is working, surface an explicit Auto mode in the composer, and add an experimental Gemini provider.

    • Follow-ups now queue above the composer by default while the agent runs — line up your next tasks and Steer, Edit, or Delete each queued item. Switch back to inline steering in Settings → Follow-up behavior.
    • The composer permission toggle now shows an explicit Plan vs Auto state, so it's clear when the agent is running with full access.
    • Fixed the Contexts panel in the right sidebar so you can get back to the git inspector.
    • Added Gemini (Gemini CLI) as an experimental provider.

Patch Changes

  • #17 bbcc8c1 Thanks @emretheus! - Preview image files (PNG, SVG, JPG, GIF, WebP) inline when opened from the Changes panel instead of showing raw binary in the code editor.

Grex v0.1.0

13 Jun 18:57

Choose a tag to compare

Grex v0.1.0 Pre-release
Pre-release

Initial Release

Forked from Helmor (v0.37.0) and rebranded as Codewit — a local-first desktop IDE for coding agent orchestration.

  • Multi-agent support: Claude Code, Codex, Cursor from a single interface
  • Tauri desktop shell: Native macOS (aarch64 + x86_64) and Windows (x64) builds
  • Workspace management: Worktrees, local workspaces, and Just Chat sessions
  • Built-in terminal: Full PTY support for agent TUIs and run/setup scripts
  • Git forge integration: GitHub and GitLab PR/MR creation, CI checks, and code review
  • Slack context: Import from Slack desktop, browse threads, add to agent context
  • Smart triage: Opt-in background scanning for actionable items across platforms
  • Mobile companion: Remote browser access to desktop workspaces
  • Stacked PRs: Plan and build large changes as dependent PR chains