Mark IJbema
327eddb196
Merge pull request #11080 from Githubguy132010/codex/add-default-diff-expansion-setting
...
[codex] Add code edit block display setting
2026-06-16 13:52:02 +02:00
Mark IJbema
c1865af86f
Merge pull request #11201 from shssoichiro/agent-descriptions
...
fix(cli): improve guidelines for `kilo agent create`
2026-06-16 13:46:22 +02:00
Mark IJbema
cae7cd9d01
Merge pull request #11291 from Kilo-Org/mark/fix-atomic-chat-plugin-loading
...
fix(cli): load Atomic Chat as bundled plugin
2026-06-16 11:57:31 +02:00
Christiaan Arnoldus
eb62097e65
Merge pull request #11236 from kapelame/feat/minimax-m3-thinking-toggle
...
feat(provider): add MiniMax M-series reasoning toggle
2026-06-16 11:55:50 +02:00
Marius
e1c5a55a5d
Merge pull request #11242 from Kilo-Org/confirm-11208-indexing-api-key
...
fix: support unauthenticated OpenAI-compatible indexing
2026-06-16 11:16:58 +02:00
markijbema and kiloconnect[bot]
4436139fab
fix(cli): load Atomic Chat as bundled plugin
...
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-16 09:10:32 +00:00
Githubguy132010 and kiloconnect[bot]
40ccca44a0
Merge upstream/main into codex/add-default-diff-expansion-setting
...
Resolve conflicts in:
- packages/opencode/src/config/config.ts
- packages/kilo-vscode/webview-ui/src/types/messages/config.ts
- packages/kilo-vscode/webview-ui/src/components/settings/settings-io.ts
- packages/sdk/js/src/v2/gen/types.gen.ts
- packages/sdk/openapi.json
- packages/opencode/test/kilocode/cli/error.test.ts
- packages/opencode/test/kilocode/config/indexing-default-plugin.test.ts
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-16 05:57:41 +00:00
Josh Holmer
7a1c908d5b
fix(core): improve guidelines for kilo agent create
...
Currently the `kilo agent create` command generates extremely long agent
descriptions. This is because the system prompt for the `generate` agent
tells it to include multiple verbose examples of when the agent should
be used. This is unnecessary and increases system context bloat without
improving the parent agent's ability to choose a subagent.
This change updates the system prompt to exclude the guidance about
examples, and instead includes official guidance from Anthropic's
documentation on best practices for agent descriptions.
2026-06-15 22:07:32 -04:00
Catriel Müller
fbdcc75d30
refactor: fix kilo markers
2026-06-15 21:44:31 -03:00
Catriel Müller
3ba0de1fc6
refactor: regenerate sdk
2026-06-15 21:42:35 -03:00
Catriel Müller
0c0b95fac6
fix: fix tests
2026-06-15 21:27:50 -03:00
Catriel Müller
04d25fdf6d
fix(cli): prevent unsafe console worktree actions
2026-06-15 21:08:16 -03:00
Catriel Müller
e91eef2b38
fix: session list on tui
2026-06-15 21:08:16 -03:00
Catriel Müller
2f69c132b0
refactor: hot reload kilo console configs
2026-06-15 21:03:15 -03:00
Catriel Müller
c5d39d090c
fix(cli): rebrand opencode leftovers
2026-06-15 14:33:01 -03:00
Catriel Müller
c7c95885ae
Merge pull request #11264 from Kilo-Org/wind-wind
...
fix(cli): use Kilo packages for upgrades
2026-06-15 13:32:26 -03:00
Johnny Eric Amancio
046b03a19d
fix(cli): prefix generated plan filenames with timestamp ( #11245 )
2026-06-15 18:19:41 +02:00
Catriel Müller
312c3ab012
chore(cli): annotate Kilo upgrade switch
2026-06-15 12:53:39 -03:00
Catriel Müller
f78e54c81c
fix(cli): use Kilo packages for upgrades
2026-06-15 12:53:05 -03:00
Catriel Müller
de0c3eb151
Merge pull request #11171 from Kilo-Org/fix/tui-news-read-state
...
fix(cli): persist read TUI news
2026-06-15 12:14:34 -03:00
Christiaan Arnoldus
24083eb82b
Merge branch 'main' into feat/minimax-m3-thinking-toggle
2026-06-15 17:08:15 +02:00
Johnny Eric Amancio
38459184f2
feat(cli): align native plan with architect ( #11170 )
...
* feat(cli): align native plan with architect
* fix(cli): support repo-root plan files
* test(cli): focus native plan reminder assertions
2026-06-15 14:20:19 +00:00
Marius
c9ffc0b7df
Merge pull request #11249 from Kilo-Org/indecisive-uranium
...
fix: format provider rate limit errors
2026-06-15 14:36:45 +02:00
marius-kilocode
2c30dc75ce
fix: format provider rate limit errors
2026-06-15 14:17:44 +02:00
chrarnoldus
f121d70a00
Merge remote-tracking branch 'origin/main' into hide-training-models
...
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
2026-06-15 10:06:19 +00:00
Christiaan Arnoldus
5e3d3dd25e
Merge branch 'main' into feat/minimax-m3-thinking-toggle
2026-06-15 12:03:11 +02:00
Marius and Christiaan Arnoldus
fb2db2e018
fix(vscode): allow removing provider reasoning ( #11238 )
...
* fix(vscode): allow removing provider reasoning
* style(vscode): format provider regression test
---------
Co-authored-by: Christiaan Arnoldus <christiaan.arnoldus@outlook.com >
2026-06-15 10:00:37 +00:00
chrarnoldus
02f1d12985
Merge branch 'main' into hide-training-models
2026-06-15 09:49:44 +00:00
marius-kilocode
9211000aad
fix: support unauthenticated indexing endpoints
2026-06-15 11:45:39 +02:00
marius-kilocode
f820e57bab
fix: prevent recursive skill removal
2026-06-15 11:31:52 +02:00
kapelame
c6ead9137e
feat(provider): add MiniMax M-series reasoning toggle
...
MiniMax models (id contains "minimax") were in the variants() exclusion
list, so M3 exposed no reasoning control on any route despite supporting
the Anthropic `thinking` field (type: adaptive | disabled).
Remove minimax from the exclusion list and add instant/thinking variants,
mirroring the glm/kimi/qwen toggle added in #8484 :
- @ai-sdk/anthropic (direct provider): map to native
thinking:{type:"disabled"} / thinking:{type:"adaptive"}
- @kilocode/kilo-gateway + @openrouter/ai-sdk-provider: reuse the
reasoning:{enabled} shape, translated by kiloProviderOptions.
Replace the obsolete "minimax returns empty object" test with coverage
for the direct-anthropic and kilo-gateway routes.
2026-06-15 16:38:18 +08:00
marius-kilocode
a61f3e66d0
Merge remote-tracking branch 'origin/main' into review/upstream-11090
...
# Conflicts:
# packages/opencode/src/snapshot/index.ts
2026-06-15 10:00:37 +02:00
Christiaan Arnoldus
1648e69830
Merge branch 'main' into hide-training-models
2026-06-15 09:49:48 +02:00
Thomas Brugman
9498af281c
chore: merge upstream main into code edit setting
2026-06-13 19:45:18 +02:00
Catriel Müller
fcb8802aa5
Merge pull request #11178 from Kilo-Org/perf/durable-snapshot-initialization
...
perf(cli): accelerate durable snapshot initialization
2026-06-12 16:08:51 -03:00
Marius
37a761839a
Merge pull request #11184 from Kilo-Org/snow-recorder
...
feat: support subagent reasoning overrides
2026-06-12 20:57:57 +02:00
marius-kilocode
0f2fe8db9c
perf(cli): optimize all root snapshot initialization
2026-06-12 20:38:23 +02:00
Marius
96a16102b2
fix(cli): validate external download inputs ( #11179 )
2026-06-12 20:37:56 +02:00
marius-kilocode
0b34c14db8
perf(cli): avoid quadratic snapshot path matching
2026-06-12 20:36:05 +02:00
marius-kilocode
adf03a9824
feat: support subagent reasoning overrides
2026-06-12 20:35:02 +02:00
marius-kilocode
1380be41ef
fix(cli): harden snapshot materialization cleanup
2026-06-12 20:13:53 +02:00
marius-kilocode
f63e77153c
perf(cli): accelerate durable snapshot initialization
2026-06-12 20:13:52 +02:00
marius-kilocode
390b0c3eb7
Merge remote-tracking branch 'origin/main' into review/upstream-11090
2026-06-12 19:45:41 +02:00
marius-kilocode
06e87cf653
fix: resolve OpenCode v1.15.4 merge regressions
2026-06-12 19:45:14 +02:00
Marius
579caef24b
Merge pull request #11152 from Kilo-Org/resisted-conchoraptor
...
fix: abort Agent Manager prompts during startup
2026-06-12 19:33:52 +02:00
marius-kilocode
fc68b934a8
fix: isolate runner startup ordering
2026-06-12 19:00:54 +02:00
Catriel Müller
04ebc7413c
fix(cli): persist read TUI news
2026-06-12 13:14:02 -03:00
Catriel Müller
680f50581a
refactor: fix test
2026-06-12 12:23:11 -03:00
Catriel Müller
d8671cc393
refactor: improve flaky test
2026-06-12 11:56:47 -03:00
Catriel Müller
be0d5ef3bb
Merge branch 'main' into cli-console-restart-on-port-mismatch
2026-06-12 11:33:46 -03:00