Skip to content

Releases: rxtech-lab/rxcode

v1.5.0

18 May 13:09
71d7c72

Choose a tag to compare

1.5.0 (2026-05-18)

Features

  • add foundation model for summarization (#21) (71d7c72)
  • add global search and briefing to the app (#20) (2336497)

v1.4.0

16 May 15:52
3b97c43

Choose a tag to compare

1.4.0 (2026-05-16)

Features

v1.3.1

16 May 15:09
4aaaae9

Choose a tag to compare

1.3.1 (2026-05-16)

Bug Fixes

v1.3.0

16 May 07:48
d4a462f

Choose a tag to compare

1.3.0 (2026-05-16)

Bug Fixes

Features

v1.2.0

14 May 15:05
c93a442

Choose a tag to compare

1.2.0 (2026-05-14)

Bug Fixes

Features

v1.1.0

14 May 11:29
4f3f391

Choose a tag to compare

1.1.0 (2026-05-14)

Bug Fixes

Features

  • add codex support (#5) (34f79a4)
  • add website (#6) (0a94903)
  • improve sidebar design (#4) (f06bfb4)
  • website: add branded favicon and OpenGraph support (#7) (5f7cd2d)
  • website: implement dynamic OG image generation (#8) (c992bc3)

v1.0.1

14 May 06:53
803552d

Choose a tag to compare

1.0.1 (2026-05-14)

Bug Fixes

v1.0.0

14 May 05:58
534f674

Choose a tag to compare

1.0.0 (2026-05-14)

Bug Fixes

  • app: open all URLs in system browser instead of showing macOS link popup (40adc31), closes #2
  • chat: correct focus mode filtering and code block multiline rendering (f08770b)
  • chat: fix blockquote grouping and render as continuous Rectangle bar (bae529e)
  • chat: fix Edit diff button always showing no changes; add expand/collapse for long diffs (30501c1)
  • chatkit: align message queue preview above shortcut bar (ca9907e)
  • chatkit: polish auto-preview attachment UX (80e4c88), closes #4
  • chatkit: right-align queue preview capsule within max-width frame (7ff3be3)
  • chat: reconcile in-memory messages from CLI jsonl on result (4d52b26)
  • chat: render blockquote as continuous vertical bar (5e64fb8)
  • chat: resolve text selection race in message bubbles (808dd6a)
  • chat: show error bubble when stream ends with no visible response (e7b2411)
  • chat: simplify inline diff toggle label to "Show more" / "Show less" (d846501)
  • chat: strip "No response requested." marker from chat UI (9580cd3)
  • cli: inject resolved shell PATH into spawned subprocess (f0c9f06), closes #8
  • fix message queue capsule sizing and alignment (6a0f2e2)
  • fix message queue X button and add ESC to cancel queued messages one by one (0183b15)
  • input: convert long pasted text to attachment via context menu and Edit menu (f9a98a8)
  • input: fix Shift+Enter during Hangul IME and soft-wrap height growth (184c35c)
  • input: host NSTextView directly to fix Korean IME final-syllable loss (ef2ebce)
  • input: retry paste detection for context-menu paste and stale clipboard (512b616)
  • inspector: focus terminal/memo input when switching tabs (e9d6a87)
  • inspector: 메모 패널 클릭 포커스 및 inspector 표시 시 포커스 복원 (5f783c3)
  • markdown: fix ordered list number alignment and inline code theme cache (3b3037f)
  • markdown: fix table row alignment and clipping (4eedca4)
  • markdown: preserve bold/italic when applying base font size (12e9003)
  • markdown: relax table separator detection and fix divider color (2a04209)
  • memo: reset typing attributes when memo editor is emptied (c8389da)
  • notifications: navigate current window instead of spawning new one (804abc2)
  • permissions: scope per-tool/per-command instead of session-wide (34a2fc2)
  • process queued messages when returning to a session (c12e050)
  • projects: prevent duplicate projects from being added by path (c5ad567)
  • Relax transient message grouping to reduce bubble fragmentation (0b9c440)
  • remove hover copy button from user message bubbles (8a0089f)
  • remove scheme language lock and simplify slash query detection (04dd9a3)
  • Resolve Swift 6 concurrency warnings across the codebase (c236579)
  • Restore terminal colors by preserving TERM env var (f5ace8a)
  • sessions: add userType/entrypoint/gitBranch to migrated jsonl lines (b943df6)
  • sessions: default CLI session sync to off for upgrading users (f438e47)
  • sessions: hide more CLI envelope tags from user message bubbles (082fdb0)
  • sessions: replace sync indicator with read-only banner for legacy sessions (7831d6f)
  • sessions: switch DirectoryWatcher to FSEventStream for in-place jsonl appends (0b706bb)
  • sessions: use jsonl last timestamp instead of file mtime for updatedAt (9195435)
  • settings: clarify image paste behavior in auto-preview description text (234a852)
  • Several UI and message rendering bug fixes (3f425fb)
  • Show Korean translations for slash command descriptions (8efc1ad)
  • sparkle: switch to manual Info.plist to inject SUFeedURL (5cc7cb2)
  • stream: preserve cancel UX and prevent Hangul IME leak (b2f3d17)
  • ui: reduce toolbar chip label font size from 13 to 12 (fa76f84)
  • 세션 모델이 StatusLine에 즉시 반영되도록 수정 (c057ea6)
  • 이미지 붙여넣기 포맷 감지 누락 수정 (b4613b5)
  • 이미지 파일 URL 있을 때 이미지 데이터 무시하는 붙여넣기/드롭 버그 수정 (e040ba4)

Features

  • add Amber (Yellow) theme and minor UI tweaks (782d6d1)
  • add effort level picker alongside model selector (8804b78)
  • add English localization for toolbar controls, permission modes, and user manual (f463e11)
  • add hidden files toggle and horizontal scroll to file tree (4da4f59)
  • add permission mode selector and Korean UI translations (e53d14f)
  • Add project rename/delete and harden permission server (1e58b56)
  • add reset button to inspector terminal and memo tabs (a78f196)
  • Add sidebar keyboard shortcuts and fix terminal UTF-8 locale (c952247)
  • add total response time to status line (ad3b944)
  • app: add autoPreviewSettings to...
Read more