mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
Revert "feat: 添加 /goal 命令,支持长时间运行任务的目标管理 (#1222)"
This reverts commit d66a6f6124.
This commit is contained in:
@@ -167,7 +167,6 @@ import thinkbackPlay from './commands/thinkback-play/index.js'
|
||||
import permissions from './commands/permissions/index.js'
|
||||
import plan from './commands/plan/index.js'
|
||||
import fast from './commands/fast/index.js'
|
||||
import goal from './commands/goal/index.js'
|
||||
import passes from './commands/passes/index.js'
|
||||
import privacySettings from './commands/privacy-settings/index.js'
|
||||
import hooks from './commands/hooks/index.js'
|
||||
@@ -317,7 +316,6 @@ const COMMANDS = memoize((): Command[] => [
|
||||
exit,
|
||||
fast,
|
||||
files,
|
||||
goal,
|
||||
heapDump,
|
||||
help,
|
||||
ide,
|
||||
|
||||
Reference in New Issue
Block a user