mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-26 20:45:37 +02:00
- Fix authorization bypass in DeleteSkillFile (missing workspace/role check) - Extract skills page into features/skills/ module (thin route shell) - Fix skill files disappearing after save (use API return values + merge in refreshSkills) - Fix silently swallowed DB errors in ListAgents/GetAgent skill queries Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 lines
43 B
TypeScript
2 lines
43 B
TypeScript
export { SkillsPage } from "./components";
|