Alex Alecu
67993d094e
Merge remote-tracking branch 'origin/main' into fix/costs-of-subagents
2026-04-27 13:03:15 +03:00
Imanol Maiztegui
7d1c046f10
resolve merge conflicts
2026-04-24 10:06:31 +02:00
Alex Alecu
73ab363f9a
fix(cli): include subagent costs in session total ( #6321 )
...
When a session spawned subagents via the task tool, the displayed cost reflected only the parent's own LLM steps. Propagate each subagent's total up to the invoking assistant message so every UI sums the full tree.
2026-04-24 06:17:02 +03:00
Imanol Maiztegui
3f507b9427
refactor: kilo compat for v1.14.17
2026-04-23 15:22:41 +02:00
Imanol Maiztegui
9cde05f934
resolve merge conflicts
2026-04-23 11:25:43 +02:00
Imanol Maiztegui
aeb800dd47
refactor: kilo compat for v1.4.9
2026-04-22 16:17:14 +02:00
Imanol Maiztegui
23167b8b6a
refactor(test): replace direct Config.get assignment with spyOn mocking
...
Swap manual save-and-restore of Config.get for bun:test spyOn/mock.restore
across session-list and recall test suites, ensuring proper mock teardown
and consistent namespace imports.
2026-04-22 10:02:40 +02:00
Imanol Maiztegui
251ed67347
refactor(opencode): update internal import paths to use barrel re-exports
...
Migrate all deep import paths across source and test files to
reference barrel index modules instead of direct file paths. This
covers config, provider, storage, util, tool, lsp, project, and
installation modules. Also moves provider promise helpers out of the
namespace block, switches Clipboard to namespace import style, fixes a
duplicate Filesystem import, removes the deleted paste-summary test,
and corrects snapshot cache typing and indentation.
2026-04-22 07:24:09 +02:00
Imanol Maiztegui
d5357f3961
resolve merge conflicts
2026-04-21 18:03:34 +02:00
Imanol Maiztegui
bf6f499b24
refactor: kilo compat for v1.4.7
2026-04-20 13:49:07 +02:00
Kit Langton
9918f389e7
fix: detect attachment mime from file contents ( #23291 )
2026-04-18 11:59:08 -04:00
Aiden Cline
9c16bd1e30
fix: make skills logic more token efficient ( #23253 )
2026-04-17 23:51:16 -05:00
Imanol Maiztegui
2ee8394cf1
feat: add workspace API endpoints, sanitize export flag, and update SDK types
...
Add experimental workspace adaptor list and status endpoints to the
OpenAPI spec. Add --sanitize flag to CLI export command for redacting
sensitive data. Update SDK types to reorder session status types before
suggestion types. Remove deprecated /global/sync-event endpoint.
Includes formatting fixes across i18n files, opencode source, and
tests, plus a warpgrep import path correction.
2026-04-17 22:51:24 +02:00
Dax Raad
2f73e73e9d
trace npm fully
2026-04-17 14:08:45 -04:00
Johnny Amancio
3c7b0a7d3c
fix: Regenerage sdk and port tests to new v1.4.4 style
2026-04-17 12:47:27 +02:00
Johnny Amancio
0c3e31f6d2
Merge remote-tracking branch 'origin/main' into johnnyamancio/kilo-opencode-v1.4.4
2026-04-17 12:23:18 +02:00
Johnny Amancio
2e1836a91e
Merge remote-tracking branch 'origin/main' into johnnyamancio/kilo-opencode-v1.4.4
2026-04-17 11:42:27 +02:00
Alex Alecu
04a3db91ec
Merge remote-tracking branch 'origin/main' into kilocode-suggest-code-review
...
# Conflicts:
# packages/opencode/src/session/prompt.ts
2026-04-17 10:11:41 +03:00
Aiden Cline
76a141090e
chore: delete filetime module ( #22999 )
2026-04-16 23:31:21 -05:00
Alex Alecu
16f48b7641
test(cli): restore kilo-config skill legacy paths test
2026-04-16 14:54:27 +03:00
Alex Alecu
2f3408acd2
feat: restore suggest code review tool
...
Re-applies #6404 and #8988 (reverted in #8994 ).
2026-04-16 09:22:18 +03:00
Dax
675a46e23e
CLI perf: reduce deps ( #22652 )
2026-04-16 02:03:03 -04:00
Kit Langton
5011465c81
feat: unwrap tool namespaces to flat exports + barrel ( #22762 )
2026-04-16 03:56:54 +00:00
Kit Langton
343a564183
feat: unwrap 11 util namespaces to flat exports + barrel ( #22739 )
2026-04-15 23:15:58 -04:00
Kit Langton
f7d4665e40
fix: resolve oxlint warnings — suppress false positives, remove unused imports ( #22687 )
2026-04-15 21:33:54 -04:00
Kit Langton
bbdbc107ae
feat: unwrap Config namespace to flat exports + barrel ( #22689 )
2026-04-15 21:26:24 -04:00
Aiden Cline
307251bf3c
fix: bash memory usage ( #22660 )
2026-04-15 20:09:06 -05:00
Johnny Amancio
501ebbf0eb
fix: Fix typecheck issues
2026-04-16 01:39:31 +02:00
Johnny Amancio
915f12c7e2
resolve merge conflicts
2026-04-15 22:51:15 +02:00
Marius
d4ab3331c8
revert: remove suggest tool feature ( #8994 )
...
Reverts PR #6404 (feat: suggest code review tool) and PR #8988 (fix: dismiss suggestions on new message).
2026-04-15 16:13:42 +00:00
Dax
be9432a893
shared package ( #22626 )
2026-04-15 14:26:20 +00:00
Johnny Amancio
beb9b3b076
refactor: kilo compat for v1.4.4
2026-04-15 11:30:02 +02:00
Marian Alexandru Alecu
c22eee3aba
Merge branch 'main' into feat/suggest-code-review
2026-04-15 10:42:13 +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
4146932278
Merge remote-tracking branch 'origin/main' into feat/suggest-code-review
...
# Conflicts:
# packages/opencode/src/cli/cmd/tui/routes/session/index.tsx
# packages/opencode/src/kilocode/tool/registry.ts
# packages/opencode/src/session/processor.ts
# packages/opencode/src/tool/registry.ts
2026-04-15 10:30:35 +03: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
Dax Raad
6ce5c01b1a
ignore: v2 experiments
2026-04-14 14:25:38 -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
Kit Langton
4f967d5bc0
improve bash timeout retry hint ( #22390 )
2026-04-14 12:55:03 -04: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
9bfe7dc20d
fix: restore suggest tool registration, add kilocode_change markers, fix lint
2026-04-14 16:54:52 +03: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
Alex Alecu
596bc9f83a
Merge remote-tracking branch 'origin/main' into feat/suggest-code-review
...
# Conflicts:
# packages/opencode/src/tool/registry.ts
2026-04-14 16:00:08 +03:00
Imanol Maiztegui
4fc1e0263c
refactor: kilo compat for v1.4.0
2026-04-14 12:17:20 +02:00
Imanol Maiztegui
170889e951
resolve merge conflicts
2026-04-14 10:44:13 +02:00
Alex Alecu
54b5d124a4
Merge remote-tracking branch 'origin/main' into feat/suggest-code-review
...
# Conflicts:
# packages/opencode/src/cli/cmd/tui/routes/session/index.tsx
# packages/opencode/src/tool/registry.ts
# packages/opencode/test/kilocode/sessions/remote-sender.test.ts
2026-04-14 11:36:09 +03:00
Imanol Maiztegui
73b6d9a6c9
refactor: kilo compat for v1.3.17
2026-04-14 09:35:34 +02:00