Johnny Amancio
915f12c7e2
resolve merge conflicts
2026-04-15 22:51:15 +02:00
Johnny Amancio
beb9b3b076
refactor: kilo compat for v1.4.4
2026-04-15 11:30:02 +02:00
Marius
22806d4966
fix(cli): avoid worktree diff patch generation ( #8953 )
2026-04-15 10:41:00 +02:00
Marian Alexandru Alecu
5182ea6a44
Merge pull request #8919 from Kilo-Org/fix/internal-skills
...
fix(cli): restore built-in skill registration
2026-04-15 11:35:36 +03:00
Marian Alexandru Alecu
b0a658ed11
Merge pull request #8671 from Kilo-Org/fix/skill-read-config-protection
...
fix(cli): stop config protection from blocking skill reads
2026-04-15 10:38:04 +03:00
Alex Alecu
b7e1491eec
test(cli): move config dir test to kilocode/
2026-04-15 10:21:00 +03:00
Marian Alexandru Alecu
b882d352e6
Merge branch 'main' into fix/internal-skills
2026-04-15 09:45:43 +03:00
Shoubhit Dash
f6409759e5
fix: restore instance context in prompt runs ( #22498 )
2026-04-15 03:59:12 +05:30
Catriel Müller
c32e7a860a
fix: fix core tests
2026-04-14 19:20:25 -03:00
Kit Langton
aeb7d99d20
fix(effect): preserve logger context in prompt runs ( #22496 )
2026-04-14 17:33:44 -04:00
Catriel Müller
87ca280011
fix: typechecks
2026-04-14 17:25:37 -03:00
Catriel Müller
1c67e0fe71
resolve merge conflicts
2026-04-14 17:05:48 -03:00
Kit Langton
f2525a63c9
add experimental question HttpApi slice ( #22357 )
2026-04-14 19:43:49 +00:00
Dax Raad
6ce5c01b1a
ignore: v2 experiments
2026-04-14 14:25:38 -04:00
Kit Langton
4626458175
fix(mcp): persist immediate oauth connections ( #22376 )
2026-04-14 13:56:45 -04:00
Catriel Müller
c9e0060e2a
refactor: kilo compat for v1.4.3
2026-04-14 14:46:57 -03:00
Kit Langton
68384613be
refactor(session): remove async facade exports ( #22471 )
2026-04-14 13:45:13 -04:00
Catriel Müller
f3bc6e04f4
Merge pull request #8923 from Kilo-Org/imanolmaiztegui/kilo-opencode-v1.4.0
...
OpenCode v1.4.0
2026-04-14 14:42:45 -03:00
Alex Alecu
7ff38788ca
fix(cli): add kilocode_change annotations to shared skill tests
2026-04-14 20:35:01 +03:00
Catriel Müller
9fe8b969e0
fix: windows http memory
2026-04-14 14:20:58 -03:00
Imanol Maiztegui
ba3309b21f
fix(opencode): merge variant into model object in plan-followup test seed
...
Pass variant as a property of the model object instead of as a separate
field, conditionally spreading it when input.variant is provided.
2026-04-14 19:00:52 +02:00
Kit Langton
4f967d5bc0
improve bash timeout retry hint ( #22390 )
2026-04-14 12:55:03 -04:00
Kit Langton
020c47a055
refactor(project): remove async facade exports ( #22387 )
2026-04-14 12:49:20 -04:00
Aiden Cline
b1312a3181
core: prevent duplicate user messages in ACP clients ( #22468 )
2026-04-14 11:37:33 -05:00
Alex Alecu
0f196e7af6
fix(cli): restore built-in skill registration lost in upstream merge
2026-04-14 18:48:08 +03:00
Imanol Maiztegui
0208a8880c
feat: migrate diff schema to use patch field and consolidate model variant
...
Replace before/after content fields with unified patch field across
the diff pipeline. WorktreeDiff now generates patch strings via
createTwoFilesPatch, and all consumers (summary stripping, size
checks, content hashing, TUI sync, ingest queue) operate on the
patch field instead of before/after.
Consolidate model variant into the model object, removing the
separate variant field from MessageV2.User, PlanFollowup inject,
and resolveCodeModel interfaces.
Additional changes:
- Add session-diff module export to kilo-ui package
- Remove batch tool (batch.ts deleted)
- Fix WebSocket proxy to convert Uint8Array to ArrayBuffer
- Switch VscodeSessionTurn from useDiffComponent to useFileComponent
- Update SnapshotFileDiff type references in vscode extension
2026-04-14 17:33:06 +02:00
Alex Alecu
b45811d7ae
Merge origin/main and adapt token usage to plugin architecture
2026-04-14 17:20:25 +03:00
Imanol Maiztegui
cc2a03b2a0
refactor: align codebase with v1.4.0 upstream and update SDK schema
...
Remove stale ai-sdk patched dependencies, reformat code style
across i18n files, docs markdown tables, and TypeScript sources.
Update OpenAPI schema to rename FileDiff to SnapshotFileDiff,
replace before/after fields with patch, rebrand SDK code samples
from opencode to kilo, and add --dangerously-skip-permissions
CLI flag. Regenerate models snapshot.
2026-04-14 16:05:22 +02:00
Imanol Maiztegui
9f4f0ba899
resolve merge conflicts
2026-04-14 15:58:28 +02:00
Alex Alecu
54fe077158
Merge remote-tracking branch 'origin/main' into fix/skill-read-config-protection
...
# Conflicts:
# packages/opencode/src/agent/agent.ts
# packages/opencode/src/tool/apply_patch.ts
# packages/opencode/test/agent/agent.test.ts
2026-04-14 16:25:32 +03:00
Imanol Maiztegui
4fc1e0263c
refactor: kilo compat for v1.4.0
2026-04-14 12:17:20 +02:00
Imanol Maiztegui
a1bd03d773
Merge pull request #8893 from Kilo-Org/imanolmaiztegui/kilo-opencode-v1.3.17
...
OpenCode v1.3.17
2026-04-14 12:16:22 +02:00
Imanol Maiztegui
76093d53a2
test(session): rename agent references from "build" to "code" in prompt-effect tests
...
Align test fixtures with the agent naming convention change
where the "build" agent identifier was replaced by "code"
across all prompt and session interactions.
2026-04-14 11:35:43 +02:00
Imanol Maiztegui
170889e951
resolve merge conflicts
2026-04-14 10:44:13 +02:00
Marius
1b0ccd52f4
fix(vscode): keep worktree sessions across project id changes ( #8875 )
...
* fix(vscode): keep worktree sessions across project id changes
* fix(cli): isolate session directory fallback
2026-04-14 10:35:04 +02:00
Imanol Maiztegui
73b6d9a6c9
refactor: kilo compat for v1.3.17
2026-04-14 09:35:34 +02:00
Catriel Müller
1606d64398
fix: kilo models test
2026-04-14 03:54:38 -03:00
Shoubhit Dash
d6840868d4
refactor(ripgrep): use embedded wasm backend ( #21703 )
2026-04-14 11:56:23 +05:30
Catriel Müller
528ec937ab
refactor: fix home test config mocks
2026-04-14 03:06:12 -03:00
Catriel Müller
d7515f6aec
refactor: fix prompt / config tests
2026-04-14 02:25:00 -03:00
Catriel Müller
da8f05ec75
fix: core tests
2026-04-13 23:58:00 -03:00
Kit Langton
f954854232
refactor(instance): remove state helper ( #22381 )
2026-04-13 22:40:12 -04:00
Kit Langton
6a99079012
kit/env instance state ( #22383 )
2026-04-13 22:28:16 -04:00
Kit Langton
f40209bdfb
refactor(snapshot): remove async facade exports ( #22370 )
2026-04-13 21:24:54 -04:00
Kit Langton
a2cb4909da
refactor(plugin): remove async facade exports ( #22367 )
2026-04-13 21:24:20 -04:00
Kit Langton
7a05ba47d1
refactor(session): remove compaction async facade exports ( #22366 )
2026-04-13 21:23:34 -04:00
Kit Langton
36745caa2a
refactor(worktree): remove async facade exports ( #22369 )
2026-04-13 21:23:15 -04:00
Aiden Cline
34e2429c49
feat: add experimental.compaction.autocontinue hook to disable auto continuing after compaction ( #22361 )
2026-04-13 20:14:53 -05:00
Kit Langton
e8471256f2
refactor(session): move llm stream into layer ( #22358 )
2026-04-13 19:53:30 -04:00
Kit Langton
d199648aeb
refactor(permission): remove async facade exports ( #22342 )
2026-04-13 19:33:58 -04:00