Commit Graph

3121 Commits

Author SHA1 Message Date
Kevin van Dijk 7bc3482c5c Merge pull request #6199 from Kilo-Org/kevinvandijk/kilo-opencode-v1.2.5
OpenCode v1.2.5
2026-02-23 18:13:40 +01:00
Marius 0aff5681f1 feat(agent-manager): add telemetry tracking for agent-manager sessions (#6179) 2026-02-23 16:59:23 +00:00
Kevin van Dijk 0ab430f420 Resolve merge conflicts 2026-02-23 17:40:21 +01:00
Kevin van Dijk 04d2667b85 refactor: kilo compat for v1.2.5 2026-02-23 17:39:34 +01:00
Kevin van Dijk ebad85a305 Merge pull request #6197 from Kilo-Org/kevinvandijk/kilo-opencode-v1.2.4
OpenCode v1.2.4
2026-02-23 17:37:44 +01:00
Mark IJbema 89400ad02a Merge pull request #6151 from Kilo-Org/mark/editor-context
feat: send editor context (visible files, open tabs, shell, timezone) to CLI backend
2026-02-23 17:14:12 +01:00
Kevin van Dijk 8eb0ec7610 Resolve merge conflicts 2026-02-23 17:10:26 +01:00
Kevin van Dijk 0b7e73e764 refactor: kilo compat for v1.2.4 2026-02-23 17:04:50 +01:00
Kevin van Dijk 8edb49ac1d Resolve merge conflicts 2026-02-23 16:30:46 +01:00
Kevin van Dijk 373af86eb6 refactor: kilo compat for v1.2.3 2026-02-23 16:24:30 +01:00
Catriel Müller 0105038307 Merge pull request #6192 from Kilo-Org/catrielmuller/fix-publish-ci
Fix publish ci
2026-02-23 12:21:28 -03:00
Kevin van Dijk 8bb58c4bb7 Merge pull request #6194 from Kilo-Org/kevinvandijk/kilo-opencode-v1.2.2
OpenCode v1.2.2
2026-02-23 16:21:16 +01:00
Kevin van Dijk 58995d9591 Resolve merge conflicts 2026-02-23 16:11:57 +01:00
Mark IJbema 70d6368394 refactor: extract editor context logic to kilocode/editor-context.ts
Move formatTime and editor context env-line building into a dedicated
kilocode-specific file to minimize changes in the shared system.ts.
The only changes to system.ts are now: import, signature, and one
spread call.
2026-02-23 16:10:37 +01:00
Kevin van Dijk 1815ff235e Merge pull request #6189 from Kilo-Org/kevinvandijk/kilo-opencode-v1.2.1
OpenCode v1.2.1
2026-02-23 16:10:11 +01:00
Christiaan Arnoldus 9023af64f0 Merge pull request #6190 from Kilo-Org/christiaan/llm-completion
Change LLM Completion telemetry properties to be consistent with old extension
2026-02-23 16:02:05 +01:00
Catriel Müller ab0ef3008f refactor: rename gh repo 2026-02-23 11:47:15 -03:00
Christiaan Arnoldus 8c018c21f2 Change LLM Completion telemetry properties to be consistent with old extension 2026-02-23 15:46:42 +01:00
Mark IJbema a2fcda3fe3 chore: add kilocode_change markers to shared opencode files
Mark editorContext additions in message-v2.ts, prompt.ts, and system.ts
with kilocode_change markers to ease upstream merge conflict resolution.
2026-02-23 15:12:24 +01:00
Catriel Müller 5f161009d7 refactor: rename db 2026-02-23 11:04:07 -03:00
Catriel Müller 325224ceb7 refactor: include migrations on the build 2026-02-23 10:41:48 -03:00
Mark IJbema 08cb48aa2e fix: use ISO 8601 timestamp with timezone offset in system prompt
Replace imprecise toDateString() (e.g. 'Mon Feb 23 2026') with full
ISO 8601 UTC timestamp and user timezone with UTC offset when the
extension provides it via editorContext.timezone.

Before: Today's date: Mon Feb 23 2026
After:  Current time: 2026-02-23T12:23:04.159Z
        User timezone: Europe/Amsterdam, UTC+1:00
2026-02-23 14:25:10 +01:00
Kevin van Dijk ac3ca14a50 refactor: kilo compat for v1.2.2 2026-02-23 14:02:50 +01:00
Kevin van Dijk 3bbf043c25 Resolve merge conflicts 2026-02-23 14:00:54 +01:00
Kevin van Dijk 42ecd7bd95 refactor: kilo compat for v1.2.1 2026-02-23 13:59:45 +01:00
Kevin van Dijk 7ac4e68dc8 Resolve merge conflicts 2026-02-23 13:54:54 +01:00
Kevin van Dijk 9030ba902c refactor: kilo compat for v1.2.0 2026-02-23 13:30:22 +01:00
Mark IJbema 2a0ac40e0d feat(opencode): accept editorContext in PromptInput and render in system prompt 2026-02-23 13:23:17 +01:00
Mark IJbema 2c15bae7d4 Merge pull request #6161 from Kilo-Org/mark/update-default-branch-to-main
docs: update default branch references from dev to main
2026-02-23 11:52:11 +01:00
Mark IJbema b51b9eb677 docs: update repository URLs from kilo to kilocode
Update all github.com/Kilo-Org/kilo references to github.com/Kilo-Org/kilocode
across package.json files, documentation, scripts, and configuration files.

This reflects the repository rename from kilo to kilocode.
2026-02-23 11:41:41 +01:00
Christiaan Arnoldus b222d199bd Merge pull request #6062 from Kilo-Org/christiaan/reasoning
Allow reasoning for Claude models on the Kilo gateway and restore preserved reasoning
2026-02-23 11:20:40 +01:00
Christiaan Arnoldus 253b5562a1 Merge branch 'main' into christiaan/reasoning 2026-02-23 10:11:42 +01:00
Alex Alecu c773513dcd feat(telemetry): add plan followup tracking 2026-02-23 10:55:41 +02:00
Christiaan Arnoldus ec45711257 Apply suggestion from @kiloconnect[bot]
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-02-22 17:03:15 +01:00
Catriel Müller aac2685e92 Merge branch 'dev' into question-tool-description 2026-02-20 13:55:15 -03:00
Marian Alexandru Alecu 8ddabbf84a Merge branch 'dev' into fix/fix-orphan-sub-agents 2026-02-20 17:52:59 +02:00
Alex Alecu a514530139 fix: ensure abort fires even if shutdown throws in web.ts
Wrap Instance.disposeAll() and server.stop() in try/finally so
abort.abort() always fires, preventing the process from hanging
if either call rejects.
2026-02-20 17:38:40 +02:00
Alex Alecu 7f94b83893 fix: ensure abort fires even if shutdown throws in serve.ts
Wrap Instance.disposeAll() and server.stop() in try/finally so
abort.abort() always fires, preventing the process from hanging
if either call rejects.
2026-02-20 17:38:35 +02:00
Christiaan Arnoldus 71e8658f0a Allow reasoning for Claude models on the Kilo gateway and restore preserved reasoning 2026-02-20 16:33:17 +01:00
kilo-maintainer[bot] 6b9f23ff00 chore: generate 2026-02-20 13:54:12 +00:00
Alex Alecu 1378c57501 Merge branch 'feat/suggestions-after-plan-end' of github.com:Kilo-Org/kilo into feat/suggestions-after-plan-end 2026-02-20 14:31:03 +02:00
Marian Alexandru Alecu cb13f4e715 Merge branch 'dev' into feat/suggestions-after-plan-end 2026-02-20 14:20:56 +02:00
Alex Alecu e2c2de2447 feat(plan): display plan message as non-synthetic in new sessions 2026-02-20 14:19:18 +02:00
Marius 4e0c912612 feat(agent-manager): add worktree setup script support (#492)
* feat(agent-manager): add worktree setup script support

Add SetupScriptService and SetupScriptRunner to manage and execute
worktree setup scripts stored at .kilocode/setup-script. Scripts run
in a VS Code terminal during worktree creation, blocking session start
until complete. Adds settings gear menu in WORKTREES section header
and overlay progress step.

* refactor(agent-manager): use kilo-ui DropdownMenu, extract setup script logic

- Replace custom dropdown with kilo-ui DropdownMenu component
- Extract buildSetupCommand into standalone testable module
- Move default template to setup-script-template.sh
- Remove chmod (unnecessary since runner uses sh explicitly)
- Remove custom am-options-* CSS (handled by kilo-ui)
- Add unit tests for buildSetupCommand (Unix + Windows)

* fix: address PR review comments

- Inline template as TS string constant (fixes ENOENT in packaged VSIX)
- Log error in catch block instead of swallowing silently
- Escape shell-special chars (", $, `, \) in Unix paths
- Add onDidCloseTerminal fallback to runViaShellIntegration
- Fix misleading 'non-blocking' comments (setup script blocks session start)
- Add tests for shell escaping (quotes, dollar signs, backticks)

* fix: remove stray non-blocking label from error log

* fix: use mock.module in git-context tests to avoid cross-file mock leakage
2026-02-20 13:13:53 +01:00
Alex Alecu d4231c20e3 fix: Close sub-agents, preventing them from becoming orphan processes 2026-02-20 13:49:51 +02:00
Alex Alecu d5bceac21e feat: Handover task list and compacted context to next session after planning 2026-02-20 12:28:21 +02:00
Marian Alexandru Alecu 104c34ff49 Merge branch 'dev' into feat/suggestions-after-plan-end 2026-02-20 08:39:44 +02:00
Christiaan Arnoldus c6a2e1a1a3 Merge pull request #485 from Kilo-Org/session/agent_d46a4586-995f-498a-8edf-5ef92bb460ed
feat: add X-KiloCode-TaskId header to Kilo provider requests
2026-02-19 19:19:28 +01:00
kilo-maintainer[bot] 3c8fc231d0 chore: generate 2026-02-19 15:40:27 +00:00
Mark IJbema bc27d8924b fix: address kiloconnect review comments on commit message generation
- Use trimEnd() instead of trim() in git() to preserve leading whitespace
  in porcelain output (fixes status parsing for ' M file' lines)
- Remove unused 'untracked' from FileChange status union
- Use repository.rootUri.fsPath instead of workspaceFolders[0]
- Add explicit null-check for client after try/catch
- Fix test mocks: add isActive/activate, use mockImplementation to throw,
  fix expected error message to match production code
2026-02-19 16:26:10 +01:00