cdsa-harness 0.22.0 → 0.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/builtins.js +1 -1
- package/src/cli.js +2 -2
package/package.json
CHANGED
package/src/builtins.js
CHANGED
package/src/cli.js
CHANGED
|
@@ -492,11 +492,11 @@ function printHelp() {
|
|
|
492
492
|
"",
|
|
493
493
|
c.bold("대화"),
|
|
494
494
|
` ${c.cyan("/new")}(=/clear) 새 대화 · ${c.cyan("/compact")} 대화를 모델이 요약해 압축 · ${c.cyan("/resume")} 지난 대화 이어가기`,
|
|
495
|
-
` ${c.cyan("/undo")}
|
|
495
|
+
` ${c.cyan("/undo")} ${c.cyan("/redo")} 변경 되돌리기/재적용 · ${c.cyan("/todos")} 에이전트 할일 · ${c.cyan("/context")} 컨텍스트`,
|
|
496
496
|
"",
|
|
497
497
|
c.bold("프로젝트"),
|
|
498
498
|
` ${c.cyan("/init")} 모델이 폴더를 파악해 AGENT.md(프로젝트 규칙) 생성 · ${c.cyan("/memory")} 규칙 파일 보기`,
|
|
499
|
-
` ${c.cyan("/workspace")} <폴더>
|
|
499
|
+
` ${c.cyan("/workspace")} <폴더> 작업 폴더 · ${c.cyan("/agent")} 모드(build/plan/커스텀) · ${c.cyan("!")}cmd 셸 직접실행`,
|
|
500
500
|
"",
|
|
501
501
|
c.bold("모델·설정"),
|
|
502
502
|
` ${c.cyan("/setup")} 연결 마법사 · ${c.cyan("/model")} <이름> 변경 · ${c.cyan("/models")} 목록(ollama 는 설치분) · ${c.cyan("/provider")} 전환`,
|