diff --git a/.changeset/avoid-repeat-compactions.md b/.changeset/avoid-repeat-compactions.md deleted file mode 100644 index 11bb0a33c0..0000000000 --- a/.changeset/avoid-repeat-compactions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Prevent unnecessary repeat auto-compactions when providers report inconsistent token totals. diff --git a/.changeset/brave-subagents-think.md b/.changeset/brave-subagents-think.md deleted file mode 100644 index 5d7953c99f..0000000000 --- a/.changeset/brave-subagents-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Preserve the calling model's reasoning effort when task subagents inherit that model. diff --git a/.changeset/calm-agents-keep-worktrees.md b/.changeset/calm-agents-keep-worktrees.md deleted file mode 100644 index 44f66ddbb1..0000000000 --- a/.changeset/calm-agents-keep-worktrees.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Preserve existing Agent Manager worktrees and use deterministic suffixes when explicit branch names collide. diff --git a/.changeset/calm-shells-timeout.md b/.changeset/calm-shells-timeout.md deleted file mode 100644 index 9c2e411c36..0000000000 --- a/.changeset/calm-shells-timeout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Allow hosted runtimes to cap shell command duration and explain environment-enforced timeouts. diff --git a/.changeset/clear-empty-models.md b/.changeset/clear-empty-models.md deleted file mode 100644 index 80956ed835..0000000000 --- a/.changeset/clear-empty-models.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Indicate when no models are available in model-not-found errors. diff --git a/.changeset/clear-kilo-commands.md b/.changeset/clear-kilo-commands.md deleted file mode 100644 index 3d5fcc0b55..0000000000 --- a/.changeset/clear-kilo-commands.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Group Kilo Code commands in the VS Code command palette and clarify the Open in Tab command title. diff --git a/.changeset/default-lancedb-search.md b/.changeset/default-lancedb-search.md deleted file mode 100644 index ef8a8153d8..0000000000 --- a/.changeset/default-lancedb-search.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@kilocode/cli": minor -"@kilocode/kilo-indexing": minor -"kilo-code": minor ---- - -Use embedded LanceDB as the default semantic search vector store so indexing works without a separate Qdrant server. Existing Qdrant users and Intel Mac users can select `qdrant` with `indexing.vectorStore`. diff --git a/.changeset/dismiss-stale-permissions.md b/.changeset/dismiss-stale-permissions.md deleted file mode 100644 index 0c031b224b..0000000000 --- a/.changeset/dismiss-stale-permissions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Dismiss stale permission prompts when another view has already answered them. diff --git a/.changeset/fast-agent-snapshots.md b/.changeset/fast-agent-snapshots.md deleted file mode 100644 index 039e35176a..0000000000 --- a/.changeset/fast-agent-snapshots.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Speed up the first Agent Manager prompt in new worktrees by seeding snapshots from the checkout's Git index. diff --git a/.changeset/fast-agent-transcripts.md b/.changeset/fast-agent-transcripts.md deleted file mode 100644 index 47915f465a..0000000000 --- a/.changeset/fast-agent-transcripts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Keep large chat transcripts responsive by mounting only viewport-visible conversation rows. diff --git a/.changeset/fast-inline-diffs.md b/.changeset/fast-inline-diffs.md deleted file mode 100644 index db2bb36470..0000000000 --- a/.changeset/fast-inline-diffs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Load large Agent Manager change reviews faster without deferring file previews. diff --git a/.changeset/fast-session-forks.md b/.changeset/fast-session-forks.md deleted file mode 100644 index c42452d0fe..0000000000 --- a/.changeset/fast-session-forks.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@kilocode/cli": patch -"@kilocode/kilo-ui": patch -"kilo-code": patch ---- - -Speed up large session forks by retaining final task outcomes instead of duplicating resumable subagent histories, and load completed task details only when expanded. diff --git a/.changeset/feat-cli-port-discovery-warning.md b/.changeset/feat-cli-port-discovery-warning.md deleted file mode 100644 index 2cd4bbb151..0000000000 --- a/.changeset/feat-cli-port-discovery-warning.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Warn when `kilo console` or `kilo daemon` is invoked with an explicit `--port` outside the discovery range (4097–4116). diff --git a/.changeset/fresh-provider-models.md b/.changeset/fresh-provider-models.md deleted file mode 100644 index 5919d57f2f..0000000000 --- a/.changeset/fresh-provider-models.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Refresh connected provider model lists when the models catalog updates. diff --git a/.changeset/honest-model-badges.md b/.changeset/honest-model-badges.md deleted file mode 100644 index f808c5181a..0000000000 --- a/.changeset/honest-model-badges.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"kilo-code": patch -"@kilocode/cli": patch -"@kilocode/kilo-gateway": patch ---- - -Show model free and prompt-training indicators only when their explicit catalog metadata is enabled. diff --git a/.changeset/keep-error-status-inline.md b/.changeset/keep-error-status-inline.md deleted file mode 100644 index c9af5fda82..0000000000 --- a/.changeset/keep-error-status-inline.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Keep HTTP status codes beside tool error titles when error details wrap. diff --git a/.changeset/prevent-subagent-questions.md b/.changeset/prevent-subagent-questions.md deleted file mode 100644 index e953140748..0000000000 --- a/.changeset/prevent-subagent-questions.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"kilo-code": patch ---- - -Prevent task subagents from asking questions that users cannot answer from the parent session. diff --git a/.changeset/quick-local-prompts.md b/.changeset/quick-local-prompts.md deleted file mode 100644 index f373d57712..0000000000 --- a/.changeset/quick-local-prompts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Show the first Agent Manager Local prompt and progress indicator immediately while its session is being created. diff --git a/.changeset/quick-subagent-transcripts.md b/.changeset/quick-subagent-transcripts.md deleted file mode 100644 index 263ebac9ba..0000000000 --- a/.changeset/quick-subagent-transcripts.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Open subagent transcripts faster while preserving live reasoning and paginating long histories. diff --git a/.changeset/quiet-binary-diffs.md b/.changeset/quiet-binary-diffs.md deleted file mode 100644 index 90432a14b7..0000000000 --- a/.changeset/quiet-binary-diffs.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Keep binary and audio files collapsed in diff reviews instead of showing empty diff panels. diff --git a/.changeset/quiet-kilo-attention.md b/.changeset/quiet-kilo-attention.md deleted file mode 100644 index 7e55f8fd6e..0000000000 --- a/.changeset/quiet-kilo-attention.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Prevent duplicate CLI attention alerts and route Kilo prompts through the configurable notification system. diff --git a/.changeset/quiet-qdrant-warnings.md b/.changeset/quiet-qdrant-warnings.md deleted file mode 100644 index de8e3c200e..0000000000 --- a/.changeset/quiet-qdrant-warnings.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Stabilize code indexing workers, retry Kilo model catalog downloads, reduce progress log noise, and show indexing failures as TUI notifications instead of writing over the terminal interface. diff --git a/.changeset/remove-vscode-paste-summary.md b/.changeset/remove-vscode-paste-summary.md deleted file mode 100644 index 9ae0712be7..0000000000 --- a/.changeset/remove-vscode-paste-summary.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Remove the unsupported paste-summary toggle from VS Code settings. diff --git a/.changeset/restore-failed-question-replies.md b/.changeset/restore-failed-question-replies.md deleted file mode 100644 index 2763fda704..0000000000 --- a/.changeset/restore-failed-question-replies.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"kilo-code": patch -"@kilocode/cli": patch -"@kilocode/kilo-gateway": patch ---- - -Prevent streamed tool calls from executing twice and leaving answered questions disabled in VS Code. diff --git a/.changeset/restore-kilo-cli-commands.md b/.changeset/restore-kilo-cli-commands.md deleted file mode 100644 index 4269666468..0000000000 --- a/.changeset/restore-kilo-cli-commands.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Restore Kilo branding, fork-specific CLI commands, and CLI lifecycle initialization after upstream merges. diff --git a/.changeset/restore-scout-codesearch.md b/.changeset/restore-scout-codesearch.md deleted file mode 100644 index 9e2073bc39..0000000000 --- a/.changeset/restore-scout-codesearch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"kilo-code": patch ---- - -Remove the unsupported code search tool. diff --git a/.changeset/restore-vercel-providers.md b/.changeset/restore-vercel-providers.md deleted file mode 100644 index ada074e654..0000000000 --- a/.changeset/restore-vercel-providers.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"@kilocode/kilo-gateway": patch ---- - -Update the Vercel AI SDK providers for Cerebras, xAI, and OpenAI-compatible endpoints. diff --git a/.changeset/route-shared-permissions.md b/.changeset/route-shared-permissions.md deleted file mode 100644 index 5c9fbd2296..0000000000 --- a/.changeset/route-shared-permissions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Keep permission approvals working when continuing or switching Agent Manager worktree sessions. diff --git a/.changeset/scoped-indexing-settings.md b/.changeset/scoped-indexing-settings.md deleted file mode 100644 index 7ca7c5b213..0000000000 --- a/.changeset/scoped-indexing-settings.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@kilocode/cli": patch -"kilo-code": patch ---- - -Support configuring code indexing separately for global and project settings in Kilo Console, the CLI TUI, and VS Code. diff --git a/.changeset/select-custom-question-answer.md b/.changeset/select-custom-question-answer.md deleted file mode 100644 index f48e853936..0000000000 --- a/.changeset/select-custom-question-answer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Keep custom-answer selection in sync and show one submit action while entering custom text. diff --git a/.changeset/session-patches-stay-whole.md b/.changeset/session-patches-stay-whole.md deleted file mode 100644 index 05f145ceac..0000000000 --- a/.changeset/session-patches-stay-whole.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Preserve complete session state when applying partial session updates in VS Code. diff --git a/.changeset/share-vscode-session-database.md b/.changeset/share-vscode-session-database.md deleted file mode 100644 index aa85b9aa04..0000000000 --- a/.changeset/share-vscode-session-database.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Restore persisted sessions across development extension branches and worktrees. diff --git a/.changeset/steady-tui-streams.md b/.changeset/steady-tui-streams.md deleted file mode 100644 index 65b122ba07..0000000000 --- a/.changeset/steady-tui-streams.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kilocode/cli": patch ---- - -Restore streamed responses in the CLI TUI and move code indexing status into the session sidebar. diff --git a/.changeset/steady-vscode-streams.md b/.changeset/steady-vscode-streams.md deleted file mode 100644 index 22a9d544a7..0000000000 --- a/.changeset/steady-vscode-streams.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Keep streamed conversation content visually stable while preserving virtualized transcript history. diff --git a/.changeset/terminal-integrated-font.md b/.changeset/terminal-integrated-font.md deleted file mode 100644 index fae71fea10..0000000000 --- a/.changeset/terminal-integrated-font.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-vscode": patch ---- - -Agent Manager terminals now use `terminal.integrated.fontFamily` and `terminal.integrated.fontSize` (including Nerd Font glyphs) instead of the editor font. diff --git a/.changeset/virtual-review-files.md b/.changeset/virtual-review-files.md deleted file mode 100644 index 706e7b25ce..0000000000 --- a/.changeset/virtual-review-files.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Keep expanded Agent Manager reviews responsive by virtualizing file rows and preserving anchored scrolling. diff --git a/.changeset/warm-agent-manager-mcp.md b/.changeset/warm-agent-manager-mcp.md deleted file mode 100644 index 1a052339ee..0000000000 --- a/.changeset/warm-agent-manager-mcp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"kilo-code": patch ---- - -Start MCP servers while Agent Manager worktree sessions initialize to reduce the delay before the first response. diff --git a/.github/workflows/kilo-auto-close.yml b/.github/workflows/kilo-auto-close.yml index 5d1ce14a3c..b28a285f93 100644 --- a/.github/workflows/kilo-auto-close.yml +++ b/.github/workflows/kilo-auto-close.yml @@ -212,7 +212,7 @@ jobs: for (const pr of stalePrs) { const issue_number = pr.number - const closeComment = `To stay organized pull requests are automatically closed after ${PR_DAYS_INACTIVE} days of inactivity. If the pull request is still relevant please open a new one.` + const closeComment = `To stay organized pull requests are automatically closed after ${PR_DAYS_INACTIVE} days of inactivity. If the pull request is still relevant please reopen it or create a fresh new one.` if (dryRun) { core.info(`[dry-run] Would close PR #${issue_number} from ${pr.author?.login || 'unknown'} (last activity: ${pr.activity.date.toISOString()} via ${pr.activity.source}): ${pr.title}`) @@ -314,7 +314,7 @@ jobs: let skippedIssueCount = 0 for (const issue of staleIssues) { - const closeComment = `To stay organized issues are automatically closed after ${ISSUE_DAYS_INACTIVE} days of no activity. If the issue is still relevant please open a new one.` + const closeComment = `To stay organized issues are automatically closed after ${ISSUE_DAYS_INACTIVE} days of no activity. If the issue is still relevant please reopen it or create a fresh new one.` if (dryRun) { core.info(`[dry-run] Would close issue #${issue.number} (last activity: ${issue.activity.toISOString()} via updated): ${issue.title}`) diff --git a/bun.lock b/bun.lock index 4aaf1d6a8a..b64f438b9e 100644 --- a/bun.lock +++ b/bun.lock @@ -33,7 +33,7 @@ }, "packages/core": { "name": "@opencode-ai/core", - "version": "7.3.42", + "version": "7.3.44", "bin": { "opencode": "./bin/opencode", }, @@ -96,7 +96,7 @@ }, "packages/http-recorder": { "name": "@opencode-ai/http-recorder", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@effect/platform-node": "catalog:", "effect": "catalog:", @@ -109,7 +109,7 @@ }, "packages/kilo-console": { "name": "@kilocode/kilo-console", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@kilocode/kilo-web-ui": "workspace:*", "@kilocode/sdk": "workspace:*", @@ -131,7 +131,7 @@ }, "packages/kilo-docs": { "name": "@kilocode/kilo-docs", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@docsearch/css": "^4", "@docsearch/js": "^4", @@ -161,7 +161,7 @@ }, "packages/kilo-gateway": { "name": "@kilocode/kilo-gateway", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@ai-sdk/alibaba": "1.0.17", "@ai-sdk/anthropic": "3.0.71", @@ -198,7 +198,7 @@ }, "packages/kilo-i18n": { "name": "@kilocode/kilo-i18n", - "version": "7.3.42", + "version": "7.3.44", "devDependencies": { "@tsconfig/node22": "catalog:", "@types/bun": "catalog:", @@ -208,7 +208,7 @@ }, "packages/kilo-indexing": { "name": "@kilocode/kilo-indexing", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@aws-sdk/client-bedrock-runtime": "3.1005.0", "@aws-sdk/credential-provider-ini": "3.972.31", @@ -240,11 +240,11 @@ }, "packages/kilo-jetbrains": { "name": "@kilocode/kilo-jetbrains", - "version": "7.3.42", + "version": "7.3.44", }, "packages/kilo-telemetry": { "name": "@kilocode/kilo-telemetry", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@kilocode/kilo-gateway": "workspace:*", "posthog-node": "4.4.0", @@ -258,7 +258,7 @@ }, "packages/kilo-ui": { "name": "@kilocode/kilo-ui", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@kilocode/sdk": "workspace:*", "@kobalte/core": "0.13.11", @@ -295,7 +295,7 @@ }, "packages/kilo-vscode": { "name": "kilo-code", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@anthropic-ai/sdk": "^0.39.0", "@kilocode/kilo-gateway": "workspace:*", @@ -361,7 +361,7 @@ }, "packages/kilo-web-ui": { "name": "@kilocode/kilo-web-ui", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@kilocode/kilo-ui": "workspace:*", "@kobalte/core": "catalog:", @@ -376,7 +376,7 @@ }, "packages/llm": { "name": "@opencode-ai/llm", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@smithy/eventstream-codec": "4.2.14", "@smithy/util-utf8": "4.2.2", @@ -394,7 +394,7 @@ }, "packages/opencode": { "name": "@kilocode/cli", - "version": "7.3.42", + "version": "7.3.44", "bin": { "kilo": "./bin/kilo", "kilocode": "./bin/kilo", @@ -562,7 +562,7 @@ }, "packages/plugin": { "name": "@kilocode/plugin", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@kilocode/sdk": "workspace:*", "effect": "catalog:", @@ -590,7 +590,7 @@ }, "packages/plugin-atomic-chat": { "name": "@kilocode/plugin-atomic-chat", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@kilocode/plugin": "workspace:*", }, @@ -604,7 +604,7 @@ }, "packages/script": { "name": "@opencode-ai/script", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "semver": "^7.6.3", }, @@ -615,7 +615,7 @@ }, "packages/sdk/js": { "name": "@kilocode/sdk", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "cross-spawn": "catalog:", }, @@ -630,7 +630,7 @@ }, "packages/storybook": { "name": "@opencode-ai/storybook", - "version": "7.3.42", + "version": "7.3.44", "devDependencies": { "@opencode-ai/ui": "workspace:*", "@solidjs/meta": "catalog:", @@ -653,7 +653,7 @@ }, "packages/ui": { "name": "@opencode-ai/ui", - "version": "7.3.42", + "version": "7.3.44", "dependencies": { "@kilocode/sdk": "workspace:*", "@kobalte/core": "catalog:", diff --git a/package.json b/package.json index 4a60f5b96d..2d917c1b84 100644 --- a/package.json +++ b/package.json @@ -153,6 +153,6 @@ "solid-js@1.9.10": "patches/solid-js@1.9.10.patch", "mammoth@1.12.0": "patches/mammoth@1.12.0.patch" }, - "version": "7.3.42", + "version": "7.3.44", "peerDependencies": {} } diff --git a/packages/core/package.json b/packages/core/package.json index 399035f267..3950411e28 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "7.3.42", + "version": "7.3.44", "name": "@opencode-ai/core", "type": "module", "license": "MIT", diff --git a/packages/extensions/zed/extension.toml b/packages/extensions/zed/extension.toml index c339ebfb6e..e7407da1fc 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.3.42" +version = "7.3.44" 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.3.42/opencode-darwin-arm64.zip" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.44/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.3.42/opencode-darwin-x64.zip" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.44/opencode-darwin-x64.zip" cmd = "./opencode" args = ["acp"] [agent_servers.opencode.targets.linux-aarch64] -archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.42/opencode-linux-arm64.tar.gz" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.44/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.3.42/opencode-linux-x64.tar.gz" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.44/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.3.42/opencode-windows-x64.zip" +archive = "https://github.com/Kilo-Org/kilocode/releases/download/v7.3.44/opencode-windows-x64.zip" cmd = "./opencode.exe" args = ["acp"] diff --git a/packages/http-recorder/package.json b/packages/http-recorder/package.json index f56ba06f6e..b88dfd7bf5 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.3.42", + "version": "7.3.44", "name": "@opencode-ai/http-recorder", "type": "module", "license": "MIT", diff --git a/packages/kilo-console/package.json b/packages/kilo-console/package.json index 597aa5389f..acfe152b57 100644 --- a/packages/kilo-console/package.json +++ b/packages/kilo-console/package.json @@ -1,6 +1,6 @@ { "name": "@kilocode/kilo-console", - "version": "7.3.42", + "version": "7.3.44", "private": true, "type": "module", "scripts": { diff --git a/packages/kilo-console/src/client.ts b/packages/kilo-console/src/client.ts index 9a3eb36489..adca1648a7 100644 --- a/packages/kilo-console/src/client.ts +++ b/packages/kilo-console/src/client.ts @@ -52,6 +52,7 @@ export type ProjectConsoleQuery = ProjectQuery & { export type ProjectConsoleSnapshot = { project: ProjectItem + config: EffectiveConfig vcs: VcsInfo worktrees: string[] terminals: ProjectTerminalItem[] @@ -439,7 +440,8 @@ export async function loadProjectConsole(input: ProjectConsoleQuery): Promise -
-
+
event.key === "Escape" && props.onCancel()}> +
-

{props.title}

- {(text) =>

{text()}

}
+

{props.title}

+ {(text) =>

{text()}

}
- + +
+ +
+
+ + ) +} diff --git a/packages/kilo-console/src/layouts/ConfigLayout.tsx b/packages/kilo-console/src/layouts/ConfigLayout.tsx index 8f779b9328..be9be5043e 100644 --- a/packages/kilo-console/src/layouts/ConfigLayout.tsx +++ b/packages/kilo-console/src/layouts/ConfigLayout.tsx @@ -30,13 +30,6 @@ function ConfigContent(props: { children?: JSX.Element }) { )} - - {(item) => ( - - )} -