Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
449 commits
Select commit Hold shift + click to select a range
75c94c4
fix(agent-core-v2): fall back to kimi-file URL for prompt attachments…
sailist Aug 26, 2026
b3f08b6
fix(kap-server): include stable question and option ids in transcript…
sailist Aug 26, 2026
a965684
test(mcp): deflake early-close replay test in stdio MCP clients (#3269)
kimi-agent-bot Aug 26, 2026
b17bd61
fix(agent-core-v2): clear the turn outcome when an undo rewinds the t…
kimi-agent-bot Aug 26, 2026
7de7b18
feat(agent-core-v2): self-heal corrupted wire journals during restore…
sailist Aug 27, 2026
04fdb49
fix(kimi-code): reconnect remote control tunnel after silent relay de…
sailist Aug 27, 2026
cd7c97b
fix(agent-core-v2): retry failed wire journal repair before accepting…
sailist Aug 27, 2026
f34b2ec
fix(vscode): serialize per-view session opens to stop duplicated stre…
Grapedge Aug 27, 2026
692bb0a
feat(kap-server): add task detach action to move foreground tasks to …
liruifengv Aug 27, 2026
f143130
fix(transcript): carry the orchestrator's prompt on subagent turns (#…
liruifengv Aug 27, 2026
7066950
fix(oauth): show a cancelled state when authorization is denied on th…
liruifengv Aug 27, 2026
bd5e32f
fix(secondary-model): stop rewriting the section when providers refre…
7Sageer Aug 27, 2026
74d9bd1
fix(mcp): send content or structuredContent to the model, never both …
xpzouying Aug 27, 2026
21f7ef6
fix(auth): keep OAuth login alive when its own provisioning writes th…
liruifengv Aug 27, 2026
df9e858
chore: sync web dist from code-app (#3296)
liruifengv Aug 27, 2026
52e8d19
ci: release packages (#3140)
github-actions[bot] Aug 27, 2026
676e4d8
docs(changelog): sync 0.39.0 from apps/kimi-code/CHANGELOG.md (#3300)
liruifengv Aug 27, 2026
15f3d93
fix(vscode): bundle immer into vsix extension (#3304)
kimi-agent-bot Aug 27, 2026
23921e9
fix(agent-core-v2): notify the model of previous background tasks ter…
7Sageer Aug 28, 2026
4e7738b
feat(kap-server): support server-local path attachments (#3247)
7Sageer Aug 28, 2026
0310f22
fix(cli): give the interactive update check a longer CDN timeout (#3307)
kimi-agent-bot Aug 28, 2026
2bf7ed2
feat(auth): split model readiness from sign-in state in /api/v1/auth …
liruifengv Aug 28, 2026
efce74e
fix(cli): show the full remote control link in the startup output (#3…
sailist Aug 28, 2026
dc6028d
fix(kap-server): only fold user-origin steers by content in the cold …
kimi-agent-bot Aug 28, 2026
d8317d8
fix(agent-core-v2): cache workspace alias resolution across calls (#3…
liruifengv Aug 28, 2026
8f43674
chore: sync web dist from code-app (#3333)
kimi-agent-bot Aug 28, 2026
5efca0c
ci: release packages (#3312)
github-actions[bot] Aug 28, 2026
0312baa
docs(changelog): sync 0.39.1 from apps/kimi-code/CHANGELOG.md (#3342)
kimi-agent-bot Aug 28, 2026
9fa1e77
refactor(agent-core-v2): remove the ${now} system prompt template var…
7Sageer Aug 28, 2026
44b40e6
ci: add VS Code extension publish workflow (#3332)
wbxl2000 Aug 28, 2026
9d2304c
fix(persistence): guard file reads against torn writes from external …
liukx0205 Aug 28, 2026
9619277
fix(cli): use the unicode ellipsis in user-facing interface text (#3366)
kimi-agent-bot Aug 29, 2026
56b5480
fix(cli): validate config.toml against the v2 schema in kimi doctor (…
sailist Aug 30, 2026
cbe0a77
fix(transcript): preserve steer provenance (#3374)
chengluyu Aug 30, 2026
58b74cf
fix(transcript): preserve turn prompt identity (#3377)
chengluyu Aug 30, 2026
ece9618
fix(agent-core-v2): spawn tower workers on dirty base (#3346)
tpoisonooo Aug 31, 2026
9e88152
fix(agent-core-v2): persist prompt resolution events (#3371)
tpoisonooo Aug 31, 2026
8f2c60b
feat(agent-core-v2): support openai_responses protocol for kimi provi…
sailist Aug 31, 2026
971a8b2
feat(secondary-model): graduate the subagent model pool out of experi…
7Sageer Aug 31, 2026
5f0aa7f
fix(cli): default the workspace trust prompt to "Trust this folder" (…
7Sageer Aug 31, 2026
616d510
feat(agent-core-v2): preserve config.toml formatting on writeback (#3…
7Sageer Aug 31, 2026
4b9888b
feat(agent-core-v2): require approval for dangerous bash commands in …
sailist Aug 31, 2026
70e35f5
docs: add Remote Control guide (zh/en) (#3398)
wenhua020201-arch Aug 31, 2026
3b2fc06
feat(agent-core-v2): add P0 telemetry events for auth, execution, and…
7Sageer Aug 31, 2026
08a2fb0
feat(cli): rename permission modes to Always Ask, Ask When Needed, an…
sailist Aug 31, 2026
15bf585
refactor(agent-core-v2): replace agent runtime with agent-scoped DI s…
sailist Aug 31, 2026
19413c2
docs: rename permission modes to Always Ask, Ask When Needed, and Nev…
sailist Aug 31, 2026
630a11d
feat(cli): compress native update artifacts and decompress them while…
kimi-agent-bot Aug 31, 2026
5e57618
fix(agent-core-v2): allow sessions without valid models (#3411)
sailist Sep 1, 2026
7bc5b20
refactor(agent-core-v2): deliver the subagent fork notice via reminde…
7Sageer Sep 1, 2026
82bf0a8
fix(agent-core-v2): parse git status porcelain with -z for non-ASCII …
kimi-agent-bot Sep 1, 2026
effa5b7
Delete GOAL.md (#3416)
7Sageer Sep 1, 2026
a26fca7
test: catch fixtures up with the model-validation removal (#3418)
liukx0205 Sep 1, 2026
0b8808a
fix(agent-core-v2): re-remind subdirectory AGENTS.md after context co…
7Sageer Sep 1, 2026
379241e
feat(agent-core-v2): report enabled experimental flags in session_sta…
7Sageer Sep 1, 2026
4d7f32e
fix(agent-core-v2): drop compaction mechanics from the AGENTS.md disc…
7Sageer Sep 1, 2026
c3bf6f9
feat(agent-core-v2): rework tower mode entry and surface worker death…
tpoisonooo Sep 1, 2026
76c1a7a
refactor(agent-core-v2): simplify the default system prompt (#3390)
Grapedge Sep 1, 2026
9c37feb
perf(agent-core-v2): fork sessions without materializing the target (…
sailist Sep 1, 2026
55b422a
feat(kimi-code): allow overriding the remote control relay origin via…
sailist Sep 1, 2026
33eee42
fix(agent-core-v2): reproject a stale session index at startup (#3422)
sailist Sep 1, 2026
442b563
fix(agent-core-v2): let experimental config override the master flag …
sailist Sep 1, 2026
ceb5153
feat(cli): add the kimi session list subcommand (#3425)
sailist Sep 1, 2026
742e119
feat(agent-core-v2): persist step retry and interrupt events to the w…
sailist Sep 1, 2026
deed1e9
docs(transcript): add SDK contract document (#3432)
sailist Sep 1, 2026
ab565e0
docs(transcript): rewrite SDK document against the current contract (…
sailist Sep 1, 2026
ae7a6dc
refactor(acp): remove the legacy acp-adapter package (#3434)
sailist Sep 1, 2026
026e807
refactor(vis): migrate vis from agent-core v1 to agent-core-v2 (#3438)
sailist Sep 1, 2026
0fd8969
refactor(vscode): migrate the webview data layer from ahooks to TanSt…
Grapedge Sep 1, 2026
b4ae7f8
fix(agent-core-v2): allow Bash cwd outside the workspace roots (#3444)
sailist Sep 2, 2026
0446196
fix(migration-legacy): faithfully migrate kimi-cli user data into kim…
sailist Sep 2, 2026
0f39b2c
fix(kap-server): report the real event watermark as last_seq in getSe…
wbxl2000 Sep 2, 2026
a23ff56
feat(kap-server): add POST /workspaces/{id}/add-dir endpoint (#3451)
sailist Sep 2, 2026
913a242
chore: sync web dist from code-app (#3454)
wbxl2000 Sep 2, 2026
e27ee60
ci: release packages (#3347)
github-actions[bot] Sep 2, 2026
650d12f
feat: add experimental turn-level file history snapshots (#3339)
liukx0205 Sep 2, 2026
411572e
feat(vscode): engine-backed @ file suggestions (#3453)
Grapedge Sep 2, 2026
bec34e1
docs(changelog): sync 0.40.0 from apps/kimi-code/CHANGELOG.md (#3457)
wbxl2000 Sep 2, 2026
ad5f0a5
fix(agent-core-v2): re-remind uninjected AGENTS.md on directory acces…
7Sageer Sep 2, 2026
cb11fc4
fix(migration-legacy): stop re-prompting for kimi-cli migration once …
sailist Sep 2, 2026
979baad
chore: add changeset for the kimi-cli migration re-prompt fix (#3469)
sailist Sep 2, 2026
0d56222
chore(changesets): drop unpublished @moonshot-ai/kimi-code entries (#…
liruifengv Sep 2, 2026
0d45ddd
ci: release packages (#3456)
github-actions[bot] Sep 2, 2026
b6b9b37
feat(agent-core-v2): add a handoff step after forced stops and report…
RealKai42 Sep 2, 2026
a708769
docs(changelog): sync 0.40.1 from apps/kimi-code/CHANGELOG.md (#3475)
liruifengv Sep 2, 2026
d567a6a
feat(kimi-code): show file-change warning when switching to ask-when-…
7Sageer Sep 2, 2026
e2e5859
docs: annotate renamed permission modes with bilingual names and form…
wenhua020201-arch Sep 2, 2026
9f866cb
refactor(agent-core-v2): rebuild telemetry context as a scope-bound l…
7Sageer Sep 2, 2026
eb4cd4b
fix(agent-core-v2): assemble flag-gated features after config ready (…
7Sageer Sep 2, 2026
8057d30
fix(tower): support config.toml configuration (#3461)
tpoisonooo Sep 2, 2026
7570892
fix(kap-server): stop exiting the process on uncaughtException (#3477)
sailist Sep 2, 2026
c52d583
docs: remove agent-core-v2, kap-server, and transcript package docs (…
sailist Sep 2, 2026
b6f78f9
Revert "fix(agent-core-v2): assemble flag-gated features after config…
7Sageer Sep 2, 2026
0faa878
fix(agent-core-v2): write the bound model into the ambient telemetry …
7Sageer Sep 2, 2026
052e98e
fix(agent-core-v2): rebuild persisted subagents when resuming after a…
RealKai42 Sep 2, 2026
ff7ed1c
fix(agent-core-v2): track session index mirror give-up event once per…
7Sageer Sep 3, 2026
20a0ba9
test: speed up kap-server suite and exclude minidb from default proje…
sailist Sep 3, 2026
a3b48a7
fix(kimi-code): honor KIMI_DISABLE_TELEMETRY and restore crash teleme…
7Sageer Sep 3, 2026
ca5cc76
fix(tree-sitter-bash): recognize heredocs in character-level balanced…
sailist Sep 3, 2026
494df61
docs(zh,en): restyle configuration and customization sections (#3485)
wenhua020201-arch Sep 3, 2026
26dd6ce
fix(telemetry): deduplicate session_started and model switch events (…
7Sageer Sep 3, 2026
a020946
refactor(agent-core-v2): remove the staleGuard feature (#3517)
sailist Sep 3, 2026
ed215c6
fix(telemetry): drop null values from flattened event payloads (#3518)
7Sageer Sep 3, 2026
b199e33
feat(agent-core-v2): remind the model of its context budget and point…
RealKai42 Sep 3, 2026
744b718
fix(tui): drop the /dance Easter egg hint from the tips rotation (#3521)
kimi-agent-bot Sep 3, 2026
523d35b
fix(agent-core-v2): keep background questions open past turn end and …
RealKai42 Sep 3, 2026
b184b31
feat(agent-core-v2): drop the dangerous command guard in auto permiss…
sailist Sep 4, 2026
6013658
feat(kimi-code): add session rating survey (#3516)
Grapedge Sep 4, 2026
eba23ed
feat(agent-core-v2): drop the experimental gate from turn-level file …
wbxl2000 Sep 4, 2026
ac01bc4
feat(cli): open permission selector from /yolo and /auto (#3515)
sailist Sep 4, 2026
51bd52a
fix(kimi-code): flush wire journals before print-mode exit (#3531)
7Sageer Sep 4, 2026
29e1875
chore: sync web dist from code-app (#3549)
wbxl2000 Sep 4, 2026
95478e8
ci: release packages (#3472)
github-actions[bot] Sep 4, 2026
2fbb271
docs(changelog): sync 0.41.0 from apps/kimi-code/CHANGELOG.md (#3551)
wbxl2000 Sep 4, 2026
f9ca333
fix(vis): align with current agent-core-v2 (#3540)
RealKai42 Sep 4, 2026
baf17a8
feat(protocol): preserve media attachment names (#3548)
chengluyu Sep 6, 2026
af81bb9
fix(cli): open localhost instead of the wildcard bind address when au…
kimi-agent-bot Sep 6, 2026
485594f
refactor(agent-core-v2): absorb the human layer and replace the agent…
sailist Sep 6, 2026
00265b0
fix(agent-core-v2): deduplicate repeated tool call ids in the loop ma…
sailist Sep 6, 2026
ccf3d5d
fix(agent-core-v2): deduplicate repeated tool call ids inside the tur…
sailist Sep 6, 2026
bb16383
refactor: remove the legacy agent-core v1 package (#3542)
sailist Sep 7, 2026
f0434f2
feat: graduate remote-control, minidb read model and search worker fr…
sailist Sep 7, 2026
c1cac34
fix(kap-server): stop event journal writes after server close (#3595)
sailist Sep 7, 2026
3f967e1
refactor(agent-core-v2): unify fs watching into a single xstate watch…
sailist Sep 7, 2026
48f5dc9
feat(kap-server): add remote-control runtime toggle API (#3594)
sailist Sep 7, 2026
369dbff
fix(remote-control): release the lock before reporting off and re-rea…
sailist Sep 7, 2026
73ff2bf
fix(agent-core-v2): merge text deltas across empty reasoning stream p…
sailist Sep 7, 2026
00cfbb0
fix(cli): warn in kimi -p when workspace trust skips project MCP serv…
7Sageer Sep 7, 2026
924da9c
feat(agent-core-v2): add env bindings for print-mode and bash task ti…
7Sageer Sep 7, 2026
ed1dc72
fix(kosong): tolerate undefined model name in Anthropic profile match…
silentiris Sep 7, 2026
55685c5
feat(agent-core-v2): remove the context budget reminders (#3526)
RealKai42 Sep 7, 2026
f1e9152
fix(sdk): count cron turns as replay turn boundaries (#3605)
huangzheng2016 Sep 7, 2026
5eea890
fix(agent-core-v2): attribute event-loop-busy decode time to the clie…
huangzheng2016 Sep 7, 2026
fb0353a
feat(agent-core-v2): watch user-level skill roots so the catalog stay…
liukx0205 Sep 7, 2026
75682b0
fix(agent-core-v2): skip stray non-directory entries during session i…
sailist Sep 7, 2026
34ad513
feat(kimi-code): two-line collapsed tool cards with width-aware heade…
RealKai42 Sep 7, 2026
0d7833e
fix(agent-v2): tower mode fixes (#3596)
tpoisonooo Sep 7, 2026
f3c75bd
docs(agent-core-v2): add the llm module design guide (#3621)
sailist Sep 7, 2026
5e622e5
refactor(agent-core-v2): move llm retry and recovery from the llm mac…
sailist Sep 7, 2026
1316b3f
refactor(agent-core-v2): drop anthropic_beta and google-vertex protoc…
7Sageer Sep 7, 2026
260ac3f
feat(cli): apply cloud-recommended default thinking effort (#3616)
Grapedge Sep 7, 2026
f12d59e
feat(agent-core-v2): anchor compaction resumption on the latest user …
7Sageer Sep 7, 2026
fa87d04
feat(kap-server): expose session deletion with serialized cleanup (#3…
wbxl2000 Sep 7, 2026
6e51631
fix(agent-core-v2): stop tool actor teardown from aborting sibling to…
sailist Sep 8, 2026
0527dae
refactor(agent-core-v2): align xstate machine naming with command/fac…
sailist Sep 8, 2026
e831fd1
feat(secondary-model): drop the experimental flag from the subagent m…
7Sageer Sep 8, 2026
586c4c2
chore: initialize husky git hooks (#3632)
Grapedge Sep 8, 2026
f88ed6d
chore: add the tdd skill for test-driven development (#3637)
sailist Sep 8, 2026
c156ed5
test(kap-server): drop the flaky two-pass swap catalog import case (#…
sailist Sep 8, 2026
f6a9c39
feat(kimi-code): NotifyUser tool and mid-turn update panel (#3524)
RealKai42 Sep 8, 2026
e56df4e
fix(telemetry): stop silently dropping key event attributes (#3638)
7Sageer Sep 8, 2026
1670d3a
fix(agent-core-v2): clarify subagent model disclosure in Agent and Ag…
7Sageer Sep 8, 2026
d4d20d2
feat(agent-core-v2): allow read-only tools in /btw side questions (#3…
liukx0205 Sep 8, 2026
324774d
test: stabilize the full suite on macOS developer machines (#3643)
sailist Sep 8, 2026
14cc786
refactor(agent-core-v2): replace interaction DI services with a globa…
sailist Sep 8, 2026
9188d03
refactor(protocol): remove package and relocate wire types into agent…
sailist Sep 8, 2026
80480c0
feat(agent-core-v2): accept HEIC, HEIF, and BMP images for Kimi model…
RealKai42 Sep 8, 2026
5000f98
fix(agent-core-v2): make large file reads resumable (#3645)
RealKai42 Sep 8, 2026
a0191da
feat(agent-core-v2): round-trip reasoning_details in chat completions…
sailist Sep 8, 2026
5a84a67
refactor(agent-core-v2): replace stale v3 naming in human code with n…
sailist Sep 8, 2026
7f5debf
fix(agent-core-v2): fall back to the configured default model for ima…
RealKai42 Sep 8, 2026
6de0cec
fix(mcp): preserve distinct structured tool results (#3654)
RealKai42 Sep 8, 2026
ff7371b
fix(glob): allow retrieving matches beyond the default page (#3658)
RealKai42 Sep 8, 2026
0b67511
feat(agent-core-v2): nudge silent agents to post NotifyUser updates (…
cyk-ms Sep 8, 2026
f8c606e
fix(updater): support zstd manifest entries (#3669)
wbxl2000 Sep 9, 2026
e6bc8b8
chore: sync web dist from code-app (#3671)
liruifengv Sep 9, 2026
91dcc2d
chore: translate and polish pending changeset entries (#3674)
liruifengv Sep 9, 2026
6954d2c
ci: release packages (#3574)
github-actions[bot] Sep 9, 2026
4954fab
docs(changelog): sync 0.42.0 from apps/kimi-code/CHANGELOG.md (#3675)
liruifengv Sep 9, 2026
a9efbe0
feat: delete sessions from the session picker (#3670)
Grapedge Sep 9, 2026
68f8984
refactor(agent-core-v2): single producer for turn and step ids (#3662)
sailist Sep 9, 2026
27b7349
refactor(agent-core-v2): rewire the model catalog runtime onto the pr…
sailist Sep 9, 2026
56ed954
refactor(agent-core-v2): remove AgentActivityView and project v1 agen…
sailist Sep 9, 2026
6299cfd
feat(kap-server): stream raw xstate inspection events over /api/v1/de…
sailist Sep 9, 2026
1306a9a
feat(agent-core-v2): warn on [models] entries missing the model field…
7Sageer Sep 9, 2026
aad4a7d
feat(agent-core-v2): event-source the human agent state store (#3691)
sailist Sep 9, 2026
9f7e68e
fix(mcp): preserve original attachments omitted from model output (#3…
RealKai42 Sep 10, 2026
2da4aa2
feat(tower): reliability fixes (#3648)
tpoisonooo Sep 10, 2026
d3dc594
fix(remote-control): carry server token in rc local UI link (#3696)
sailist Sep 10, 2026
5e452fc
fix(agent-core-v2): let steer interrupt background task waits (#3697)
RealKai42 Sep 10, 2026
42998cf
feat(updater): add -y/--yes to skip the upgrade confirmation prompt (…
sailist Sep 10, 2026
64505e3
feat(kap-server): add flat entity message protocol (v3 WS + history A…
sailist Sep 10, 2026
4049161
refactor(agent-core-v2): replace ProtocolTrait with per-protocol type…
7Sageer Sep 10, 2026
1e6f6e3
refactor(agent-core-v2): drop the llm state machine, let turn invoke …
7Sageer Sep 10, 2026
18f77ef
refactor(agent-core-v2): plug llm credentials in through request conf…
7Sageer Sep 10, 2026
5b3b5b6
fix(goal): remove time budget cap and exclude offline time (#3657)
chengluyu Sep 10, 2026
e409bc8
feat(remote-control): compress textual tunnel responses with gzip (#3…
sailist Sep 10, 2026
565093f
feat(agent-core-v2): allow rm -rf targeting only /tmp or /temp paths …
sailist Sep 10, 2026
e348cf5
fix(agent-core-v2): stop warning on unhandled store.changed events (#…
7Sageer Sep 10, 2026
c250a31
fix(agent-core-v2): keep late task settlement silent after agent tear…
sailist Sep 10, 2026
f728cb1
fix(agent-core-v2): rebuild session and search indexes on storage fai…
sailist Sep 10, 2026
221d112
fix(agent-core-v2): suppress task notifications before loop quiescenc…
sailist Sep 10, 2026
306f6f6
fix(remote-control): validate tunnel base64 linearly to avoid V8 rege…
sailist Sep 11, 2026
ab9e688
feat(remote-control): cache rewritten tunnel responses with ETag vali…
sailist Sep 11, 2026
72dbb9b
refactor(agent-core-v2): compose the llm recovery chain outside the t…
7Sageer Sep 11, 2026
b180725
feat(agent-core-v2): add KIMI_CODE_PERMISSION_MODE_REMINDER env to di…
kimi-agent-bot Sep 11, 2026
ee2cac1
fix(agent-core-v2): invalidate streamed attempt state when the llm re…
kimi-agent-bot Sep 11, 2026
7d7e8de
refactor(agent-core-v2): rebuild wire persistence and flip agents to …
sailist Sep 13, 2026
6126472
feat(agent-core-v2): graduate AI session titles from experimental (#3…
liruifengv Sep 14, 2026
775a6c3
feat(agent-core-v2): make the compaction attempt limit configurable (…
7Sageer Sep 14, 2026
4623395
refactor(agent-core-v2): fold the prompt queue into the agent loop se…
sailist Sep 14, 2026
dd6a411
chore: sync web dist from code-app (#3763)
liruifengv Sep 14, 2026
9296e68
feat: declare dynamically_loaded_tools for official models and add pe…
sailist Sep 14, 2026
cd0d4a1
fix(agent-core-v2): display reasoning_content over reasoning_details …
sailist Sep 14, 2026
2d4d799
fix(kap-server): omit hidden thinking summaries from v1 session histo…
sailist Sep 14, 2026
ffa94fa
ci: release packages (#3677)
github-actions[bot] Sep 14, 2026
f37cb3d
docs(changelog): sync 0.43.0 from apps/kimi-code/CHANGELOG.md (#3767)
liruifengv Sep 14, 2026
1336be3
fix(kap-server): verify indexed search results against session source…
wbxl2000 Sep 14, 2026
4f45efd
docs(skills): clarify flat-form skill naming and its limits (#3774)
kimi-agent-bot Sep 14, 2026
486dcd2
feat(kimi-code): re-baseline pi-tui on upstream v0.85.1 (#3780)
Grapedge Sep 14, 2026
0725ef1
fix(agent-core-v2): tower mode mistaking newly agents for previous na…
tpoisonooo Sep 15, 2026
82ec469
fix(agent-core-v2): keep swarm cancellation from crashing the CLI (#3…
huangzheng2016 Sep 15, 2026
48fad6e
fix(agent-core-v2): release disposed agent scopes from the DI depende…
huangzheng2016 Sep 15, 2026
f248624
perf(agent-core-v2): shard the session event bus by agent id (#3775)
huangzheng2016 Sep 15, 2026
dc76b0c
perf(tui): batch and cache agent swarm progress rendering (#3777)
huangzheng2016 Sep 15, 2026
513e71e
feat(agent-core-v2): fail fast on unsupported [secondary_model].defau…
7Sageer Sep 15, 2026
da7f7ed
docs: add web slash commands table and fold goal mode guide into inte…
wenhua020201-arch Sep 15, 2026
bb0c66a
feat(oauth): switch the managed usage payload to the quota model (#3787)
liruifengv Sep 15, 2026
26a2841
chore: sync web dist from code-app (#3792)
liruifengv Sep 15, 2026
75ac010
ci: release packages (#3770)
github-actions[bot] Sep 15, 2026
a7bdabb
feat(kimi-code): gate and report feedback surveys by resolved kfc mod…
Grapedge Sep 15, 2026
3eaed4e
docs(changelog): sync 0.43.1 from apps/kimi-code/CHANGELOG.md (#3805)
liruifengv Sep 15, 2026
c72a202
feat(kimi-code): highlight diff code blocks (#3802)
Grapedge Sep 15, 2026
39a7455
fix(plugins): rename WebBridge display name to Kimi Browser Extension…
kimi-agent-bot Sep 15, 2026
f2f9162
refactor(agent-core-v2): clarify human-layer names (#3727)
7Sageer Sep 15, 2026
cb9ce61
refactor(agent-core-v2): align request and recovery stage names (#3766)
7Sageer Sep 15, 2026
7d174ac
perf(agent-core-v2): evict completed subagent scopes behind an LRU ca…
huangzheng2016 Sep 15, 2026
19ce4b3
fix(tui): stop /usage and /status from prompting login before the fir…
liruifengv Sep 15, 2026
5653c73
feat(agent-core-v2): upload images as file references for Kimi models…
7Sageer Sep 15, 2026
540133f
fix(kosong): declare optional media names on image and video parts (#…
chengluyu Sep 16, 2026
2bb6e12
fix: prevent duplicate steer messages in transcript clients (#3828)
wbxl2000 Sep 16, 2026
402ee71
feat(kap-server): accept text parts in skill activation attachments (…
chengluyu Sep 16, 2026
8660a07
fix(tower): subagent cards still showing "completed" during rework (#…
tpoisonooo Sep 16, 2026
f4e5822
fix(agent-core-v2): stop aborted-operation errors from escaping to pr…
sailist Sep 16, 2026
1c7e996
fix(kap-server): record user slash skill activations steered into a r…
chengluyu Sep 16, 2026
cafd9b5
fix(kap-server): rebuild chat transcript after undo (#3837)
wbxl2000 Sep 16, 2026
41eac5d
feat(kap-server): keep client metadata on prompts and skill activatio…
chengluyu Sep 16, 2026
9c5e9b4
fix(agent-core-v2): watch Windows 8.3 short paths through their long …
chengluyu Sep 16, 2026
da31c47
feat(agent-core-v2): add skill scopes and mark custom-theme as tui-on…
7Sageer Sep 16, 2026
0cf413f
fix(kap-server): open a new turn for abort-reissued steers in cold tr…
Grapedge Sep 16, 2026
34ec5d2
feat(cli): add /desktop slash command and kimi install-app subcommand…
wbxl2000 Sep 16, 2026
b4d0b8a
fix(tui): recut live @ mention token when accepting stale completion …
Grapedge Sep 16, 2026
d9d1f59
chore: sync web dist from code-app (#3850)
liruifengv Sep 16, 2026
bd06178
fix(kap-server): avoid duplicating steered prompt content (#3853)
wbxl2000 Sep 16, 2026
31f1b68
fix(agent-core-v2): mark MCP servers needs-auth when a tool call retu…
7Sageer Sep 17, 2026
4e813cf
chore: sync web dist from code-app (#3859)
liruifengv Sep 17, 2026
95d4a9d
ci: sign Windows CLI binaries with Azure Artifact Signing (#3858)
liruifengv Sep 17, 2026
faec32c
feat(tui): render mermaid code blocks as diagrams in the terminal (#3…
Grapedge Sep 17, 2026
1b89e4b
ci: release packages (#3797)
github-actions[bot] Sep 17, 2026
4d766fb
chore: merge upstream 2.0.0
Sep 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
70 changes: 0 additions & 70 deletions .agents/skills/agent-core-dev/SKILL.md

This file was deleted.

Loading
Loading