Skip to content

Commit fbae3ae

Browse files
committed
update readme
1 parent 74da07d commit fbae3ae

File tree

4 files changed

+52
-4
lines changed

4 files changed

+52
-4
lines changed

README.ja.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,19 @@ Oh My OpenCode は以下の場所からフックを読み込んで実行しま
759759
}
760760
```
761761

762-
各エージェントでサポートされるオプション:`model`, `temperature`, `top_p`, `prompt`, `tools`, `disable`, `description`, `mode`, `color`, `permission`
762+
各エージェントでサポートされるオプション:`model`, `temperature`, `top_p`, `prompt`, `prompt_append`, `tools`, `disable`, `description`, `mode`, `color`, `permission`
763+
764+
`prompt_append` を使用すると、デフォルトのシステムプロンプトを置き換えずに追加の指示を付け加えられます:
765+
766+
```json
767+
{
768+
"agents": {
769+
"librarian": {
770+
"prompt_append": "Emacs Lisp のドキュメント検索には常に elisp-dev-mcp を使用してください。"
771+
}
772+
}
773+
}
774+
```
763775

764776
`Sisyphus` (メインオーケストレーター) と `build` (デフォルトエージェント) も同じオプションで設定をオーバーライドできます。
765777

README.ko.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,19 @@ Schema 자동 완성이 지원됩니다:
752752
}
753753
```
754754

755-
각 에이전트에서 지원하는 옵션: `model`, `temperature`, `top_p`, `prompt`, `tools`, `disable`, `description`, `mode`, `color`, `permission`.
755+
각 에이전트에서 지원하는 옵션: `model`, `temperature`, `top_p`, `prompt`, `prompt_append`, `tools`, `disable`, `description`, `mode`, `color`, `permission`.
756+
757+
`prompt_append`를 사용하면 기본 시스템 프롬프트를 대체하지 않고 추가 지시사항을 덧붙일 수 있습니다:
758+
759+
```json
760+
{
761+
"agents": {
762+
"librarian": {
763+
"prompt_append": "Emacs Lisp 문서 조회 시 항상 elisp-dev-mcp를 사용하세요."
764+
}
765+
}
766+
}
767+
```
756768

757769
`Sisyphus` (메인 오케스트레이터)와 `build` (기본 에이전트)도 동일한 옵션으로 설정을 오버라이드할 수 있습니다.
758770

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,19 @@ Override built-in agent settings:
794794
}
795795
```
796796

797-
Each agent supports: `model`, `temperature`, `top_p`, `prompt`, `tools`, `disable`, `description`, `mode`, `color`, `permission`.
797+
Each agent supports: `model`, `temperature`, `top_p`, `prompt`, `prompt_append`, `tools`, `disable`, `description`, `mode`, `color`, `permission`.
798+
799+
Use `prompt_append` to add extra instructions without replacing the default system prompt:
800+
801+
```json
802+
{
803+
"agents": {
804+
"librarian": {
805+
"prompt_append": "Always use the elisp-dev-mcp for Emacs Lisp documentation lookups."
806+
}
807+
}
808+
}
809+
```
798810

799811
You can also override settings for `Sisyphus` (the main orchestrator) and `build` (the default agent) using the same options.
800812

README.zh-cn.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,19 @@ Agent 爽了,你自然也爽。但我还想直接让你爽。
763763
}
764764
```
765765

766-
每个 Agent 能改这些:`model``temperature``top_p``prompt``tools``disable``description``mode``color``permission`
766+
每个 Agent 能改这些:`model``temperature``top_p``prompt``prompt_append``tools``disable``description``mode``color``permission`
767+
768+
`prompt_append` 可以在默认系统提示后面追加额外指令,不用替换整个提示:
769+
770+
```json
771+
{
772+
"agents": {
773+
"librarian": {
774+
"prompt_append": "查 Emacs Lisp 文档时用 elisp-dev-mcp。"
775+
}
776+
}
777+
}
778+
```
767779

768780
`Sisyphus`(主编排器)和 `build`(默认 Agent)也能改。
769781

0 commit comments

Comments
 (0)