Skip to content

Commit 1eaa42c

Browse files
committed
release: v0.0.9
1 parent ed3b5ea commit 1eaa42c

File tree

2 files changed

+46
-3
lines changed

2 files changed

+46
-3
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,31 @@ analysis, implementation, and collaboration tasks. Provides a subagent and a ski
2020

2121
## Usage
2222

23-
After installation and configuration, you can use the Codex KKP plugin within Claude Code. The plugin provides
23+
After installation and configuration, you can use the Codex KKP plugin within Claude Code. The plugin provides
2424
a subagent and a skill for code analysis, implementation, and collaboration tasks.
2525

26+
You can verify successful installation by using `/agents` or by asking "What skills do you have?".
27+
Once successfully installed, you can prompt Claude Code to use Codex subagents or skills through prompts, for example:
28+
29+
```
30+
Actively collaborate deeply with codex and subagents for task coordination and code review, ensure code quality, and perform tasks concurrently
31+
```
32+
33+
```
34+
Use Codex to review code changes
35+
```
36+
37+
Claude Code will decide on its own whether to use Skills or agents based on the prompts.
38+
39+
### File Operations
40+
41+
codex-kkp requires codex to use `sandbox=read-only` mode by default. If you need codex to directly modify files,
42+
Claude Code must specify the correct `sandbox=workspace-write` mode or add the `--full-auto` parameter (more dangerous) when calling codex-kkp.
43+
44+
This is mentioned in the skills progressive documentation, but if Claude Code still cannot understand it on its own, you can include these details in your prompts.
45+
46+
Codex will return file operation content, provided it uses tool APIs like `apply_patch` rather than some Bash/Command operations.
47+
2648
## Installation
2749

2850
### Download from repository

README_CN.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,30 @@ Codex KKP 是一个 Claude Code 插件,可与 Codex AI Agent 无缝集成,
1818
- **子代理**:并行运行子代理以提高性能
1919
- **零糖零卡**:非常健康
2020

21-
## 使用方法
21+
## 使用
2222

23-
安装和配置完成后,您可以在 Claude Code 中使用 Codex KKP 插件。
23+
你可以通过 `/agents` 或通过提示词询问 `“你有哪些 Skills?”` 来验证安装的成功与否。
24+
当成功安装和配置后,您可以在 Claude Code 中使用 Codex KKP 插件。
25+
通过提示词来暗示 Claude Code 使用 Codex 的 subagents 或 skills,例如:
26+
27+
```
28+
积极深度配合 codex 、subagent 进行任务协同、代码审查,确保代码质量,并发进行任务
29+
```
30+
31+
```
32+
使用 Codex 审查代码变更
33+
```
34+
35+
Claude Code 会根据提示词自行决定对 Skills 或 agents 的使用。
36+
37+
### 文件操作
38+
39+
codex-kkp 默认要求 codex 使用 `sandbox=read-only` 的模式进行。如果需要让 codex 可以直接修改文件,
40+
那么 Claude Code 在调用 codex-kkp 的时候要指定正确的 `sandbox=workspace-write` 模式或添加 `--full-auto` 参数(较为危险)。
41+
42+
在 skills 渐进式文档中对这些有提及,但是假如 Claude Code 仍然无法自行理解,那么你可以在提示词中体现这些。
43+
44+
codex 会返回对文件的操作内容,前提是它使用的是 `apply_patch` 之类的工具 API 而不是一些 Bash/Command 操作。
2445

2546
## 安装
2647

0 commit comments

Comments
 (0)