Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
bcea35f
feat: implement skills management system with UI and backend integration
Jan 8, 2026
586c50b
feat: implement skills management system with UI and backend integration
Jan 8, 2026
c50217c
feat: add file selection functionality and enhance skill presenter tests
Jan 9, 2026
d9bef6e
feat: document additional issues and recommendations from skills syst…
Jan 9, 2026
bf7f2e7
chore: Merge branch 'dev' into feat/skills
zerob13 Jan 9, 2026
dad5418
feat(skills): Refactor skill metadata prompt building and enhance ski…
Jan 9, 2026
9bcc1ce
fix(skills): Merge branch 'feat/skills' of github.os:ThinkInAIXYZ/dee…
Jan 9, 2026
e03fd04
feat(skills): Add unit tests for security and tool scanning modules
Jan 9, 2026
ee4e72e
feat(agent): gate filesystem writes
zerob13 Jan 9, 2026
0c2cc34
chore(i18n): add skill sync strings
zerob13 Jan 9, 2026
f01a8b0
chore: update i18n
zerob13 Jan 9, 2026
ae603e3
feat(skills): add format adapters for Codex, Copilot User, Goose, Kil…
Jan 10, 2026
5683b52
fix(claudeCodeAdapter): specify types for id and name properties
Jan 10, 2026
bb7f2f1
feat(skills): Update localization files to replace "مهارت‌ها", "Compé…
Jan 11, 2026
425ecdd
feat: add skills panel component and related functionality
Jan 11, 2026
be05e51
feat: enhance mention handling to support slash mentions and improve …
Jan 11, 2026
96e0c94
chore: add i18n translate
zerob13 Jan 12, 2026
31fc271
feat(skills): finish
Jan 13, 2026
cfa3eac
feat: add i18n translate
zerob13 Jan 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ runtime/**/*
.env
.env.local
.npmrc
.claude/settings.local.json
377 changes: 107 additions & 270 deletions CLAUDE.md

Large diffs are not rendered by default.

Loading