- Automate changelog generation and show upgrade notes once (release)
- Add Gemini CLI support across runtime and settings (agents)
- Add stable per-project accent styling in task cards (tasks)
- 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
- 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)
- 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
- 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)
- Implement task focus mode with selective task viewing
- Bump version to v2026.01.2405
- Sync Gradle and package.json versions
- Add Windows taskbar icon support (ui)
- Stabilize multiplatform jdeploy builds (release)
- Add configurable agent commands and CLI detection (ui)
- 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
- Replace string-based roles with enum in AgentStatusUi
- Enforce PostHog API key for distribution builds, hardcode analytics host, improve analytics error logging, an…
- 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
- 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)
- 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)
- 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)
- 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