Skip to content

Commit 5f13aac

Browse files
SeemSeamclaude
andcommitted
Clean up old command references and remove legacy skills
- Remove old skill directories (cask, gask, oask, dask, lask) - Update ask SKILL.md to reference `ping <provider>` instead of gping/cping/oping - Update install messages to use new command names (ask/ping/pend) - Remove empty commands/ directory Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent adf8fb9 commit 5f13aac

11 files changed

Lines changed: 341 additions & 129 deletions

File tree

codex_skills/ask/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ EOF
4141

4242
## Notes
4343

44-
- If it fails, check backend health with the corresponding ping command (gping/cping/oping/dping).
44+
- If it fails, check backend health with the corresponding ping command (`ping <provider>` (e.g., `ping gemini`)).

droid_skills/ask/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ EOF
4141

4242
## Notes
4343

44-
- If it fails, check backend health with the corresponding ping command (gping/cping/oping/dping).
44+
- If it fails, check backend health with the corresponding ping command (`ping <provider>` (e.g., `ping gemini`)).

droid_skills/cask/SKILL.md.powershell

Lines changed: 0 additions & 30 deletions
This file was deleted.

install.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function Get-Msg {
7373
"confirm_windows" = @{ en = "Continue installation in Windows? (y/N)"; zh = "确认继续在 Windows 中安装?(y/N)" }
7474
"cancelled" = @{ en = "Installation cancelled"; zh = "安装已取消" }
7575
"windows_warning" = @{ en = "You are installing ccb in native Windows environment"; zh = "你正在 Windows 原生环境安装 ccb" }
76-
"same_env" = @{ en = "ccb/cask/cping/cpend must run in the same environment as codex/gemini."; zh = "ccb/cask/cping/cpend 必须与 codex/gemini 在同一环境运行。" }
76+
"same_env" = @{ en = "ccb/ask/ping/pend must run in the same environment as codex/gemini."; zh = "ccb/ask/ping/pend 必须与 codex/gemini 在同一环境运行。" }
7777
}
7878
if ($msgs.ContainsKey($Key)) {
7979
return $msgs[$Key][$script:CCBLang]
@@ -171,7 +171,7 @@ function Confirm-BackendEnv {
171171
Write-Host "================================================================"
172172
Write-Host "[WARNING] You are installing ccb in native Windows environment"
173173
Write-Host "================================================================"
174-
Write-Host "ccb/cask/cping/cpend must run in the same environment as codex/gemini."
174+
Write-Host "ccb/ask/ping/pend must run in the same environment as codex/gemini."
175175
Write-Host ""
176176
Write-Host "Please confirm: You will install and run codex/gemini in native Windows (not WSL)."
177177
Write-Host "If you plan to run codex/gemini in WSL, exit and run in WSL:"

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ msg() {
5959
en_msg="Detected WSL environment"
6060
zh_msg="检测到 WSL 环境" ;;
6161
same_env_required)
62-
en_msg="ccb/cask/cping/cpend must run in the same environment as codex/gemini."
63-
zh_msg="ccb/cask/cping/cpend 必须与 codex/gemini 在同一环境运行。" ;;
62+
en_msg="ccb/ask/ping/pend must run in the same environment as codex/gemini."
63+
zh_msg="ccb/ask/ping/pend 必须与 codex/gemini 在同一环境运行。" ;;
6464
confirm_wsl_native)
6565
en_msg="Please confirm: you will install and run codex/gemini in WSL (not Windows native)."
6666
zh_msg="请确认:你将在 WSL 中安装并运行 codex/gemini(不是 Windows 原生)。" ;;
@@ -283,7 +283,7 @@ confirm_backend_env_wsl() {
283283
echo "================================================================"
284284
echo "WARN: Detected WSL environment"
285285
echo "================================================================"
286-
echo "ccb/cask/cping/cpend must run in the same environment as codex/gemini."
286+
echo "ccb/ask/ping/pend must run in the same environment as codex/gemini."
287287
echo
288288
echo "Please confirm: you will install and run codex/gemini in WSL (not Windows native)."
289289
echo "If you plan to run codex/gemini in Windows native, exit and run on Windows side:"

skills/ask/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ EOF
4141

4242
## Notes
4343

44-
- If it fails, check backend health with the corresponding ping command (gping/cping/oping/dping).
44+
- If it fails, check backend health with `ping <provider>` (e.g., `ping gemini`).

skills/ask/SKILL.md.powershell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ EOF
4646

4747
## Notes
4848

49-
- If it fails, check backend health with the corresponding ping command (gping/cping/oping/dping).
49+
- If it fails, check backend health with the corresponding ping command (`ping <provider>` (e.g., `ping gemini`)).

skills/cask/SKILL.md.powershell

Lines changed: 0 additions & 30 deletions
This file was deleted.

skills/gask/SKILL.md.powershell

Lines changed: 0 additions & 30 deletions
This file was deleted.

skills/oask/SKILL.md.powershell

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)