feat(codex): preserve native exploration actions (#1139)

This commit is contained in:
SSU-WEI HUANG
2026-07-24 10:52:24 +08:00
committed by GitHub
parent 7ca4e71fa0
commit aa5beb3af2
11 changed files with 400 additions and 25 deletions
+6
View File
@@ -474,6 +474,12 @@ export default {
'toolGroup.rowStatus.running': 'Running',
'toolGroup.rowStatus.pending': 'Pending',
'toolGroup.rowStatus.error': 'Error',
'toolGroup.codex.exploring': 'Exploring',
'toolGroup.codex.explored': 'Explored',
'toolGroup.codex.read': 'Read',
'toolGroup.codex.list': 'List',
'toolGroup.codex.search': 'Search',
'toolGroup.codex.searchIn': '{query} in {path}',
// Composer buttons
'composer.settings': 'Settings',