feat(codex): support proactive /agent mode (#1172)

This commit is contained in:
SSU-WEI HUANG
2026-07-26 15:01:53 +08:00
committed by GitHub
parent 6bddc9d044
commit bd5e87898a
7 changed files with 78 additions and 4 deletions
+1
View File
@@ -12,6 +12,7 @@ export const BUILTIN_SLASH_COMMANDS = {
{ name: 'status', description: 'Show Claude Code status including version, model, account, and API connectivity', source: 'builtin' },
],
codex: [
{ name: 'agent', description: 'Toggle proactive Codex multi-agent delegation', source: 'builtin' },
{ name: 'clear', description: 'Clear current Codex thread context', source: 'builtin' },
{ name: 'compact', description: 'Compact current Codex thread context', source: 'builtin' },
{ name: 'goal', description: 'Set, view, pause, resume, or clear a persistent Codex goal', source: 'builtin' },