diff --git a/.changeset/agent-manager-answer-action.md b/.changeset/agent-manager-answer-action.md deleted file mode 100644 index 7e6a2867ae..0000000000 --- a/.changeset/agent-manager-answer-action.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Add an agent_manager answer action so orchestrating agents can resolve a managed session's pending question instead of only stopping it. Prompting a session that waits on input now fails immediately with the pending question named. diff --git a/.changeset/agent-manager-history-routing-fix.md b/.changeset/agent-manager-history-routing-fix.md deleted file mode 100644 index a015ab3147..0000000000 --- a/.changeset/agent-manager-history-routing-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Fix project-scoped Agent Manager history activation and session placement. diff --git a/.changeset/agent-manager-history-switch-queue.md b/.changeset/agent-manager-history-switch-queue.md deleted file mode 100644 index 9cfd32747a..0000000000 --- a/.changeset/agent-manager-history-switch-queue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Prevent overlapping Agent Manager history activations from leaving stale project-switch state. diff --git a/.changeset/agent-manager-project-pr-errors.md b/.changeset/agent-manager-project-pr-errors.md deleted file mode 100644 index b0c015271f..0000000000 --- a/.changeset/agent-manager-project-pr-errors.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Prevent false GitHub CLI installation errors when switching Agent Manager projects. diff --git a/.changeset/agent-manager-sessions-button.md b/.changeset/agent-manager-sessions-button.md deleted file mode 100644 index d9a870b87e..0000000000 --- a/.changeset/agent-manager-sessions-button.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Replace the per-project SESSIONS list in the Agent Manager sidebar with a per-project history button. The sessions view is now scoped to the clicked project and offers per-session actions to resume it in the project's local tabs or in a freshly created worktree. diff --git a/.changeset/agent-manager-settings-tab.md b/.changeset/agent-manager-settings-tab.md deleted file mode 100644 index 18f88712ef..0000000000 --- a/.changeset/agent-manager-settings-tab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Move Agent Manager worktree settings into the Kilo Settings editor and add project selection for multi-project workspaces. diff --git a/.changeset/agent-manager-terminal-render-performance.md b/.changeset/agent-manager-terminal-render-performance.md deleted file mode 100644 index b3cc4d10e1..0000000000 --- a/.changeset/agent-manager-terminal-render-performance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Use the DOM renderer for Agent Manager terminals to avoid WebGL context failures, while batching output and pausing hidden-terminal rendering diff --git a/.changeset/agent-manager-toolbar-consistency.md b/.changeset/agent-manager-toolbar-consistency.md deleted file mode 100644 index e19fdfe5cc..0000000000 --- a/.changeset/agent-manager-toolbar-consistency.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Even out the Agent Manager toolbar: every context button now shares one height and spacing, and the Run, terminal, and new-session split buttons use identical chevrons, so the row stays tidy no matter which optional actions are shown. diff --git a/.changeset/align-slash-command-selection.md b/.changeset/align-slash-command-selection.md deleted file mode 100644 index d8fd2c43c1..0000000000 --- a/.changeset/align-slash-command-selection.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Ensure Enter and Tab execute the slash command highlighted in the VS Code command picker. diff --git a/.changeset/answered-questions-expanded.md b/.changeset/answered-questions-expanded.md deleted file mode 100644 index 517135c877..0000000000 --- a/.changeset/answered-questions-expanded.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Keep answered questions expanded in chat history and improve their text wrapping. diff --git a/.changeset/calm-agent-manager-streams.md b/.changeset/calm-agent-manager-streams.md deleted file mode 100644 index 2d16ef00e4..0000000000 --- a/.changeset/calm-agent-manager-streams.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Reduce duplicate event processing across VS Code when multiple sessions run concurrently. diff --git a/.changeset/clear-background-task-waiting.md b/.changeset/clear-background-task-waiting.md deleted file mode 100644 index 5274ab6946..0000000000 --- a/.changeset/clear-background-task-waiting.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Clarify when to use foreground subagents and wait for required background results before the final answer. diff --git a/.changeset/copy-pr-link.md b/.changeset/copy-pr-link.md deleted file mode 100644 index 411e28f6f8..0000000000 --- a/.changeset/copy-pr-link.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Add a button to copy pull request links from the Agent Manager PR panel. diff --git a/.changeset/edit-preview-agent-manager.md b/.changeset/edit-preview-agent-manager.md deleted file mode 100644 index 65de1eab4a..0000000000 --- a/.changeset/edit-preview-agent-manager.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Open edit, write, and patch changes in the Agent Manager side panel instead of a new editor tab. Clicking a tool or file name expands the change inline, while the open-diff button shows the full change in the Agent Manager panel, or in a diff tab outside Agent Manager. Multi-file patches now open every changed file, each sized to its own diff, and the panel keeps the unified or split view you last selected. diff --git a/.changeset/enable-background-subagents.md b/.changeset/enable-background-subagents.md deleted file mode 100644 index 2492c3689d..0000000000 --- a/.changeset/enable-background-subagents.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"kilo-code": patch ---- - -Enable background subagents by default, including automatic completion notifications and foreground-to-background promotion. Running background agents now appear in a collapsible strip in the chat header, so they stay visible after the task card scrolls away and can be opened from there. diff --git a/.changeset/explicit-agent-manager-provider.md b/.changeset/explicit-agent-manager-provider.md deleted file mode 100644 index 31ed86c6ab..0000000000 --- a/.changeset/explicit-agent-manager-provider.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"kilo-code": patch ---- - -Allow Agent Manager task model overrides to specify an explicit provider when resolving model names. diff --git a/.changeset/fast-agent-manager-diffs.md b/.changeset/fast-agent-manager-diffs.md deleted file mode 100644 index 8a51a2f6c9..0000000000 --- a/.changeset/fast-agent-manager-diffs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Load Agent Manager worktree diffs faster and keep warmed reviews visible when switching worktrees. diff --git a/.changeset/faster-agent-manager-worktree-start.md b/.changeset/faster-agent-manager-worktree-start.md deleted file mode 100644 index da82044db8..0000000000 --- a/.changeset/faster-agent-manager-worktree-start.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Speed up Agent Manager worktree creation and show ready sessions immediately. diff --git a/.changeset/fix-background-promotion-edge-cases.md b/.changeset/fix-background-promotion-edge-cases.md deleted file mode 100644 index 25df1e2f7c..0000000000 --- a/.changeset/fix-background-promotion-edge-cases.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"kilo-code": patch ---- - -Prevent stale subagent cards from showing background promotion and respect the background-subagent capability when promoting running tasks. diff --git a/.changeset/fix-cli-startup-followup.md b/.changeset/fix-cli-startup-followup.md deleted file mode 100644 index 23d9ac25a0..0000000000 --- a/.changeset/fix-cli-startup-followup.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Fix CLI help disposal and shell completion after startup optimization. diff --git a/.changeset/fix-max-steps-prefill.md b/.changeset/fix-max-steps-prefill.md deleted file mode 100644 index af5f6c67a6..0000000000 --- a/.changeset/fix-max-steps-prefill.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Prevent provider errors when agents reach their step limit by sending the final summary instruction as user input instead of an assistant prefill. diff --git a/.changeset/fix-stale-agent-session-status.md b/.changeset/fix-stale-agent-session-status.md deleted file mode 100644 index d6e569b25c..0000000000 --- a/.changeset/fix-stale-agent-session-status.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Prevent completed sessions from staying stuck in the working state. diff --git a/.changeset/fix-sync-filter-lifecycle.md b/.changeset/fix-sync-filter-lifecycle.md deleted file mode 100644 index 47964a30b1..0000000000 --- a/.changeset/fix-sync-filter-lifecycle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Prevent duplicate-event tracking from suppressing delayed sync events after reconnects or high event bursts. diff --git a/.changeset/fix-windows-pty-termination.md b/.changeset/fix-windows-pty-termination.md deleted file mode 100644 index 90fbc641fe..0000000000 --- a/.changeset/fix-windows-pty-termination.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Fix PTY cleanup on Windows when POSIX process-tree inspection is unavailable. diff --git a/.changeset/fix-working-indicator-prompt-gap.md b/.changeset/fix-working-indicator-prompt-gap.md deleted file mode 100644 index f2a1977338..0000000000 --- a/.changeset/fix-working-indicator-prompt-gap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Keep the working indicator and the session actions row flush with the prompt input, so the row above the composer no longer jumps when a turn finishes. diff --git a/.changeset/individual-background-subagent-promotion.md b/.changeset/individual-background-subagent-promotion.md deleted file mode 100644 index 2f9046bba1..0000000000 --- a/.changeset/individual-background-subagent-promotion.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Allow each foreground subagent to continue in the background independently, including when several subagents run in parallel. diff --git a/.changeset/isolated-reasoning-streams.md b/.changeset/isolated-reasoning-streams.md deleted file mode 100644 index 10d21a5345..0000000000 --- a/.changeset/isolated-reasoning-streams.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Prevent duplicate reasoning and response text while subagent sessions are open. diff --git a/.changeset/jetbrains-advanced-logging.md b/.changeset/jetbrains-advanced-logging.md deleted file mode 100644 index 946e7139d2..0000000000 --- a/.changeset/jetbrains-advanced-logging.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": minor ---- - -Add an Advanced settings page with a Logging section to configure diagnostic log level and message previews, reveal the log in your file manager, and download the backend log in remote development. diff --git a/.changeset/jetbrains-agent-manager-activity-icons.md b/.changeset/jetbrains-agent-manager-activity-icons.md deleted file mode 100644 index 38244d1992..0000000000 --- a/.changeset/jetbrains-agent-manager-activity-icons.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Show compact Agent Manager activity icons for running and waiting sessions while keeping idle rows aligned with a smaller idle dot. diff --git a/.changeset/jetbrains-chat-dock-move-and-worktree-dialog.md b/.changeset/jetbrains-chat-dock-move-and-worktree-dialog.md deleted file mode 100644 index 6e59b5905f..0000000000 --- a/.changeset/jetbrains-chat-dock-move-and-worktree-dialog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Offer Move to Worktree in the chat toolbar whenever the repository has local changes, even before the chat has a session — the worktree gets your changes and starts its own session. New Worktree from the chat toolbar now opens its dialog first and only switches to Agents once you confirm, and the dialog opens narrower. diff --git a/.changeset/jetbrains-chat-popup-orientation.md b/.changeset/jetbrains-chat-popup-orientation.md deleted file mode 100644 index 3d82a8f8e1..0000000000 --- a/.changeset/jetbrains-chat-popup-orientation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Keep session header popups beside the chat by choosing the roomier left or right side and sizing them so IntelliJ does not flip them above or below. diff --git a/.changeset/jetbrains-chat-pr-badge-alignment.md b/.changeset/jetbrains-chat-pr-badge-alignment.md deleted file mode 100644 index c7638a8ce1..0000000000 --- a/.changeset/jetbrains-chat-pr-badge-alignment.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Use regular PR title text and vertically center the PR badge in the JetBrains chat tool window. diff --git a/.changeset/jetbrains-dock-idle-actions.md b/.changeset/jetbrains-dock-idle-actions.md deleted file mode 100644 index 73b2633652..0000000000 --- a/.changeset/jetbrains-dock-idle-actions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Show the chat New Worktree and Move to Worktree actions only while the session is idle, and keep the transcript pinned to the newest message when that row appears or disappears. diff --git a/.changeset/jetbrains-empty-recents-padding.md b/.changeset/jetbrains-empty-recents-padding.md deleted file mode 100644 index 5fb8497d88..0000000000 --- a/.changeset/jetbrains-empty-recents-padding.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Add standard horizontal padding to the empty chat recent sessions list. diff --git a/.changeset/jetbrains-list-description-spinner-color.md b/.changeset/jetbrains-list-description-spinner-color.md deleted file mode 100644 index 53229be14e..0000000000 --- a/.changeset/jetbrains-list-description-spinner-color.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Keep list descriptions muted while their row is selected, mute the worktree row icons to match the description text, and paint the running spinner in the neutral icon grey so it stays legible in light and dark themes. diff --git a/.changeset/jetbrains-list-refresh-selection.md b/.changeset/jetbrains-list-refresh-selection.md deleted file mode 100644 index ba5201a09e..0000000000 --- a/.changeset/jetbrains-list-refresh-selection.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Keep settings, history, and session lists on the same row and scroll position when they refresh, and select the neighbouring row after a delete. diff --git a/.changeset/jetbrains-list-selection-sync.md b/.changeset/jetbrains-list-selection-sync.md deleted file mode 100644 index bf93f30584..0000000000 --- a/.changeset/jetbrains-list-selection-sync.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Keep Agent Manager worktree selection stable when reordering worktrees and switching tabs. diff --git a/.changeset/jetbrains-log-pattern.md b/.changeset/jetbrains-log-pattern.md deleted file mode 100644 index 4131f083d3..0000000000 --- a/.changeset/jetbrains-log-pattern.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Use `kilo.log` as the active JetBrains plugin diagnostic log, rotate old logs to `kilo.log.0` and `kilo.log.1`, and delete legacy `kilo-dev.log*` files when logging starts. diff --git a/.changeset/jetbrains-permission-diff.md b/.changeset/jetbrains-permission-diff.md deleted file mode 100644 index b7ee01e707..0000000000 --- a/.changeset/jetbrains-permission-diff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": minor ---- - -Show proposed file changes in permission prompts before approval. diff --git a/.changeset/jetbrains-session-error-card-freeze.md b/.changeset/jetbrains-session-error-card-freeze.md deleted file mode 100644 index f269cf7e58..0000000000 --- a/.changeset/jetbrains-session-error-card-freeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Fix an IDE freeze when a chat session reports an error, which could hang the whole IDE while opening a worktree session editor. diff --git a/.changeset/jetbrains-session-spinner.md b/.changeset/jetbrains-session-spinner.md deleted file mode 100644 index ce8d9a6fbd..0000000000 --- a/.changeset/jetbrains-session-spinner.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Use the Kilo running spinner across session progress indicators. diff --git a/.changeset/jetbrains-slash-completion-fast-typing.md b/.changeset/jetbrains-slash-completion-fast-typing.md deleted file mode 100644 index 2ea93a591b..0000000000 --- a/.changeset/jetbrains-slash-completion-fast-typing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Keep the slash-command completion popup open while typing quickly and reopen it if it closes mid-token, so fast typing filters commands instead of dismissing the list. Refresh the popup when server commands finish loading, and return focus to the prompt after picking a model, agent, or reasoning option from a slash command. diff --git a/.changeset/jetbrains-tool-approval-footer.md b/.changeset/jetbrains-tool-approval-footer.md deleted file mode 100644 index d0c0fd6015..0000000000 --- a/.changeset/jetbrains-tool-approval-footer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Show why and how each tool call was allowed. Expanded tool cards (edits, shell commands, and every other tool) now display a shield footer such as "Auto-approved by your global config", including the matched rule or agent and an outside-workspace note. A new "Show approval reason on tool cards" toggle at the bottom of Auto-Approve settings (on by default) controls the footer. diff --git a/.changeset/jetbrains-tool-window-tabs.md b/.changeset/jetbrains-tool-window-tabs.md deleted file mode 100644 index 6f64493e90..0000000000 --- a/.changeset/jetbrains-tool-window-tabs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Show the JetBrains tool window Chat and Agents views as tabs with shorter labels. diff --git a/.changeset/jetbrains-workflows-settings.md b/.changeset/jetbrains-workflows-settings.md deleted file mode 100644 index 95416b1353..0000000000 --- a/.changeset/jetbrains-workflows-settings.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": minor ---- - -Support opening, editing, and deleting workflows from JetBrains settings. diff --git a/.changeset/jetbrains-worktree-drag-reorder.md b/.changeset/jetbrains-worktree-drag-reorder.md deleted file mode 100644 index e18ec1ec26..0000000000 --- a/.changeset/jetbrains-worktree-drag-reorder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": minor ---- - -Reorder Agent Manager worktrees by dragging them in the JetBrains plugin. diff --git a/.changeset/jetbrains-worktree-list-fixes.md b/.changeset/jetbrains-worktree-list-fixes.md deleted file mode 100644 index 83b48d0a9c..0000000000 --- a/.changeset/jetbrains-worktree-list-fixes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Show worktree session titles in regular weight, keep the account switcher hidden when a new worktree starts with a prompt, add new worktrees at the top of the Agent Manager list, keep the running indicator on worktree rows when a stopped session is resumed, mark failed and waiting sessions on their worktree row and in session lists, keep the Agents tab notification dot up until every session that needs you is resolved, and keep session card popups inside the visible session view while pointing at their card. diff --git a/.changeset/jetbrains-worktree-pr-badge-clicks.md b/.changeset/jetbrains-worktree-pr-badge-clicks.md deleted file mode 100644 index 30303e33ef..0000000000 --- a/.changeset/jetbrains-worktree-pr-badge-clicks.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Keep the PR badge in the JetBrains Agent Manager worktree list clickable and aligned with the rest of the row. diff --git a/.changeset/jetbrains-worktree-row-icons.md b/.changeset/jetbrains-worktree-row-icons.md deleted file mode 100644 index 33c484104a..0000000000 --- a/.changeset/jetbrains-worktree-row-icons.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Show branch icons on Agent Manager worktree rows again, and mark the current checkout with a local machine icon. diff --git a/.changeset/jetbrains-worktree-safety.md b/.changeset/jetbrains-worktree-safety.md deleted file mode 100644 index 40e619f1b0..0000000000 --- a/.changeset/jetbrains-worktree-safety.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Keep JetBrains Agent Manager worktrees in the main repository storage, prevent nested worktree deletion from removing child worktrees, and show a clear missing-folder error for deleted workspaces. diff --git a/.changeset/jetbrains-worktree-session-history.md b/.changeset/jetbrains-worktree-session-history.md deleted file mode 100644 index 6f33e960c9..0000000000 --- a/.changeset/jetbrains-worktree-session-history.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Scope chat session history to the worktree you have open, so a worktree no longer lists sessions from the main checkout or sibling worktrees, and show sessions started in another project frame in Agent Manager as they happen. diff --git a/.changeset/keep-reasoning-output-budget.md b/.changeset/keep-reasoning-output-budget.md deleted file mode 100644 index dc0df20cf9..0000000000 --- a/.changeset/keep-reasoning-output-budget.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Prevent encrypted reasoning state from incorrectly reducing the output token budget for long-running sessions. diff --git a/.changeset/model-selector-provider-prefix.md b/.changeset/model-selector-provider-prefix.md deleted file mode 100644 index f5f98f3961..0000000000 --- a/.changeset/model-selector-provider-prefix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Allow model selector searches to match provider prefixes in colon-separated model names. diff --git a/.changeset/onboarding-tool-permissions.md b/.changeset/onboarding-tool-permissions.md deleted file mode 100644 index 90715f0641..0000000000 --- a/.changeset/onboarding-tool-permissions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Keep Review-first onboarding permissions editable in Auto-Approve settings. diff --git a/.changeset/overlay-takes-hover.md b/.changeset/overlay-takes-hover.md deleted file mode 100644 index eca333f190..0000000000 --- a/.changeset/overlay-takes-hover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Let session overlays such as the connection banner take the pointer over from the transcript beneath them, so a covered card no longer stays hovered or keeps its popup open behind the overlay. diff --git a/.changeset/plain-worktree-headers.md b/.changeset/plain-worktree-headers.md deleted file mode 100644 index ee268b38d6..0000000000 --- a/.changeset/plain-worktree-headers.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Render Agent Manager worktree list labels in normal weight with quieter idle icons, tint monochrome row icons to the selection foreground while leaving status icons colored, and clear a deleted session's question/error status from the session list, worktree list, and tab attention dot. diff --git a/.changeset/prefer-powershell-7-on-windows.md b/.changeset/prefer-powershell-7-on-windows.md deleted file mode 100644 index 5d0f1090a7..0000000000 --- a/.changeset/prefer-powershell-7-on-windows.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"kilo-code": patch ---- - -Prefer PowerShell 7 over legacy Windows PowerShell 5.1 when running agent commands on Windows. PowerShell 7 installs are now found even when `pwsh` is missing from PATH, Agent Manager setup and run scripts launch pwsh when available, and an explicit `shell` in kilo.json still overrides detection. diff --git a/.changeset/preserve-chat-scroll-intent.md b/.changeset/preserve-chat-scroll-intent.md deleted file mode 100644 index b818554e48..0000000000 --- a/.changeset/preserve-chat-scroll-intent.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/kilo-ui": patch -"kilo-code": patch ---- - -Preserve the chat reading position when dragging the scrollbar or using extended scrolling gestures while a response streams. diff --git a/.changeset/prompt-input-minimum-gutter.md b/.changeset/prompt-input-minimum-gutter.md deleted file mode 100644 index 52d221bed3..0000000000 --- a/.changeset/prompt-input-minimum-gutter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Use a shared responsive minimum gutter for prompt inputs across the VS Code sidebar, Agent Manager, and worktree dialogs. diff --git a/.changeset/provider-usage-center.md b/.changeset/provider-usage-center.md deleted file mode 100644 index 29bde035ef..0000000000 --- a/.changeset/provider-usage-center.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@kilocode/cli": minor -"@kilocode/kilo-ui": minor -"kilo-code": minor ---- - -View current provider plan usage and quota windows in the CLI and VS Code profile. diff --git a/.changeset/quick-clis-rest.md b/.changeset/quick-clis-rest.md deleted file mode 100644 index d7b3d48509..0000000000 --- a/.changeset/quick-clis-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Improve CLI cold and warm startup time. diff --git a/.changeset/quiet-badges.md b/.changeset/quiet-badges.md deleted file mode 100644 index 0acc8443a9..0000000000 --- a/.changeset/quiet-badges.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Improve JetBrains Agent Manager session status badges, selection persistence, and PR badge theming. diff --git a/.changeset/quiet-editor-location-watchers.md b/.changeset/quiet-editor-location-watchers.md deleted file mode 100644 index ed22ebbe10..0000000000 --- a/.changeset/quiet-editor-location-watchers.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Prevent runaway memory growth in long-running editor servers by sharing project services across file, terminal, reference, agent, and session routes. diff --git a/.changeset/quiet-jetbrains-workspace-errors.md b/.changeset/quiet-jetbrains-workspace-errors.md deleted file mode 100644 index 1b8eb82df9..0000000000 --- a/.changeset/quiet-jetbrains-workspace-errors.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Avoid showing JetBrains internal error popups when Kilo workspace data fails to load, and include HTTP status and response details in diagnostics. diff --git a/.changeset/quiet-manual-interruptions.md b/.changeset/quiet-manual-interruptions.md deleted file mode 100644 index 07927ead3e..0000000000 --- a/.changeset/quiet-manual-interruptions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Stop manually aborted turns without briefly showing an interruption warning. diff --git a/.changeset/quiet-project-plugin-dependencies.md b/.changeset/quiet-project-plugin-dependencies.md deleted file mode 100644 index c1470da690..0000000000 --- a/.changeset/quiet-project-plugin-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Avoid creating project-local dependency trees when configuration directories contain no file plugins. diff --git a/.changeset/quiet-project-session-switch.md b/.changeset/quiet-project-session-switch.md deleted file mode 100644 index d830c7cc82..0000000000 --- a/.changeset/quiet-project-session-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Load the correct Agent Manager session history on the first worktree switch between projects. diff --git a/.changeset/remove-model-reset.md b/.changeset/remove-model-reset.md deleted file mode 100644 index 3646929dca..0000000000 --- a/.changeset/remove-model-reset.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Remove the model reset button from the chat and worktree prompt controls. diff --git a/.changeset/rendered-document-inspector.md b/.changeset/rendered-document-inspector.md deleted file mode 100644 index 90049a3491..0000000000 --- a/.changeset/rendered-document-inspector.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": minor ---- - -Add an Agent Manager document inspector that previews Markdown files with inline review comments that can be sent to the agent, while source files open in the VS Code editor. diff --git a/.changeset/restore-undo-attachments.md b/.changeset/restore-undo-attachments.md deleted file mode 100644 index e50268ff3f..0000000000 --- a/.changeset/restore-undo-attachments.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Restore attached images when undoing the last prompt. diff --git a/.changeset/retry-reasoning-only-responses.md b/.changeset/retry-reasoning-only-responses.md deleted file mode 100644 index 53d20e631f..0000000000 --- a/.changeset/retry-reasoning-only-responses.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Retry reasoning-only incomplete model responses within the bounded recovery budget instead of silently ending the turn. diff --git a/.changeset/review-comment-previews.md b/.changeset/review-comment-previews.md deleted file mode 100644 index 3398313fe2..0000000000 --- a/.changeset/review-comment-previews.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Show review comment text directly in the chat message instead of hiding it behind a click. Each comment is now a row with the file, line and a two-line preview, expands in place to reveal the full body and code snippet, and long lists collapse to the first few comments with a "Show more" toggle. Opening a source file from a review comment now uses a native VS Code editor tab. diff --git a/.changeset/review-followup-spacing.md b/.changeset/review-followup-spacing.md deleted file mode 100644 index 711b49b39d..0000000000 --- a/.changeset/review-followup-spacing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Add consistent spacing between review comments and their follow-up message in chat. diff --git a/.changeset/sidebar-scroll-preservation.md b/.changeset/sidebar-scroll-preservation.md deleted file mode 100644 index 26c4cb0e3d..0000000000 --- a/.changeset/sidebar-scroll-preservation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Preserve the Agent Manager sidebar scroll position when worktrees are deleted. diff --git a/.changeset/smooth-streaming-transcript.md b/.changeset/smooth-streaming-transcript.md deleted file mode 100644 index 68d740d664..0000000000 --- a/.changeset/smooth-streaming-transcript.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/kilo-ui": patch -"kilo-code": patch ---- - -Keep the session transcript glued to its bottom while a response streams, so text, tool cards, reasoning, and message actions no longer twitch as they update. diff --git a/.changeset/stable-editor-context-prompt-prefix.md b/.changeset/stable-editor-context-prompt-prefix.md deleted file mode 100644 index 322da1e6a9..0000000000 --- a/.changeset/stable-editor-context-prompt-prefix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Stop moving editor context between user messages so providers with prefix caching, including local models, can reuse the conversation across turns. diff --git a/.changeset/steady-location-keys.md b/.changeset/steady-location-keys.md deleted file mode 100644 index 1607aba1a2..0000000000 --- a/.changeset/steady-location-keys.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Keep file route location services on the same cache key as workspace-aware server routes. diff --git a/.changeset/subagent-session-tabs.md b/.changeset/subagent-session-tabs.md deleted file mode 100644 index 9c595acb4f..0000000000 --- a/.changeset/subagent-session-tabs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": minor ---- - -Open sub-agent task sessions in read-only editor tabs from JetBrains task cards. diff --git a/.changeset/terminal-replay-close-code.md b/.changeset/terminal-replay-close-code.md deleted file mode 100644 index 2be3e869de..0000000000 --- a/.changeset/terminal-replay-close-code.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Use a browser-valid close code when Agent Manager terminal replay exceeds its buffer limit diff --git a/.changeset/update-bun-1-4.md b/.changeset/update-bun-1-4.md deleted file mode 100644 index f2f71b5a70..0000000000 --- a/.changeset/update-bun-1-4.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Build the CLI with Bun 1.4 to reduce compiled binary size and build time. diff --git a/.changeset/wet-lemons-walk.md b/.changeset/wet-lemons-walk.md deleted file mode 100644 index 7ca02de735..0000000000 --- a/.changeset/wet-lemons-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Show the current branch first in Agent Manager and replace worktree activity tags with status icons. Running, question, and error activity now share one color between the row icon and the text badge, add an error state, and surface a notification dot on the Agents tab when a session needs attention. diff --git a/.changeset/worktree-move-reliability.md b/.changeset/worktree-move-reliability.md deleted file mode 100644 index 93f41a5393..0000000000 --- a/.changeset/worktree-move-reliability.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Report failures when moving a chat into a worktree instead of leaving the row stuck, clean up worktrees left by a failed move, and stop clicks in empty list space from selecting the last row. diff --git a/.changeset/worktree-progress-agent-row.md b/.changeset/worktree-progress-agent-row.md deleted file mode 100644 index 7b3e880cec..0000000000 --- a/.changeset/worktree-progress-agent-row.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/kilo-jetbrains": patch ---- - -Show worktree creation and move progress in the Agent Manager row instead of the chat dock. diff --git a/.changeset/worktree-pty-cleanup.md b/.changeset/worktree-pty-cleanup.md deleted file mode 100644 index 6801652757..0000000000 --- a/.changeset/worktree-pty-cleanup.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Prevent Agent Manager terminal processes from escaping cleanup while a worktree is deleted. diff --git a/artifacts/glm52-rise-video/package.json b/artifacts/glm52-rise-video/package.json index 6e8b5a6962..912704120a 100644 --- a/artifacts/glm52-rise-video/package.json +++ b/artifacts/glm52-rise-video/package.json @@ -21,5 +21,5 @@ "@types/react-dom": "^19.2.3", "typescript": "^5.8.2" }, - "version": "7.4.23" + "version": "7.5.0" } diff --git a/bun.lock b/bun.lock index 31cb7c0978..7f314aa99b 100644 --- a/bun.lock +++ b/bun.lock @@ -32,7 +32,7 @@ }, "packages/client": { "name": "@opencode-ai/client", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@opencode-ai/protocol": "workspace:*", "@opencode-ai/schema": "workspace:*", @@ -56,7 +56,7 @@ }, "packages/codemode": { "name": "@opencode-ai/codemode", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "acorn": "8.15.0", "effect": "catalog:", @@ -70,7 +70,7 @@ }, "packages/core": { "name": "@opencode-ai/core", - "version": "7.4.23", + "version": "7.5.0", "bin": { "opencode": "./bin/opencode", }, @@ -168,7 +168,7 @@ }, "packages/effect-drizzle-sqlite": { "name": "@opencode-ai/effect-drizzle-sqlite", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "drizzle-orm": "catalog:", "effect": "catalog:", @@ -182,7 +182,7 @@ }, "packages/effect-sqlite-node": { "name": "@opencode-ai/effect-sqlite-node", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "effect": "catalog:", }, @@ -194,7 +194,7 @@ }, "packages/http-recorder": { "name": "@opencode-ai/http-recorder", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@effect/platform-node": "4.0.0-beta.83", "@effect/platform-node-shared": "4.0.0-beta.83", @@ -215,7 +215,7 @@ }, "packages/httpapi-codegen": { "name": "@opencode-ai/httpapi-codegen", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "effect": "catalog:", "prettier": "3.6.2", @@ -228,7 +228,7 @@ }, "packages/kilo-console": { "name": "@kilocode/kilo-console", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@kilocode/kilo-indexing": "workspace:*", "@kilocode/kilo-web-ui": "workspace:*", @@ -251,7 +251,7 @@ }, "packages/kilo-docs": { "name": "@kilocode/kilo-docs", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@docsearch/css": "^4", "@docsearch/js": "^4", @@ -281,7 +281,7 @@ }, "packages/kilo-gateway": { "name": "@kilocode/kilo-gateway", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@ai-sdk/anthropic": "3.0.82", "@ai-sdk/openai": "3.0.88", @@ -315,7 +315,7 @@ }, "packages/kilo-i18n": { "name": "@kilocode/kilo-i18n", - "version": "7.4.23", + "version": "7.5.0", "devDependencies": { "@tsconfig/node22": "catalog:", "@types/bun": "catalog:", @@ -325,7 +325,7 @@ }, "packages/kilo-indexing": { "name": "@kilocode/kilo-indexing", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@aws-sdk/client-bedrock-runtime": "3.1005.0", "@aws-sdk/credential-provider-ini": "3.972.31", @@ -361,7 +361,7 @@ }, "packages/kilo-memory": { "name": "@kilocode/kilo-memory", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "effect": "catalog:", "zod": "catalog:", @@ -375,7 +375,7 @@ }, "packages/kilo-sandbox": { "name": "@kilocode/sandbox", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@anthropic-ai/sandbox-runtime": "catalog:", "effect": "catalog:", @@ -390,7 +390,7 @@ }, "packages/kilo-telemetry": { "name": "@kilocode/kilo-telemetry", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@kilocode/kilo-gateway": "workspace:*", "posthog-node": "4.4.0", @@ -404,7 +404,7 @@ }, "packages/kilo-ui": { "name": "@kilocode/kilo-ui", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@kilocode/sdk": "workspace:*", "@kobalte/core": "0.13.11", @@ -442,7 +442,7 @@ }, "packages/kilo-vscode": { "name": "kilo-code", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@anthropic-ai/sdk": "^0.39.0", "@kilocode/kilo-gateway": "workspace:*", @@ -515,7 +515,7 @@ }, "packages/kilo-web-ui": { "name": "@kilocode/kilo-web-ui", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@kilocode/kilo-ui": "workspace:*", "@kobalte/core": "catalog:", @@ -532,7 +532,7 @@ }, "packages/llm": { "name": "@opencode-ai/llm", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@opencode-ai/schema": "workspace:*", "@smithy/eventstream-codec": "4.2.14", @@ -551,7 +551,7 @@ }, "packages/opencode": { "name": "@kilocode/cli", - "version": "7.4.23", + "version": "7.5.0", "bin": { "kilo": "./bin/kilo", "kilocode": "./bin/kilo", @@ -719,7 +719,7 @@ }, "packages/plugin": { "name": "@kilocode/plugin", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@ai-sdk/provider": "3.0.8", "@kilocode/sdk": "workspace:*", @@ -748,7 +748,7 @@ }, "packages/plugin-atomic-chat": { "name": "@kilocode/plugin-atomic-chat", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@kilocode/plugin": "workspace:*", }, @@ -762,7 +762,7 @@ }, "packages/protocol": { "name": "@opencode-ai/protocol", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@opencode-ai/schema": "workspace:*", "effect": "catalog:", @@ -775,7 +775,7 @@ }, "packages/schema": { "name": "@opencode-ai/schema", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "effect": "catalog:", }, @@ -787,7 +787,7 @@ }, "packages/script": { "name": "@opencode-ai/script", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "semver": "^7.6.3", }, @@ -798,7 +798,7 @@ }, "packages/sdk-next": { "name": "@opencode-ai/sdk-next", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@opencode-ai/client": "workspace:*", "@opencode-ai/core": "workspace:*", @@ -813,7 +813,7 @@ }, "packages/sdk/js": { "name": "@kilocode/sdk", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "cross-spawn": "catalog:", }, @@ -828,7 +828,7 @@ }, "packages/server": { "name": "@opencode-ai/server", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@opencode-ai/core": "workspace:*", "@opencode-ai/protocol": "workspace:*", @@ -843,7 +843,7 @@ }, "packages/session-ui": { "name": "@opencode-ai/session-ui", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@kilocode/sdk": "workspace:*", "@kobalte/core": "catalog:", @@ -888,7 +888,7 @@ }, "packages/storybook": { "name": "@opencode-ai/storybook", - "version": "7.4.23", + "version": "7.5.0", "devDependencies": { "@opencode-ai/session-ui": "workspace:*", "@opencode-ai/ui": "workspace:*", @@ -913,7 +913,7 @@ }, "packages/tui": { "name": "@opencode-ai/tui", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@kilocode/plugin": "workspace:*", "@kilocode/sdk": "workspace:*", @@ -939,7 +939,7 @@ }, "packages/ui": { "name": "@opencode-ai/ui", - "version": "7.4.23", + "version": "7.5.0", "dependencies": { "@kilocode/sdk": "workspace:*", "@kobalte/core": "catalog:", @@ -1000,25 +1000,25 @@ }, }, "trustedDependencies": [ - "web-tree-sitter", "esbuild", - "tree-sitter-bash", "protobufjs", + "web-tree-sitter", + "tree-sitter-bash", ], "patchedDependencies": { - "virtua@0.49.1": "patches/virtua@0.49.1.patch", - "mammoth@1.12.0": "patches/mammoth@1.12.0.patch", - "@ff-labs/fff-bun@0.9.4": "patches/@ff-labs%2Ffff-bun@0.9.4.patch", - "@standard-community/standard-openapi@0.2.9": "patches/@standard-community%2Fstandard-openapi@0.2.9.patch", + "@ai-sdk/xai@3.0.102": "patches/@ai-sdk%2Fxai@3.0.102.patch", "@modelcontextprotocol/sdk@1.29.0": "patches/@modelcontextprotocol%2Fsdk@1.29.0.patch", - "@ai-sdk/google@3.0.73": "patches/@ai-sdk%2Fgoogle@3.0.73.patch", + "@ff-labs/fff-bun@0.9.4": "patches/@ff-labs%2Ffff-bun@0.9.4.patch", "pacote@21.5.1": "patches/pacote@21.5.1.patch", - "@silvia-odwyer/photon-node@0.3.4": "patches/@silvia-odwyer%2Fphoton-node@0.3.4.patch", + "@standard-community/standard-openapi@0.2.9": "patches/@standard-community%2Fstandard-openapi@0.2.9.patch", "@ai-sdk/mistral@3.0.51": "patches/@ai-sdk%2Fmistral@3.0.51.patch", "effect@4.0.0-beta.83": "patches/effect@4.0.0-beta.83.patch", + "@silvia-odwyer/photon-node@0.3.4": "patches/@silvia-odwyer%2Fphoton-node@0.3.4.patch", "solid-js@1.9.12": "patches/solid-js@1.9.12.patch", "@npmcli/agent@4.0.2": "patches/@npmcli%2Fagent@4.0.2.patch", - "@ai-sdk/xai@3.0.102": "patches/@ai-sdk%2Fxai@3.0.102.patch", + "virtua@0.49.1": "patches/virtua@0.49.1.patch", + "@ai-sdk/google@3.0.73": "patches/@ai-sdk%2Fgoogle@3.0.73.patch", + "mammoth@1.12.0": "patches/mammoth@1.12.0.patch", }, "overrides": { "@effect/platform-node-shared": "4.0.0-beta.74", diff --git a/package.json b/package.json index efddc08e6d..a6c3fe6dca 100644 --- a/package.json +++ b/package.json @@ -177,6 +177,6 @@ "@tanstack/virtual-core@3.17.3": "patches/@tanstack%2Fvirtual-core@3.17.3.patch", "solid-js@1.9.12": "patches/solid-js@1.9.12.patch" }, - "version": "7.4.23", + "version": "7.5.0", "peerDependencies": {} } diff --git a/packages/client/package.json b/packages/client/package.json index 59cc5fd1db..992c84a538 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -38,5 +38,5 @@ "@typescript/native-preview": "catalog:", "effect": "catalog:" }, - "version": "7.4.23" + "version": "7.5.0" } diff --git a/packages/codemode/package.json b/packages/codemode/package.json index fab4911e33..11f8455c54 100644 --- a/packages/codemode/package.json +++ b/packages/codemode/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@opencode-ai/codemode", - "version": "7.4.23", + "version": "7.5.0", "description": "Effect-native confined code execution over schema-described tools", "private": true, "type": "module", diff --git a/packages/core/package.json b/packages/core/package.json index 03ed5fec47..e285d92085 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "7.4.23", + "version": "7.5.0", "name": "@opencode-ai/core", "type": "module", "license": "MIT", diff --git a/packages/effect-drizzle-sqlite/package.json b/packages/effect-drizzle-sqlite/package.json index dd4d70f6a4..d4e2bf07d7 100644 --- a/packages/effect-drizzle-sqlite/package.json +++ b/packages/effect-drizzle-sqlite/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "7.4.23", + "version": "7.5.0", "name": "@opencode-ai/effect-drizzle-sqlite", "type": "module", "license": "MIT", diff --git a/packages/effect-sqlite-node/package.json b/packages/effect-sqlite-node/package.json index 88d60e11a7..60b0128c2d 100644 --- a/packages/effect-sqlite-node/package.json +++ b/packages/effect-sqlite-node/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "7.4.23", + "version": "7.5.0", "name": "@opencode-ai/effect-sqlite-node", "type": "module", "license": "MIT", diff --git a/packages/extensions/zed/extension.toml b/packages/extensions/zed/extension.toml index 881eed953b..b8cd02809d 100644 --- a/packages/extensions/zed/extension.toml +++ b/packages/extensions/zed/extension.toml @@ -1,7 +1,7 @@ id = "kilo" name = "Kilo" description = "The open source coding agent." -version = "7.4.23" +version = "7.5.0" schema_version = 1 authors = ["Anomaly"] repository = "https://github.com/Kilo-Org/kilocode" @@ -11,26 +11,26 @@ name = "Kilo" icon = "./icons/opencode.svg" [agent_servers.opencode.targets.darwin-aarch64] -archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.4.23/opencode-darwin-arm64.zip" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.5.0/opencode-darwin-arm64.zip" cmd = "./opencode" args = ["acp"] [agent_servers.opencode.targets.darwin-x86_64] -archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.4.23/opencode-darwin-x64.zip" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.5.0/opencode-darwin-x64.zip" cmd = "./opencode" args = ["acp"] [agent_servers.opencode.targets.linux-aarch64] -archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.4.23/opencode-linux-arm64.tar.gz" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.5.0/opencode-linux-arm64.tar.gz" cmd = "./opencode" args = ["acp"] [agent_servers.opencode.targets.linux-x86_64] -archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.4.23/opencode-linux-x64.tar.gz" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.5.0/opencode-linux-x64.tar.gz" cmd = "./opencode" args = ["acp"] [agent_servers.opencode.targets.windows-x86_64] -archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.4.23/opencode-windows-x64.zip" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.5.0/opencode-windows-x64.zip" cmd = "./opencode.exe" args = ["acp"] diff --git a/packages/http-recorder/package.json b/packages/http-recorder/package.json index c7d25b489c..9ab1749500 100644 --- a/packages/http-recorder/package.json +++ b/packages/http-recorder/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "7.4.23", + "version": "7.5.0", "name": "@opencode-ai/http-recorder", "description": "Record and replay Effect HTTP client traffic with deterministic cassettes", "type": "module", diff --git a/packages/httpapi-codegen/package.json b/packages/httpapi-codegen/package.json index e240e912da..ba065f2871 100644 --- a/packages/httpapi-codegen/package.json +++ b/packages/httpapi-codegen/package.json @@ -20,5 +20,5 @@ "@types/bun": "catalog:", "@typescript/native-preview": "catalog:" }, - "version": "7.4.23" + "version": "7.5.0" } diff --git a/packages/kilo-console/package.json b/packages/kilo-console/package.json index 297ac05833..76fa10396e 100755 --- a/packages/kilo-console/package.json +++ b/packages/kilo-console/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/kilo-console", - "version": "7.4.23", + "version": "7.5.0", "private": true, "type": "module", "scripts": { diff --git a/packages/kilo-docs/package.json b/packages/kilo-docs/package.json index 3a7773c627..65b182b152 100644 --- a/packages/kilo-docs/package.json +++ b/packages/kilo-docs/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/kilo-docs", - "version": "7.4.23", + "version": "7.5.0", "private": true, "scripts": { "dev": "next dev --webpack --port 3002", diff --git a/packages/kilo-gateway/package.json b/packages/kilo-gateway/package.json index ed4713cfa2..979dc8c305 100644 --- a/packages/kilo-gateway/package.json +++ b/packages/kilo-gateway/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@kilocode/kilo-gateway", - "version": "7.4.23", + "version": "7.5.0", "type": "module", "license": "MIT", "description": "Unified Kilo Gateway package for OpenCode - authentication, provider, and API integration", diff --git a/packages/kilo-i18n/package.json b/packages/kilo-i18n/package.json index 8d36de8b70..3b5f749b8d 100644 --- a/packages/kilo-i18n/package.json +++ b/packages/kilo-i18n/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@kilocode/kilo-i18n", - "version": "7.4.23", + "version": "7.5.0", "type": "module", "license": "MIT", "description": "Kilo-specific i18n translations and overrides", diff --git a/packages/kilo-indexing/package.json b/packages/kilo-indexing/package.json index 36276595be..8d73cf167b 100644 --- a/packages/kilo-indexing/package.json +++ b/packages/kilo-indexing/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@kilocode/kilo-indexing", - "version": "7.4.23", + "version": "7.5.0", "type": "module", "license": "MIT", "description": "Standalone indexing engine and host helpers for Kilo Code", diff --git a/packages/kilo-jetbrains/CHANGELOG.md b/packages/kilo-jetbrains/CHANGELOG.md index cfb492fa25..449002aee8 100644 --- a/packages/kilo-jetbrains/CHANGELOG.md +++ b/packages/kilo-jetbrains/CHANGELOG.md @@ -4,6 +4,76 @@ ### Minor Changes +- [#13239](https://github.com/Kilo-Org/kilocode/pull/13239) [`3b8b18f`](https://github.com/Kilo-Org/kilocode/commit/3b8b18ff33d2a51b620859e5bc644424ed6d5ae2) - Add an Advanced settings page with a Logging section to configure diagnostic log level and message previews, reveal the log in your file manager, and download the backend log in remote development. + +- [#13242](https://github.com/Kilo-Org/kilocode/pull/13242) [`d9b7f7c`](https://github.com/Kilo-Org/kilocode/commit/d9b7f7c6bc45693ffbbbbfcb4cd732b827e42576) - Show proposed file changes in permission prompts before approval. + +- [#13240](https://github.com/Kilo-Org/kilocode/pull/13240) [`6bd3e4b`](https://github.com/Kilo-Org/kilocode/commit/6bd3e4b2c00235467aa0698e9290989ce926bab2) - Support opening, editing, and deleting workflows from JetBrains settings. + +- [#13315](https://github.com/Kilo-Org/kilocode/pull/13315) [`59d1ec8`](https://github.com/Kilo-Org/kilocode/commit/59d1ec8a22b8fc055c988db365ec89fd3aa66c43) - Reorder Agent Manager worktrees by dragging them in the JetBrains plugin. + +- [#13255](https://github.com/Kilo-Org/kilocode/pull/13255) [`cbd4b1c`](https://github.com/Kilo-Org/kilocode/commit/cbd4b1cbf3ead7a5311bd673e8d03b18b7129392) - Open sub-agent task sessions in read-only editor tabs from JetBrains task cards. + +### Patch Changes + +- [#13315](https://github.com/Kilo-Org/kilocode/pull/13315) [`ac98f5c`](https://github.com/Kilo-Org/kilocode/commit/ac98f5c77460d9627ccc3e6b1a9bc09bfd327bb3) - Show compact Agent Manager activity icons for running and waiting sessions while keeping idle rows aligned with a smaller idle dot. + +- [#13315](https://github.com/Kilo-Org/kilocode/pull/13315) [`98928ae`](https://github.com/Kilo-Org/kilocode/commit/98928aeed0c10cfe82ca2011bc49b437008bb62c) - Offer Move to Worktree in the chat toolbar whenever the repository has local changes, even before the chat has a session — the worktree gets your changes and starts its own session. New Worktree from the chat toolbar now opens its dialog first and only switches to Agents once you confirm, and the dialog opens narrower. + +- [#13315](https://github.com/Kilo-Org/kilocode/pull/13315) [`e9f56d4`](https://github.com/Kilo-Org/kilocode/commit/e9f56d48afb1a9117f102ebfd680077012af1452) - Keep session header popups beside the chat by choosing the roomier left or right side and sizing them so IntelliJ does not flip them above or below. + +- [#13315](https://github.com/Kilo-Org/kilocode/pull/13315) [`d24cedd`](https://github.com/Kilo-Org/kilocode/commit/d24cedd170353033b7886ed27359c378f0990df5) - Use regular PR title text and vertically center the PR badge in the JetBrains chat tool window. + +- [#13315](https://github.com/Kilo-Org/kilocode/pull/13315) [`32573a0`](https://github.com/Kilo-Org/kilocode/commit/32573a0a1d94c4369ce5ee8a69b9e11c1cbf5e8d) - Show the chat New Worktree and Move to Worktree actions only while the session is idle, and keep the transcript pinned to the newest message when that row appears or disappears. + +- [#13315](https://github.com/Kilo-Org/kilocode/pull/13315) [`f73f947`](https://github.com/Kilo-Org/kilocode/commit/f73f9474ec9ee893ac58fca0b65d55009d451daf) - Add standard horizontal padding to the empty chat recent sessions list. + +- [#13315](https://github.com/Kilo-Org/kilocode/pull/13315) [`31b7297`](https://github.com/Kilo-Org/kilocode/commit/31b7297dd05264e4b665ad3d2248e11ecc9a8ae1) - Keep list descriptions muted while their row is selected, mute the worktree row icons to match the description text, and paint the running spinner in the neutral icon grey so it stays legible in light and dark themes. + +- [#13315](https://github.com/Kilo-Org/kilocode/pull/13315) [`f60e8dc`](https://github.com/Kilo-Org/kilocode/commit/f60e8dc84165fc4bbdd13a04218265fdb13da545) - Keep settings, history, and session lists on the same row and scroll position when they refresh, and select the neighbouring row after a delete. + +- [#13315](https://github.com/Kilo-Org/kilocode/pull/13315) [`07d2189`](https://github.com/Kilo-Org/kilocode/commit/07d2189d319c47e78e70ed428b96abe4fd33de18) - Keep Agent Manager worktree selection stable when reordering worktrees and switching tabs. + +- [#13239](https://github.com/Kilo-Org/kilocode/pull/13239) [`f292625`](https://github.com/Kilo-Org/kilocode/commit/f292625b6d264040e1379b606336631f1ca93e2f) - Use `kilo.log` as the active JetBrains plugin diagnostic log, rotate old logs to `kilo.log.0` and `kilo.log.1`, and delete legacy `kilo-dev.log*` files when logging starts. + +- [#13315](https://github.com/Kilo-Org/kilocode/pull/13315) [`082b38b`](https://github.com/Kilo-Org/kilocode/commit/082b38b2349aaf5b02f22dadf4bec2eff228c4c0) - Fix an IDE freeze when a chat session reports an error, which could hang the whole IDE while opening a worktree session editor. + +- [#13315](https://github.com/Kilo-Org/kilocode/pull/13315) [`34a7eb3`](https://github.com/Kilo-Org/kilocode/commit/34a7eb34a1b9ea945a613ef0df1685676dc479a6) - Use the Kilo running spinner across session progress indicators. + +- [#13287](https://github.com/Kilo-Org/kilocode/pull/13287) [`09a08fb`](https://github.com/Kilo-Org/kilocode/commit/09a08fbac6073f67abd1360be329f29cdf1218b5) - Keep the slash-command completion popup open while typing quickly and reopen it if it closes mid-token, so fast typing filters commands instead of dismissing the list. Refresh the popup when server commands finish loading, and return focus to the prompt after picking a model, agent, or reasoning option from a slash command. + +- [#13242](https://github.com/Kilo-Org/kilocode/pull/13242) [`94c01f2`](https://github.com/Kilo-Org/kilocode/commit/94c01f28565fe7b17b956250fbbf0cb3165c9afd) - Show why and how each tool call was allowed. Expanded tool cards (edits, shell commands, and every other tool) now display a shield footer such as "Auto-approved by your global config", including the matched rule or agent and an outside-workspace note. A new "Show approval reason on tool cards" toggle at the bottom of Auto-Approve settings (on by default) controls the footer. + +- [#13315](https://github.com/Kilo-Org/kilocode/pull/13315) [`2aee16b`](https://github.com/Kilo-Org/kilocode/commit/2aee16b2ebbf4d9c607840e29f83755fd444fd9f) - Show the JetBrains tool window Chat and Agents views as tabs with shorter labels. + +- [#13423](https://github.com/Kilo-Org/kilocode/pull/13423) [`047c989`](https://github.com/Kilo-Org/kilocode/commit/047c9893a209aee6d0c0df98fbdf07325c69af6b) - Show worktree session titles in regular weight, keep the account switcher hidden when a new worktree starts with a prompt, add new worktrees at the top of the Agent Manager list, keep the running indicator on worktree rows when a stopped session is resumed, mark failed and waiting sessions on their worktree row and in session lists, keep the Agents tab notification dot up until every session that needs you is resolved, and keep session card popups inside the visible session view while pointing at their card. + +- [#13423](https://github.com/Kilo-Org/kilocode/pull/13423) [`a5f62bc`](https://github.com/Kilo-Org/kilocode/commit/a5f62bc2dbfd5f857eaaab51003941c18c0a779a) - Keep the PR badge in the JetBrains Agent Manager worktree list clickable and aligned with the rest of the row. + +- [#13315](https://github.com/Kilo-Org/kilocode/pull/13315) [`34a7eb3`](https://github.com/Kilo-Org/kilocode/commit/34a7eb34a1b9ea945a613ef0df1685676dc479a6) - Show branch icons on Agent Manager worktree rows again, and mark the current checkout with a local machine icon. + +- [#13431](https://github.com/Kilo-Org/kilocode/pull/13431) [`2127b8b`](https://github.com/Kilo-Org/kilocode/commit/2127b8b4ebb379ab5734dcf989e4817423655f13) - Keep JetBrains Agent Manager worktrees in the main repository storage, prevent nested worktree deletion from removing child worktrees, and show a clear missing-folder error for deleted workspaces. + +- [#13315](https://github.com/Kilo-Org/kilocode/pull/13315) [`d4f869d`](https://github.com/Kilo-Org/kilocode/commit/d4f869d971a20e1a254e7994de4d40093609b10f) - Scope chat session history to the worktree you have open, so a worktree no longer lists sessions from the main checkout or sibling worktrees, and show sessions started in another project frame in Agent Manager as they happen. + +- [#13423](https://github.com/Kilo-Org/kilocode/pull/13423) [`80e8213`](https://github.com/Kilo-Org/kilocode/commit/80e82130cd3f40af5ae5977bec9245f5404fd4c7) - Let session overlays such as the connection banner take the pointer over from the transcript beneath them, so a covered card no longer stays hovered or keeps its popup open behind the overlay. + +- [#13423](https://github.com/Kilo-Org/kilocode/pull/13423) [`e1e0f75`](https://github.com/Kilo-Org/kilocode/commit/e1e0f7538142b9c86e09d7af6e5c803acac37db3) - Render Agent Manager worktree list labels in normal weight with quieter idle icons, tint monochrome row icons to the selection foreground while leaving status icons colored, and clear a deleted session's question/error status from the session list, worktree list, and tab attention dot. + +- [#13315](https://github.com/Kilo-Org/kilocode/pull/13315) [`0161c3a`](https://github.com/Kilo-Org/kilocode/commit/0161c3a4baf1c710e96dc60de58927f629c940c5) - Improve JetBrains Agent Manager session status badges, selection persistence, and PR badge theming. + +- [#13217](https://github.com/Kilo-Org/kilocode/pull/13217) [`254acc9`](https://github.com/Kilo-Org/kilocode/commit/254acc92a4fdf782404e7fb807a0bbea5e7b3287) - Avoid showing JetBrains internal error popups when Kilo workspace data fails to load, and include HTTP status and response details in diagnostics. + +- [#13315](https://github.com/Kilo-Org/kilocode/pull/13315) [`3e152b7`](https://github.com/Kilo-Org/kilocode/commit/3e152b75fd98ac2cf5f56ddbfa0b94b017b12e45) - Show the current branch first in Agent Manager and replace worktree activity tags with status icons. Running, question, and error activity now share one color between the row icon and the text badge, add an error state, and surface a notification dot on the Agents tab when a session needs attention. + +- [#13315](https://github.com/Kilo-Org/kilocode/pull/13315) [`d94f2bf`](https://github.com/Kilo-Org/kilocode/commit/d94f2bf1c944129054dda983ff1df3d50ddced90) - Report failures when moving a chat into a worktree instead of leaving the row stuck, clean up worktrees left by a failed move, and stop clicks in empty list space from selecting the last row. + +- [#13315](https://github.com/Kilo-Org/kilocode/pull/13315) [`ce5a71e`](https://github.com/Kilo-Org/kilocode/commit/ce5a71e5f07fb3ab50f4215278f6e2a1557ef148) - Show worktree creation and move progress in the Agent Manager row instead of the chat dock. + +## 7.5.0 + +### Minor Changes + - [#13092](https://github.com/Kilo-Org/kilocode/pull/13092) [`1500843`](https://github.com/Kilo-Org/kilocode/commit/1500843a342d66b56bc64ac26fa6f9d60e7d255f) - Show the collapsed hover preview on more transcript cards: grep, glob, other tool calls, and to-dos now open the same popup that shell and diffs use. - [#12433](https://github.com/Kilo-Org/kilocode/pull/12433) [`46eac53`](https://github.com/Kilo-Org/kilocode/commit/46eac53716dd4c5eb31e782f55f08bcf13772ad7) - Reveal rename and delete buttons on hover in JetBrains session history, rename sessions through an inline popover instead of a modal dialog, and move the selection to the neighbouring session after deleting the selected one. @@ -243,10 +313,12 @@ ## [7.1.0-rc.4] - 2026-08-25 ### Added + - Let Agent Manager tasks choose both provider and model so similarly named models across providers can be selected reliably. - Show clearer missing-folder states for deleted or moved JetBrains worktrees. ### Fixed + - Keep JetBrains Agent Manager worktrees anchored to the main repository's managed storage, preventing nested worktree data loss when the IDE is opened inside a linked worktree. - Harden JetBrains worktree cleanup by pruning stale git metadata, hiding dead managed worktrees, refusing unmanaged paths, and blocking parent removal while nested worktrees are live. - Surface failed JetBrains sessions consistently in worktree and session lists, and keep the Agents attention dot active until the problem is resolved. @@ -255,6 +327,7 @@ - Keep worktree PR badges clickable after row reuse and layout changes. ### Changed + - Improve Kilo Core startup speed for JetBrains and other clients, especially default TUI launch and short-lived commands. - Put new, imported, or moved JetBrains Agent Manager worktrees at the top of the list and keep that ordering across reloads unless manually reordered. - Make JetBrains Agent Manager rows visually quieter with regular-weight labels, subdued idle icons, and pruning of stale deleted-session status. @@ -262,6 +335,7 @@ ## [7.1.0-rc.3] - 2026-08-24 ### Added + - Add JetBrains logging settings with log reveal and backend log download actions for easier diagnostics. - Add JetBrains workflow settings so workflows can be reviewed and managed from the plugin. - Show permission-prompt diffs and approval reasons on JetBrains tool cards before acting on tool requests. @@ -269,6 +343,7 @@ - Improve JetBrains Agent Manager worktrees and chat with worktree branch/PR actions, drag-and-drop reordering, worktree progress, stable activity rows, and session-history scoping. ### Fixed + - Detect unsupported JetBrains remote workspaces and surface the problem in the session instead of failing ambiguously. - Keep slash completion open and responsive while typing quickly. - Prevent chat header popups, PR badges, row heights, row spacing, and worktree metadata from drifting out of alignment. @@ -276,6 +351,7 @@ - Improve Core reliability for JetBrains by preserving output budgets, retrying reasoning-only incomplete responses, sending max-step instructions correctly, preserving Cerebras completion limits, and clarifying background task orchestration. ### Changed + - Bump the pinned Kilo Core CLI used by JetBrains releases to 7.4.23. - Remove an unused JetBrains Compose compiler plugin dependency. diff --git a/packages/kilo-memory/package.json b/packages/kilo-memory/package.json index 1954a7e3e9..24008799a9 100644 --- a/packages/kilo-memory/package.json +++ b/packages/kilo-memory/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@kilocode/kilo-memory", - "version": "7.4.23", + "version": "7.5.0", "type": "module", "license": "MIT", "description": "Project memory storage, indexing, recall, and command helpers for Kilo Code", diff --git a/packages/kilo-sandbox/package.json b/packages/kilo-sandbox/package.json index a05e30087f..aad0a371f7 100644 --- a/packages/kilo-sandbox/package.json +++ b/packages/kilo-sandbox/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@kilocode/sandbox", - "version": "7.4.23", + "version": "7.5.0", "type": "module", "license": "MIT", "private": true, diff --git a/packages/kilo-telemetry/package.json b/packages/kilo-telemetry/package.json index 74070fc390..d367446966 100644 --- a/packages/kilo-telemetry/package.json +++ b/packages/kilo-telemetry/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@kilocode/kilo-telemetry", - "version": "7.4.23", + "version": "7.5.0", "type": "module", "license": "MIT", "description": "Telemetry for Kilo CLI - PostHog analytics integration", diff --git a/packages/kilo-ui/package.json b/packages/kilo-ui/package.json index 667243f41e..9feaa06b0c 100644 --- a/packages/kilo-ui/package.json +++ b/packages/kilo-ui/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/kilo-ui", - "version": "7.4.23", + "version": "7.5.0", "type": "module", "license": "MIT", "exports": { diff --git a/packages/kilo-vscode/CHANGELOG.md b/packages/kilo-vscode/CHANGELOG.md index 52092dab1b..def48943ed 100644 --- a/packages/kilo-vscode/CHANGELOG.md +++ b/packages/kilo-vscode/CHANGELOG.md @@ -1,5 +1,96 @@ # kilo-code +## 7.5.0 + +### Minor Changes + +- [#13372](https://github.com/Kilo-Org/kilocode/pull/13372) [`7baefdd`](https://github.com/Kilo-Org/kilocode/commit/7baefdddf3717ec88de37e455b4e6544bfd02096) - Add an agent_manager answer action so orchestrating agents can resolve a managed session's pending question instead of only stopping it. Prompting a session that waits on input now fails immediately with the pending question named. + +- [#13306](https://github.com/Kilo-Org/kilocode/pull/13306) [`abcb6cb`](https://github.com/Kilo-Org/kilocode/commit/abcb6cb5973cb54f8b71b4809c0fa8a4577cf2ca) - Open edit, write, and patch changes in the Agent Manager side panel instead of a new editor tab. Clicking a tool or file name expands the change inline, while the open-diff button shows the full change in the Agent Manager panel, or in a diff tab outside Agent Manager. Multi-file patches now open every changed file, each sized to its own diff, and the panel keeps the unified or split view you last selected. + +- [#11611](https://github.com/Kilo-Org/kilocode/pull/11611) [`486f66c`](https://github.com/Kilo-Org/kilocode/commit/486f66c022c0f240bdc68368c1e7cf5c1611c0a6) - View current provider plan usage and quota windows in the CLI and VS Code profile. + +- [#13245](https://github.com/Kilo-Org/kilocode/pull/13245) [`190b4a4`](https://github.com/Kilo-Org/kilocode/commit/190b4a4dc6ed38a71978a82c4cc2d3e0824106e7) - Add an Agent Manager document inspector that previews Markdown files with inline review comments that can be sent to the agent, while source files open in the VS Code editor. + +### Patch Changes + +- [#13421](https://github.com/Kilo-Org/kilocode/pull/13421) [`0f576d0`](https://github.com/Kilo-Org/kilocode/commit/0f576d0866b56780b22ab60701e03f2780835d49) - Fix project-scoped Agent Manager history activation and session placement. + +- [#13428](https://github.com/Kilo-Org/kilocode/pull/13428) [`e0aeb84`](https://github.com/Kilo-Org/kilocode/commit/e0aeb847135bf7b3286a342e845832af9ecefd43) - Prevent overlapping Agent Manager history activations from leaving stale project-switch state. + +- [#13448](https://github.com/Kilo-Org/kilocode/pull/13448) [`613414e`](https://github.com/Kilo-Org/kilocode/commit/613414eb706d9eebc257e55b2203ad0b6defb5f3) - Prevent false GitHub CLI installation errors when switching Agent Manager projects. + +- [#13407](https://github.com/Kilo-Org/kilocode/pull/13407) [`2f73013`](https://github.com/Kilo-Org/kilocode/commit/2f7301368f6997d6a1e897fbe4a6c6a37cf9e7da) - Replace the per-project SESSIONS list in the Agent Manager sidebar with a per-project history button. The sessions view is now scoped to the clicked project and offers per-session actions to resume it in the project's local tabs or in a freshly created worktree. + +- [#13369](https://github.com/Kilo-Org/kilocode/pull/13369) [`6b86526`](https://github.com/Kilo-Org/kilocode/commit/6b8652657a7cbe1c6bfe7aa1bef89932f1a1c502) - Move Agent Manager worktree settings into the Kilo Settings editor and add project selection for multi-project workspaces. + +- [#13406](https://github.com/Kilo-Org/kilocode/pull/13406) [`47599a3`](https://github.com/Kilo-Org/kilocode/commit/47599a304f7c051f480a4e813a5e49156f06784e) - Use the DOM renderer for Agent Manager terminals to avoid WebGL context failures, while batching output and pausing hidden-terminal rendering + +- [#13366](https://github.com/Kilo-Org/kilocode/pull/13366) [`acc1c21`](https://github.com/Kilo-Org/kilocode/commit/acc1c217bb50a77dc810f369cab5fe0dc24a3de5) - Even out the Agent Manager toolbar: every context button now shares one height and spacing, and the Run, terminal, and new-session split buttons use identical chevrons, so the row stays tidy no matter which optional actions are shown. + +- [#13188](https://github.com/Kilo-Org/kilocode/pull/13188) [`097a922`](https://github.com/Kilo-Org/kilocode/commit/097a922ec9cb9ff297e4acbe787b4e3398a188ad) Thanks [@LCZcn96](https://github.com/LCZcn96)! - Ensure Enter and Tab execute the slash command highlighted in the VS Code command picker. + +- [#13356](https://github.com/Kilo-Org/kilocode/pull/13356) [`3e2adcf`](https://github.com/Kilo-Org/kilocode/commit/3e2adcf37041aadf6bc7a6177f2c292380a86edd) - Keep answered questions expanded in chat history and improve their text wrapping. + +- [#13410](https://github.com/Kilo-Org/kilocode/pull/13410) [`d6e50cd`](https://github.com/Kilo-Org/kilocode/commit/d6e50cd1523ebc65cf65aa98a547b89d36841835) - Reduce duplicate event processing across VS Code when multiple sessions run concurrently. + +- [#13353](https://github.com/Kilo-Org/kilocode/pull/13353) [`2a9dcbe`](https://github.com/Kilo-Org/kilocode/commit/2a9dcbe8957f4c0dc5dfbd3c03afcc718da022d7) - Add a button to copy pull request links from the Agent Manager PR panel. + +- Enable background subagents by default, including automatic completion notifications and foreground-to-background promotion. Running background agents now appear in a collapsible strip in the chat header, so they stay visible after the task card scrolls away and can be opened from there. + +- [#13419](https://github.com/Kilo-Org/kilocode/pull/13419) [`78692a7`](https://github.com/Kilo-Org/kilocode/commit/78692a7f2a06d6b30e1b75385888fdb2f823a26a) - Allow Agent Manager task model overrides to specify an explicit provider when resolving model names. + +- [#13411](https://github.com/Kilo-Org/kilocode/pull/13411) [`ea74bda`](https://github.com/Kilo-Org/kilocode/commit/ea74bda3996d55ace921a80b96e3ddb65636652b) - Load Agent Manager worktree diffs faster and keep warmed reviews visible when switching worktrees. + +- [#13447](https://github.com/Kilo-Org/kilocode/pull/13447) [`ecb864e`](https://github.com/Kilo-Org/kilocode/commit/ecb864e0fa2d4297d432190249f479dac6ccc88d) - Speed up Agent Manager worktree creation and show ready sessions immediately. + +- [#13425](https://github.com/Kilo-Org/kilocode/pull/13425) [`e748515`](https://github.com/Kilo-Org/kilocode/commit/e748515a2c45b7833cc4ffd626b0df9d6f925a76) - Prevent stale subagent cards from showing background promotion and respect the background-subagent capability when promoting running tasks. + +- [#13450](https://github.com/Kilo-Org/kilocode/pull/13450) [`6a9fb70`](https://github.com/Kilo-Org/kilocode/commit/6a9fb70ab97938a6b3ee31af2271e927aeaf315b) - Prevent completed sessions from staying stuck in the working state. + +- [#13417](https://github.com/Kilo-Org/kilocode/pull/13417) [`45695e6`](https://github.com/Kilo-Org/kilocode/commit/45695e6190687a8d8cde17c09263799f7b793747) - Prevent duplicate-event tracking from suppressing delayed sync events after reconnects or high event bursts. + +- [#13316](https://github.com/Kilo-Org/kilocode/pull/13316) [`9694ff6`](https://github.com/Kilo-Org/kilocode/commit/9694ff66007c3ccf303da1a540e143548f37038d) - Keep the working indicator and the session actions row flush with the prompt input, so the row above the composer no longer jumps when a turn finishes. + +- [#13393](https://github.com/Kilo-Org/kilocode/pull/13393) [`7e633ce`](https://github.com/Kilo-Org/kilocode/commit/7e633ce277fa542b475d934e23f6c1e03d300ac0) - Allow each foreground subagent to continue in the background independently, including when several subagents run in parallel. + +- [#13430](https://github.com/Kilo-Org/kilocode/pull/13430) [`2a00175`](https://github.com/Kilo-Org/kilocode/commit/2a001759d29fb23c99aed55840a1aed42a5d6674) - Prevent duplicate reasoning and response text while subagent sessions are open. + +- [#13309](https://github.com/Kilo-Org/kilocode/pull/13309) [`fd0b639`](https://github.com/Kilo-Org/kilocode/commit/fd0b639613a2cad682f703c838580e1637015a05) - Allow model selector searches to match provider prefixes in colon-separated model names. + +- [#13453](https://github.com/Kilo-Org/kilocode/pull/13453) [`6722ea6`](https://github.com/Kilo-Org/kilocode/commit/6722ea600ef30eac7149bd49eb9b3b64dd207e75) Thanks [@WebReflection](https://github.com/WebReflection)! - Keep Review-first onboarding permissions editable in Auto-Approve settings. + +- [#13365](https://github.com/Kilo-Org/kilocode/pull/13365) [`98ea338`](https://github.com/Kilo-Org/kilocode/commit/98ea338c829e0cb2e4b155c9a248dab08ec5727f) - Prefer PowerShell 7 over legacy Windows PowerShell 5.1 when running agent commands on Windows. PowerShell 7 installs are now found even when `pwsh` is missing from PATH, Agent Manager setup and run scripts launch pwsh when available, and an explicit `shell` in kilo.json still overrides detection. + +- [#13457](https://github.com/Kilo-Org/kilocode/pull/13457) [`c880daf`](https://github.com/Kilo-Org/kilocode/commit/c880daf76447eadf67d28ed25d1de18b76777b92) - Preserve the chat reading position when dragging the scrollbar or using extended scrolling gestures while a response streams. + +- [#13310](https://github.com/Kilo-Org/kilocode/pull/13310) [`c171b12`](https://github.com/Kilo-Org/kilocode/commit/c171b12fc32246020574a533bb47c84effe7d75c) - Use a shared responsive minimum gutter for prompt inputs across the VS Code sidebar, Agent Manager, and worktree dialogs. + +- [#13376](https://github.com/Kilo-Org/kilocode/pull/13376) [`e779480`](https://github.com/Kilo-Org/kilocode/commit/e779480abc7959738203fa04c632c6608080efaa) - Stop manually aborted turns without briefly showing an interruption warning. + +- [#13304](https://github.com/Kilo-Org/kilocode/pull/13304) [`6e55714`](https://github.com/Kilo-Org/kilocode/commit/6e557140930e0cb3bb6f1e1a5b2955a75e19c975) - Load the correct Agent Manager session history on the first worktree switch between projects. + +- [#13405](https://github.com/Kilo-Org/kilocode/pull/13405) [`538b893`](https://github.com/Kilo-Org/kilocode/commit/538b893a6a16bd151fda042d6038797e84aa8818) - Remove the model reset button from the chat and worktree prompt controls. + +- [#13370](https://github.com/Kilo-Org/kilocode/pull/13370) [`062d11f`](https://github.com/Kilo-Org/kilocode/commit/062d11f996704007c0cc5b098eb8059640865ab3) - Restore attached images when undoing the last prompt. + +- [#13358](https://github.com/Kilo-Org/kilocode/pull/13358) [`8bff56d`](https://github.com/Kilo-Org/kilocode/commit/8bff56de664504b1490c5109e9a15616b6336d69) - Show review comment text directly in the chat message instead of hiding it behind a click. Each comment is now a row with the file, line and a two-line preview, expands in place to reveal the full body and code snippet, and long lists collapse to the first few comments with a "Show more" toggle. Opening a source file from a review comment now uses a native VS Code editor tab. + +- [#13458](https://github.com/Kilo-Org/kilocode/pull/13458) [`b925f25`](https://github.com/Kilo-Org/kilocode/commit/b925f25a1af3d2a624ffffc78be0aef330443f70) - Add consistent spacing between review comments and their follow-up message in chat. + +- [#13429](https://github.com/Kilo-Org/kilocode/pull/13429) [`5da8d6b`](https://github.com/Kilo-Org/kilocode/commit/5da8d6b851b70fb079bede223c771dab8c922072) - Preserve the Agent Manager sidebar scroll position when worktrees are deleted. + +- [#13408](https://github.com/Kilo-Org/kilocode/pull/13408) [`4736250`](https://github.com/Kilo-Org/kilocode/commit/4736250c4fb99f9bed91df86f94ee91a66a59dae) - Keep the session transcript glued to its bottom while a response streams, so text, tool cards, reasoning, and message actions no longer twitch as they update. + +- [#13379](https://github.com/Kilo-Org/kilocode/pull/13379) [`54bb7f3`](https://github.com/Kilo-Org/kilocode/commit/54bb7f3de063501ea123df98aee41273072f1045) - Stop moving editor context between user messages so providers with prefix caching, including local models, can reuse the conversation across turns. + +- [#13416](https://github.com/Kilo-Org/kilocode/pull/13416) [`b1f1dec`](https://github.com/Kilo-Org/kilocode/commit/b1f1dec04e2cf49f85c8745f0b480c9f53a4f3ff) - Use a browser-valid close code when Agent Manager terminal replay exceeds its buffer limit + +- [#13221](https://github.com/Kilo-Org/kilocode/pull/13221) [`8038220`](https://github.com/Kilo-Org/kilocode/commit/80382209e823289ce4f05e15aff4b50cbe019ad2) - Prevent Agent Manager terminal processes from escaping cleanup while a worktree is deleted. + +- Updated dependencies [[`c880daf`](https://github.com/Kilo-Org/kilocode/commit/c880daf76447eadf67d28ed25d1de18b76777b92), [`486f66c`](https://github.com/Kilo-Org/kilocode/commit/486f66c022c0f240bdc68368c1e7cf5c1611c0a6), [`4736250`](https://github.com/Kilo-Org/kilocode/commit/4736250c4fb99f9bed91df86f94ee91a66a59dae)]: + - @kilocode/kilo-ui@7.5.0 + ## 7.4.23 ### Minor Changes diff --git a/packages/kilo-vscode/package.json b/packages/kilo-vscode/package.json index e6f1a336c3..8ba728c462 100644 --- a/packages/kilo-vscode/package.json +++ b/packages/kilo-vscode/package.json @@ -2,7 +2,7 @@ "name": "kilo-code", "displayName": "Kilo Code: AI Coding Agent, Copilot, and Autocomplete", "description": "Open Source AI coding agent that generates code from natural language, automates tasks, and runs terminal commands. Features inline autocomplete, browser automation, automated refactoring, and custom modes for planning, coding, and debugging. Supports 500+ AI models including Claude (Anthropic), Gemini, Grok, GPT, Codex and GLM.", - "version": "7.4.23", + "version": "7.5.0", "icon": "assets/icons/logo-outline-black.png", "galleryBanner": { "color": "#FFFFFF", diff --git a/packages/kilo-vscode/tests/package.json b/packages/kilo-vscode/tests/package.json index b9e172a0ea..35d2945c19 100644 --- a/packages/kilo-vscode/tests/package.json +++ b/packages/kilo-vscode/tests/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "7.4.23", + "version": "7.5.0", "dependencies": {}, "devDependencies": {}, "peerDependencies": {} diff --git a/packages/kilo-web-ui/package.json b/packages/kilo-web-ui/package.json index 9df29e27d7..0a54c34c6e 100644 --- a/packages/kilo-web-ui/package.json +++ b/packages/kilo-web-ui/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/kilo-web-ui", - "version": "7.4.23", + "version": "7.5.0", "type": "module", "license": "MIT", "exports": { diff --git a/packages/llm/package.json b/packages/llm/package.json index dd2e356c1f..9d4a482d7c 100644 --- a/packages/llm/package.json +++ b/packages/llm/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "7.4.23", + "version": "7.5.0", "name": "@opencode-ai/llm", "type": "module", "license": "MIT", diff --git a/packages/opencode/CHANGELOG.md b/packages/opencode/CHANGELOG.md index 4d3a326f22..43c7a99d5c 100644 --- a/packages/opencode/CHANGELOG.md +++ b/packages/opencode/CHANGELOG.md @@ -1,5 +1,43 @@ # @kilocode/cli +## 7.5.0 + +### Minor Changes + +- [#11611](https://github.com/Kilo-Org/kilocode/pull/11611) [`486f66c`](https://github.com/Kilo-Org/kilocode/commit/486f66c022c0f240bdc68368c1e7cf5c1611c0a6) - View current provider plan usage and quota windows in the CLI and VS Code profile. + +### Patch Changes + +- [#13362](https://github.com/Kilo-Org/kilocode/pull/13362) [`9f7b4e4`](https://github.com/Kilo-Org/kilocode/commit/9f7b4e49815a0a4a5c534b085021997d1523a429) - Clarify when to use foreground subagents and wait for required background results before the final answer. + +- Enable background subagents by default, including automatic completion notifications and foreground-to-background promotion. Running background agents now appear in a collapsible strip in the chat header, so they stay visible after the task card scrolls away and can be opened from there. + +- [#13419](https://github.com/Kilo-Org/kilocode/pull/13419) [`78692a7`](https://github.com/Kilo-Org/kilocode/commit/78692a7f2a06d6b30e1b75385888fdb2f823a26a) - Allow Agent Manager task model overrides to specify an explicit provider when resolving model names. + +- [#13425](https://github.com/Kilo-Org/kilocode/pull/13425) [`e748515`](https://github.com/Kilo-Org/kilocode/commit/e748515a2c45b7833cc4ffd626b0df9d6f925a76) - Prevent stale subagent cards from showing background promotion and respect the background-subagent capability when promoting running tasks. + +- [#13420](https://github.com/Kilo-Org/kilocode/pull/13420) [`184ed23`](https://github.com/Kilo-Org/kilocode/commit/184ed23007d14e48d42a6f8f1d82113cb97e5b46) - Fix CLI help disposal and shell completion after startup optimization. + +- [#13301](https://github.com/Kilo-Org/kilocode/pull/13301) [`43c4491`](https://github.com/Kilo-Org/kilocode/commit/43c4491560e14c70cade9036e4064e2d671a703f) - Prevent provider errors when agents reach their step limit by sending the final summary instruction as user input instead of an assistant prefill. + +- [#13371](https://github.com/Kilo-Org/kilocode/pull/13371) [`8c1122f`](https://github.com/Kilo-Org/kilocode/commit/8c1122f3a75da5c7512d141f20ff85a930302d75) - Fix PTY cleanup on Windows when POSIX process-tree inspection is unavailable. + +- [#13349](https://github.com/Kilo-Org/kilocode/pull/13349) [`1761172`](https://github.com/Kilo-Org/kilocode/commit/17611729e29ad2aff84e7ac4d3e15c6612c66dd3) - Prevent encrypted reasoning state from incorrectly reducing the output token budget for long-running sessions. + +- [#13365](https://github.com/Kilo-Org/kilocode/pull/13365) [`98ea338`](https://github.com/Kilo-Org/kilocode/commit/98ea338c829e0cb2e4b155c9a248dab08ec5727f) - Prefer PowerShell 7 over legacy Windows PowerShell 5.1 when running agent commands on Windows. PowerShell 7 installs are now found even when `pwsh` is missing from PATH, Agent Manager setup and run scripts launch pwsh when available, and an explicit `shell` in kilo.json still overrides detection. + +- [#13412](https://github.com/Kilo-Org/kilocode/pull/13412) [`4ca951c`](https://github.com/Kilo-Org/kilocode/commit/4ca951c88508ab259ebf5f02990145524dce06d9) - Improve CLI cold and warm startup time. + +- [#13378](https://github.com/Kilo-Org/kilocode/pull/13378) [`903c027`](https://github.com/Kilo-Org/kilocode/commit/903c0279400fd68bac2ba5085a885fbabbeacd52) - Prevent runaway memory growth in long-running editor servers by sharing project services across file, terminal, reference, agent, and session routes. + +- [#13300](https://github.com/Kilo-Org/kilocode/pull/13300) [`c0cc714`](https://github.com/Kilo-Org/kilocode/commit/c0cc71489ae69f5584ef1fe30f70cb3f7b9494b3) Thanks [@mvanhorn](https://github.com/mvanhorn)! - Avoid creating project-local dependency trees when configuration directories contain no file plugins. + +- [#13373](https://github.com/Kilo-Org/kilocode/pull/13373) [`58eea73`](https://github.com/Kilo-Org/kilocode/commit/58eea7381abfb10da98102e035ac37cdcb6bc5a9) - Retry reasoning-only incomplete model responses within the bounded recovery budget instead of silently ending the turn. + +- [#13418](https://github.com/Kilo-Org/kilocode/pull/13418) [`1aeb626`](https://github.com/Kilo-Org/kilocode/commit/1aeb626047f16193b1072b8b98919e95a2be9d3d) - Keep file route location services on the same cache key as workspace-aware server routes. + +- [#13409](https://github.com/Kilo-Org/kilocode/pull/13409) [`eba00e6`](https://github.com/Kilo-Org/kilocode/commit/eba00e6affabb684380549d87cafe9c2c7877a2b) - Build the CLI with Bun 1.4 to reduce compiled binary size and build time. + ## 7.4.23 ### Minor Changes diff --git a/packages/opencode/package.json b/packages/opencode/package.json index c0071a984a..8a5b1562e2 100644 --- a/packages/opencode/package.json +++ b/packages/opencode/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "7.4.23", + "version": "7.5.0", "name": "@kilocode/cli", "type": "module", "license": "MIT", diff --git a/packages/plugin-atomic-chat/package.json b/packages/plugin-atomic-chat/package.json index 2f2bbbf759..8c84171ce5 100644 --- a/packages/plugin-atomic-chat/package.json +++ b/packages/plugin-atomic-chat/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@kilocode/plugin-atomic-chat", - "version": "7.4.23", + "version": "7.5.0", "description": "Kilo Code plugin for Atomic Chat: auto-detection and dynamic model discovery (OpenAI-compatible local API)", "type": "module", "license": "MIT", diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 2e2e5e1d0a..2d547dba05 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@kilocode/plugin", - "version": "7.4.23", + "version": "7.5.0", "type": "module", "license": "MIT", "scripts": { diff --git a/packages/protocol/package.json b/packages/protocol/package.json index 9d65864d3b..0e4829e104 100644 --- a/packages/protocol/package.json +++ b/packages/protocol/package.json @@ -19,5 +19,5 @@ "@types/bun": "catalog:", "@typescript/native-preview": "catalog:" }, - "version": "7.4.23" + "version": "7.5.0" } diff --git a/packages/schema/package.json b/packages/schema/package.json index 90481587f6..b0831209a2 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -19,5 +19,5 @@ "@types/bun": "catalog:", "@typescript/native-preview": "catalog:" }, - "version": "7.4.23" + "version": "7.5.0" } diff --git a/packages/script/package.json b/packages/script/package.json index 9aee69b3a6..7a91930dd2 100644 --- a/packages/script/package.json +++ b/packages/script/package.json @@ -12,6 +12,6 @@ "exports": { ".": "./src/index.ts" }, - "version": "7.4.23", + "version": "7.5.0", "peerDependencies": {} } diff --git a/packages/sdk-next/package.json b/packages/sdk-next/package.json index 411676544e..72255f34d8 100644 --- a/packages/sdk-next/package.json +++ b/packages/sdk-next/package.json @@ -23,5 +23,5 @@ "@types/bun": "catalog:", "@typescript/native-preview": "catalog:" }, - "version": "7.4.23" + "version": "7.5.0" } diff --git a/packages/sdk/js/package.json b/packages/sdk/js/package.json index dd504ea6f3..884e35664b 100644 --- a/packages/sdk/js/package.json +++ b/packages/sdk/js/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@kilocode/sdk", - "version": "7.4.23", + "version": "7.5.0", "type": "module", "license": "MIT", "scripts": { diff --git a/packages/sdk/js/src/v2/gen/types.gen.ts b/packages/sdk/js/src/v2/gen/types.gen.ts index d3db868432..5e42ea6a19 100644 --- a/packages/sdk/js/src/v2/gen/types.gen.ts +++ b/packages/sdk/js/src/v2/gen/types.gen.ts @@ -109,7 +109,6 @@ export type Event = | EventInteractiveTerminalData | EventInteractiveTerminalDeleted | EventSandboxStatusChanged - | EventLspClientDiagnostics | EventSuggestionShown | EventSuggestionAccepted | EventSuggestionDismissed @@ -119,6 +118,7 @@ export type Event = | EventKilocodeNotebookRequested | EventKilocodeNotebookCancelled | EventKiloSessionsRemoteStatusChanged + | EventLspClientDiagnostics | EventMemoryStatus1 | EventMemoryUpdated1 | EventMemoryError1 @@ -1167,7 +1167,6 @@ export type GlobalEvent = { | EventInteractiveTerminalData | EventInteractiveTerminalDeleted | EventSandboxStatusChanged - | EventLspClientDiagnostics | EventSuggestionShown | EventSuggestionAccepted | EventSuggestionDismissed @@ -1177,6 +1176,7 @@ export type GlobalEvent = { | EventKilocodeNotebookRequested | EventKilocodeNotebookCancelled | EventKiloSessionsRemoteStatusChanged + | EventLspClientDiagnostics | EventMemoryStatus | EventMemoryUpdated | EventMemoryError @@ -4951,15 +4951,6 @@ export type EventSandboxStatusChanged = { } } -export type EventLspClientDiagnostics = { - id: string - type: "lsp.client.diagnostics" - properties: { - serverID: string - path: string - } -} - export type EventSuggestionShown = { id: string type: "suggestion.shown" @@ -5059,6 +5050,15 @@ export type EventKiloSessionsRemoteStatusChanged = { } } +export type EventLspClientDiagnostics = { + id: string + type: "lsp.client.diagnostics" + properties: { + serverID: string + path: string + } +} + export type EventMemoryStatus = { id: string type: "memory.status" diff --git a/packages/server/package.json b/packages/server/package.json index 05a03b90ae..4dcdb91c7f 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@opencode-ai/server", - "version": "7.4.23", + "version": "7.5.0", "private": true, "type": "module", "license": "MIT", diff --git a/packages/session-ui/package.json b/packages/session-ui/package.json index 9e700347ac..e8e9fa57df 100644 --- a/packages/session-ui/package.json +++ b/packages/session-ui/package.json @@ -1,6 +1,6 @@ { "name": "@opencode-ai/session-ui", - "version": "7.4.23", + "version": "7.5.0", "private": true, "type": "module", "license": "MIT", diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 3c726f6295..635d3a7d72 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -28,7 +28,7 @@ "@opencode-ai/session-ui": "workspace:*", "react-dom": "18.2.0" }, - "version": "7.4.23", + "version": "7.5.0", "dependencies": {}, "peerDependencies": {} } diff --git a/packages/tui/package.json b/packages/tui/package.json index 3ce311fbe2..732a7df4c7 100644 --- a/packages/tui/package.json +++ b/packages/tui/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@opencode-ai/tui", - "version": "7.4.23", + "version": "7.5.0", "private": true, "type": "module", "license": "MIT", diff --git a/packages/ui/package.json b/packages/ui/package.json index 752ea70ed0..708305cbbb 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@opencode-ai/ui", - "version": "7.4.23", + "version": "7.5.0", "type": "module", "license": "MIT", "repository": { diff --git a/script/upstream/package.json b/script/upstream/package.json index 329c079a6e..8d2f3dc1c8 100644 --- a/script/upstream/package.json +++ b/script/upstream/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/upstream-merge", - "version": "7.4.23", + "version": "7.5.0", "private": true, "type": "module", "description": "Scripts for automating upstream opencode merges into Kilo",