1092 Commits

Author SHA1 Message Date
kilo-maintainer[bot] 4093d575c1 release: v1.0.25 2026-02-21 13:04:22 +00:00
Igor Šćekić b6739440af Merge pull request #528 from Kilo-Org/feat/349-permission-session-hint
feat(vscode): add session-lifetime hint to permission auto-approve dialog
2026-02-20 17:14:02 +01:00
Igor Šćekić 72e9bd2ec1 Merge pull request #479 from Kilo-Org/feat/clickable-filenames-461-404
feat(vscode): make filenames in chat clickable to open editor tab
2026-02-20 17:07:36 +01:00
Igor Šćekić 776402da13 fix: correct translation mismatches and add hint to message-part.tsx permission prompts
- Fix quoted button label in br, pl, ru, zht to match their allowAlways values
- Add permission-hint to both permission prompt locations in message-part.tsx
2026-02-20 15:38:47 +01:00
Igor Šćekić 43ae6b2425 feat(vscode): add session-lifetime hint to permission auto-approve dialog
Clarifies that 'Allow always' only applies for the duration of the current
session, not globally. Adds translated hint text below the permission
action buttons in all supported locales.
2026-02-20 15:27:42 +01:00
Marius 0d1a1e1c2a feat(agent-manager): multi-version worktree creation (#525)
* tmp

* feat(agent-manager): add multi-version worktree creation with grouping and loading states

* feat(agent-manager): reuse prompt-input UI in dialog, fix model/agent persistence, polish

* fix(agent-manager): restore Tooltip import lost during merge, fixing dialog open

* fix(agent-manager): address PR review — validate msg.text, remove dead labels, run setup script for multi-version worktrees

* fix(agent-manager): address PR review round 2 — error notification, remove dead code, type extension messages, fix loading race condition
2026-02-20 15:09:14 +01:00
Igor Šćekić cf6997c109 chore: add kilocode_change markers to PR #479 changes in packages/ui 2026-02-20 12:19:06 +01:00
kilo-maintainer[bot] 4b09f7f2d1 release: v1.0.24 2026-02-20 00:28:29 +00:00
Igor Šćekić 25f3eac9a6 feat(vscode): make filenames in chat clickable to open editor tab (#461, #404)
Add onOpenFile callback to shared DataProvider so tool renderers can
trigger file-open in the host environment. In the VS Code extension,
clicking a filename posts an openFile message to the extension host
which resolves the path and opens the document in a preview tab.

Tool call headers (read, edit, write, apply_patch) now show pointer
cursor and underline on hover for file paths. Inline code in markdown
prose that looks like a file path (relative or absolute, with optional
:line or :line:col suffix) is wrapped with a file-link class and opens
on click via delegated event handling. When a line number is present,
the editor scrolls to that line.

Also adds cursor:pointer to user-message attachments to fix the
general clickable-items discoverability issue.
2026-02-19 15:41:02 +01:00
Kevin van Dijk b15b554552 Resolve merge conflicts 2026-02-18 19:38:22 +01:00
Kevin van Dijk e88e6df76a refactor: kilo compat for v1.1.65 2026-02-18 19:30:20 +01:00
Igor Šćekić e553be6ee6 Merge pull request #434 from Kilo-Org/fix/todo-rendering-size
fix: shrink todo item rendering in VS Code extension
2026-02-18 18:12:17 +01:00
Igor Šćekić 6fa046e1d9 fix: collapse checkbox-content wrapper to remove excess height in todos 2026-02-18 17:35:41 +01:00
Igor Šćekić 4f0bce7fab fix: reduce todo label line-height to normal 2026-02-18 17:30:46 +01:00
Igor Šćekić 797d737eff fix: tighten spacing between todo items and restore defaultOpen 2026-02-18 17:28:40 +01:00
Igor Šćekić 04fbc043bf fix: collapse todo blocks by default to reduce wasted space 2026-02-18 17:20:04 +01:00
Igor Šćekić 01363014ce fix: reduce todo block padding to remove wasted space 2026-02-18 17:06:25 +01:00
Kevin van Dijk ec1b20336d Resolve merge conflicts 2026-02-18 16:39:04 +01:00
Kevin van Dijk 3ea7c918ed refactor: kilo compat for v1.1.62 2026-02-18 16:20:05 +01:00
Kevin van Dijk f3f82fb65a Resolve merge conflicts 2026-02-18 15:43:38 +01:00
Kevin van Dijk 217f56f58f refactor: kilo compat for v1.1.61 2026-02-18 13:32:24 +01:00
Kevin van Dijk 6f9f7443ef Resolve merge conflicts 2026-02-18 13:26:43 +01:00
Kevin van Dijk 53dea6e1e0 refactor: kilo compat for v1.1.60 2026-02-18 12:53:03 +01:00
kilo-maintainer[bot] 65f0fdc22c release: v1.0.23 2026-02-17 16:57:46 +00:00
kilo-maintainer[bot] 1ba804c327 chore: generate 2026-02-17 13:22:51 +00:00
Mark IJbema a17bbb743b fix: move blue underline to alt variant only, revert excessive resets
The blue underline was caused by kilo-ui/tabs.css which applied
border-bottom: 2px solid var(--vscode-focusBorder) to ALL selected
tabs via [aria-selected=true]. Scoped it to alt variant only.

Reverted excessive outline/box-shadow resets in ui/tabs.css since the
root cause was the kilo-ui override, not the base component.
2026-02-17 13:08:37 +01:00
Mark IJbema 4e35463e77 fix: force-remove blue focus ring from settings tab triggers
Add flat high-specificity rules with !important to override any browser
default or Kobalte-applied focus styles on the [data-slot=tabs-trigger]
button, including data-highlighted state.
2026-02-17 13:06:42 +01:00
Mark IJbema f1b8302dfd fix: remove blue focus ring from selected settings tab
Remove box-shadow: var(--shadow-xs-border-focus) which contains a blue
ring from --vscode-focusBorder. Add comprehensive outline/box-shadow
resets for all focus states on settings tab triggers.
2026-02-17 12:53:22 +01:00
Mark IJbema 30d4dd0f83 fix: improve settings tab spacing and remove redundant section title
- Remove 'Configuration' section title that was redundant with 'Settings' header
- Increase gap between settings tabs from 0 to 2px to reduce cramped feel
- Add explicit border/text-decoration resets to prevent underline on selected tab
2026-02-17 12:45:12 +01:00
Mark IJbema 8dd89033cc fix: filter [REDACTED] from reasoning parts in UI
OpenRouter sends encrypted redacted_thinking blocks that appear as
literal [REDACTED] text in reasoning parts. The TUI already strips
these, but the shared UI component (used by both the vscode extension
and packages/app) rendered them as-is.

Strip [REDACTED] from reasoning part text before rendering, matching
the TUI behavior.
2026-02-17 10:44:26 +01:00
kilo-maintainer[bot] b8474bc1f9 release: v1.0.22 2026-02-16 19:58:41 +00:00
kilo-maintainer[bot] f486ccfc43 release: v1.0.21 2026-02-13 13:57:12 +00:00
kilo-maintainer[bot] 5c3a1abc4f release: v1.0.20 2026-02-13 08:44:41 +00:00
opencode 34ebe814dd release: v1.1.65 2026-02-13 05:51:04 +00:00
Adam fb7b2f6b4d feat(app): toggle all provider models 2026-02-12 20:19:26 -06:00
Adam dec304a273 fix(app): emoji as avatar 2026-02-12 20:05:58 -06:00
Adam b525c03d20 chore: cleanup 2026-02-12 19:52:20 -06:00
opencode 76db218674 release: v1.1.64 2026-02-12 23:18:40 +00:00
opencode ac018e3a35 release: v1.1.63 2026-02-12 18:46:38 +00:00
opencode aaee5fb680 release: v1.1.62 2026-02-12 18:15:24 +00:00
Adam a82ca86008 fix(app): more defensive code component 2026-02-12 10:00:58 -06:00
opencode 892bb75265 release: v1.1.61 2026-02-12 14:45:45 +00:00
Adam ecb274273a wip(ui): diff virtualization (#12693) 2026-02-12 07:25:58 -06:00
kilo-maintainer[bot] 7c129b4ef5 release: v1.0.19 2026-02-12 13:22:58 +00:00
Adam 5f421883a8 chore: style loading screen 2026-02-12 07:16:30 -06:00
kilo-maintainer[bot] 62f243849b release: v1.0.18 2026-02-12 12:55:21 +00:00
kilo-maintainer[bot] 2ef145efc1 release: v1.0.17 2026-02-12 11:09:07 +00:00
Catriel Müller 1eedad9213 Refactor publish workflow and environment variables (#261)
* feat: changelog generation

* refactor: rename all ENV variables to KILO prefix

* refactor: publish rework

* refactor: publish rework

* refactor: unify git commiter action

* refactor: add all kilobots to the team
2026-02-12 09:00:51 +01:00
opencode 03de51bd3c release: v1.1.60 2026-02-12 05:58:24 +00:00
Adam fbabce1125 fix(app): translations 2026-02-11 11:03:35 -06:00