Changelog

Fix. Ship. Improve.

We build RexIDE in RexIDE.

v2026.02.13

Latest
Feb 13, 2026
  • Automate changelog generation and show upgrade notes once (release)
  • Add Gemini CLI support across runtime and settings (agents)

v2026.02.11

Feb 11, 2026
  • Add stable per-project accent styling in task cards (tasks)

v2026.02.10

Feb 10, 2026
  • Adjust microphone button sizing for compact mode (ui)
  • Split monolithic UI into focused components (terminal ui)
  • Extract risk signal scanning to dedicated function (insights)
  • Add system-aware dark mode and improve crash diagnostics (theme)
  • Add Git worktree management support

v2026.02.04

Feb 4, 2026
  • Prevent commit context card overflow on small screens (ui)
  • Refresh after switch + default branch (pr)
  • Extract repeated file and property lookups reduce warnings during build and run
  • Simplify code and reduce duplication (topic)
  • Add responsive layout for commit context card (ui)
  • Add responsive layouts for narrow and compact views (ui)
  • Add horizontal scrollbar to diff views (ui)
  • Update prompt format and add JSON parsing (commit)

v2026.02.01

Feb 1, 2026
  • Improve commit prompt generation and session resume logic (topic)
  • Add OpenCode tool support
  • Add detached terminal windows and update application icon (topic)
  • Increase project path suggestions and add scrolling (ui)
  • Add support for detached terminal windows and update the application icon

v2026.01.26

Jan 26, 2026
  • Resolve Kotlin metadata conflict in Compose packaging (build)
  • Build jDeploy jar in workflow (ci)
  • Add validation for required GH_RELEASES_TOKEN (jdeploy)
  • Topic(editor): improve overlay interactions and styling
  • Topic(editor): enhance overlay component for improved UX
  • Add terminal startup diagnostics logging (topic)
  • Improve code readability in support log bundle (diagnostics)
  • Add startup logging and support log management (diagnostics)
  • Add file jump overlay with path grouping and fuzzy search (topic)

v2026.01.25

Jan 25, 2026
  • Implement task focus mode with selective task viewing

v2026.01.24

Jan 24, 2026
  • Bump version to v2026.01.2405
  • Sync Gradle and package.json versions
  • Add Windows taskbar icon support (ui)

v2026.01.23

Jan 23, 2026
  • Stabilize multiplatform jdeploy builds (release)
  • Add configurable agent commands and CLI detection (ui)

v2026.01.21

Jan 21, 2026
  • Update project README and documentation
  • Update Toby Pohlen's outreach status from "Email Bounced" to "Twitter DM Sent"
  • Add file tree panel with Bonsai tree visualization (editor)
  • Add line wrap toggle to editor (ui)
  • Add git change summary pills to task cards (ui)
  • Add email column with contact details and update outreach status for LinkedIn targets

v2026.01.20

Jan 20, 2026
  • Replace string-based roles with enum in AgentStatusUi
  • Enforce PostHog API key for distribution builds, hardcode analytics host, improve analytics error logging, an…

v2026.01.19

Jan 19, 2026
  • Launch agents with prompt args (tasks)
  • Drop codex no-alt-screen flag (terminal)
  • Delegate split menu to bossterm (terminal)
  • Switch to tabbed terminal and drop CPR replies
  • Refactor AI tool resolution and add agent status UI
  • Squashed 'devx-coding-standards/' changes from 0d3af40..bccca3e
  • Update website URL in README and package.json
  • Squashed 'devx-coding-standards/' content from commit 0d3af40
  • Add dedicated terminal tab with scratch session
  • Add Git subtrees configuration for devx-coding-standards
  • Implement workspace persistence and enhance terminal pane management with stable rendering and logging

v2026.01.17

Jan 17, 2026
  • Use premium png for app icon and restore install splash
  • Restore new premium app icon
  • Balance vertical padding and update to high-res 1024x1024 (icon)
  • Update splash screen with 600x400 size and 2026 copyright (installer)
  • Restructure project by deleting old build outputs, adding new UI state files, updating core Kotlin components…
  • Simplify shortcuts footer and rebrand to Rex (ui)
  • Doc: update outresach twitter search
  • Add voice input capabilities and code review features (ui)
  • Add voice input telemetry tracking (ui)
  • Add command palette and code review features (ui)
  • Add command palette, shortcuts dialog, and code review features (ui)

v2026.01.16

Jan 16, 2026
  • Add AI-powered hunk insights with collapsible explanations (topic)
  • Consolidate shortcut hints into unified component (topic)
  • Add in-app file jump overlay and embedded editor (topic)
  • Add move-task keyboard shortcut (topic)

v2026.01.12

Jan 12, 2026
  • Update jdeploy configuration and build files
  • Update project files
  • Switch to daily versioning with improved jDeploy config (release)
  • Refactor version sync and bump package.json (build)

v2026.01.09

Jan 9, 2026
  • Use official bossterm artifact names
  • Send prompts with carriage return
  • Use jediterm core/ui with pty4j
  • Update agent prompt display logic, task submission message, and regex matching
  • Simplify agent-terminal interaction by removing intermediate state and directly configuring the terminal with…
  • Streamline agent startup by resolving executable paths and simplifying terminal prompt handling
  • Ignore build output
  • Add EmbeddableTerminal composable for integrating terminal functionality into Compose Desktop applications
  • Integrate BossTerm for embedded terminal
  • Launch agent before sending prompt
  • Initial compose desktop scaffold