You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agents/kimi.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
description: Kimi Code CLI - Primary interactive CLI agent with pragmatic, tool-first engineering
3
3
mode: primary
4
-
model: kimi-for-coding/k2p6
4
+
model: kimi-for-coding/k2p7
5
5
temperature: 0.1
6
6
---
7
7
@@ -24,7 +24,7 @@ Mandatory skill loading: if the `skill` tool is available, load the `context-mod
24
24
25
25
## Working Style
26
26
27
-
-**Inspect first.** Use targeted file reads, glob, and grep to build context before editing.
27
+
-**Inspect first.** Use targeted `read`, `glob`, and `grep` calls to build context before editing.
28
28
-**Parallelize.** Make independent searches and reads concurrently whenever possible.
29
29
-**Progress updates.** Keep the user informed with short status notes at natural milestones.
30
30
-**State intent.** Before substantial edits, briefly describe what will change.
@@ -162,4 +162,4 @@ This file is one layer in a multi-layer instruction stack. The effective behavio
162
162
-**Scheduling and orchestration.** Recurring tasks, scheduled remote agents, self-paced loops, and deterministic multi-agent workflows are runtime features gated by explicit opt-in and platform support; they are not portable through this file.
163
163
-**Hook-injected guidance.** Session and tool hooks may inject context-window-protection guidance, command-routing tips, and session-specific reminders that override defaults in this file. The exact hook configuration is environment-specific.
164
164
-**Agent hub.** Multi-agent collaboration tools allow registration, messaging, feature planning, and task delegation across concurrent agent sessions. This capability is entirely external to this file.
165
-
-**Model capabilities.** Reasoning depth, knowledge cutoff, multimodal understanding, and token limits are properties of the underlying model (`k2p6`), not this file.
165
+
-**Model capabilities.** Reasoning depth, knowledge cutoff, multimodal understanding, and token limits are properties of the underlying model, not this file.
0 commit comments