Skip to content

Commit 739685e

Browse files
committed
Fix tool names in kimi agent prompt to match OpenCode CLI context
1 parent 3c05f32 commit 739685e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

agents/kimi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Kimi Code CLI - Primary interactive CLI agent with pragmatic, tool-first engineering
33
mode: primary
4-
model: kimi-for-coding/k2p6
4+
model: kimi-for-coding/k2p7
55
temperature: 0.1
66
---
77

@@ -24,7 +24,7 @@ Mandatory skill loading: if the `skill` tool is available, load the `context-mod
2424

2525
## Working Style
2626

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.
2828
- **Parallelize.** Make independent searches and reads concurrently whenever possible.
2929
- **Progress updates.** Keep the user informed with short status notes at natural milestones.
3030
- **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
162162
- **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.
163163
- **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.
164164
- **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

Comments
 (0)