Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
79 commits
Select commit Hold shift + click to select a range
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
8f592d7
Merge remote-tracking branch 'origin/main' into resolve-conflicts
YeKc1M Sep 4, 2026
d2f9dd8
test(kap-server): retry temp dir cleanup in tools test
YeKc1M Sep 4, 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
  •  
  •  
  •  
70 changes: 0 additions & 70 deletions .agents/skills/agent-core-dev/SKILL.md

This file was deleted.

Loading
Loading