Files
openchamber/packages/ui/src/components/sections/skills/index.ts
T
Bohdan Triapitsyn 2c833cef40 feat: Implement skill management functionality
- Added skill scope helpers and CRUD operations for skills in opencodeConfig.ts.
- Introduced API endpoints for skill management in main.tsx and index.js.
- Enhanced server-side logic to support skill discovery, creation, updating, and deletion.
- Implemented supporting file operations for skills, including reading, writing, and deleting files.
- Updated package.json to use the latest version of @opencode-ai/sdk.
2025-12-30 17:36:52 +02:00

3 lines
92 B
TypeScript

export { SkillsSidebar } from './SkillsSidebar';
export { SkillsPage } from './SkillsPage';