Skip to content

v7.4.15 (release)

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jul 09:21

7.4.15

Patch Changes

  • #12422 28d015f - Simplify project memory settings and activity visibility, replace direct editing with folder inspection, add nested memory slash-command completion and status views, improve empty-project handling, compact native tool-call summaries, and remove legacy memory audit logs.

  • #12454 2f389f9 - Show a clear warning when reloading is blocked by a running session instead of a generic "Reload failed" error, and surface the server error message for other reload failures

  • #11928 c08302b Thanks @jhapate0704! - Fix scroll position not resetting when switching between diff files in the chat and virtual diff viewer

  • #12414 badf70d - Keep Linux sandbox setup working when a writable directory contains an unreadable subdirectory (for example a folder with mode 600); unreadable subdirectories are now protected with a read-only mount instead of failing every sandboxed tool call with an access error.

  • Updated dependencies [28d015f]:

    • @kilocode/kilo-memory@7.4.14
    • @kilocode/kilo-ui@7.4.14

7.4.13

Minor Changes

  • #12271 38013f7 - Allow agents to stop and remove a targeted Agent Manager session.

  • #12401 210a6bb - Support choosing a reasoning effort per model in the Agent Manager Compare Models picker, so compared worktrees can run the same prompt at different effort levels. The selected effort is shown next to the model name in the collapsed selector.

  • #12306 c081f58 - Configure a custom file extension allowlist for codebase indexing to limit scans to relevant project files and support additional text formats.

  • #12292 6dcaeb3 - Add JetBrains Context settings for compaction and file watcher ignore patterns.

  • #12403 5819c68 - Cycle reasoning effort variants with Shift+Tab in prompt inputs. Works in the sidebar chat, Agent Manager, and the New Worktree dialog. The variant selector tooltip shows the shortcut on hover, and the behavior can be turned off with the kilo-code.new.chat.shiftTabCyclesVariant setting (also available under Settings > Display) to restore Shift+Tab focus navigation.

Patch Changes

  • #12301 d854c10 - Respect the Terminal Command Blocks display setting for background process tool cards.

  • #12304 79fe757 - Display here-document content as plain text in terminal approval prompts.

  • #11944 f857248 Thanks @mjnaderi! - Support bidirectional text in chat messages so right-to-left and mixed-language conversations render in the correct direction.

  • #12302 ad66c90 - Clarify when reverting a conversation does not restore workspace changes and link disabled snapshots to the Checkpoints setting.

  • #12279 6ce16e7 - Open the Agent Manager new-worktree dialog from primary actions and keyboard shortcuts, with an explicit quick-create action in its dropdown.

  • #12415 a695930 - Fix diff content painting through and above the sticky headers of expanded Edit, Write, and Apply Patch tool cards when scrolling large diffs.

  • #12213 55fe160 - Keep sessions usable after deprecated local review commands complete without a session status transition.

  • #12378 b402cc2 - Include image-output models in the Kilo Gateway chat model list.

  • #12401 210a6bb - Fix double scrollbars in the Agent Manager new-worktree prompt field and widen the dialog so longer prompts stay readable. The prompt box now grows with its content like the sidebar chat input, the textarea is the only element that scrolls, and manual resize of the prompt area keeps working.

  • Updated dependencies [084bcea, c081f58, ff703fb]:

    • @kilocode/kilo-gateway@7.4.12
    • @kilocode/kilo-indexing@7.5.0
    • @opencode-ai/core@7.4.12
    • @kilocode/kilo-ui@7.4.12
    • @opencode-ai/ui@7.4.12