mirror of
https://github.com/langgenius/dify.git
synced 2026-09-07 01:43:41 +08:00
| .. | ||
| __tests__ | ||
| detail | ||
| client.ts | ||
| detail-page.tsx | ||
| error.ts | ||
| page.tsx | ||
| permissions.ts | ||
| query-params.ts | ||
| README.md | ||
| skill-list-tag-management-modal.tsx | ||
Skills
Workspace Skill management, including the list, file editing, publishing, and version restoration.
Routes enter through page.tsx for the list and detail-page.tsx for a Skill's detail. Navigation uses permissions.ts for visibility; Agent V2 consumes the shared Skill error handling from error.ts.
File editing, draft coordination, publishing, and version UI remain internal to detail/.