feat(skills): support folder-scoped skills in agent sessions
- Thread workspace path through useAgentSkills so Codex $-autocomplete surfaces folder-local skills in addition to global ones; cache keyed by agent + workspace and invalidated per key on focus. - Add Global/Folder scope tabs and a folder picker (sourced from the folder table via loadFolderHistory) to the Skills settings page. CRUD for skills now operates against the selected scope and folder. - Default the settings right panel to a placeholder hint; the new-skill form only appears after clicking "New Skill" or selecting an existing skill. Search input is hidden in folder scope. - Disable "New Skill" when folder scope has no folder chosen; show a pick-folder hint in the path preview for that state. - Add scope/noSelectionHint/pickFolderHint strings across 10 locales.
This commit is contained in:
@@ -348,6 +348,14 @@
|
||||
"emptyContentHint": "아직 내용이 없습니다. \"편집\"을 눌러 시작하세요.",
|
||||
"loadingSkill": "Skill 불러오는 중...",
|
||||
"emptyNoAgents": "사용 가능한 에이전트가 없습니다.",
|
||||
"noSelectionHint": "왼쪽에서 Skill을 선택하거나 \"새 Skill\"을 클릭하여 만드세요.",
|
||||
"scope": {
|
||||
"global": "전역",
|
||||
"folder": "폴더",
|
||||
"selectFolderPlaceholder": "폴더 선택",
|
||||
"noFolders": "폴더를 찾을 수 없습니다",
|
||||
"pickFolderHint": "Skills을 보려면 폴더를 선택하세요."
|
||||
},
|
||||
"actions": {
|
||||
"preview": "미리보기",
|
||||
"edit": "편집",
|
||||
|
||||
Reference in New Issue
Block a user