Commit graph

11 commits

Author SHA1 Message Date
LaZzyMan
0d8f352aec fix ci test 2026-03-18 20:10:31 +08:00
LaZzyMan
770b2ade92 fix ci test 2026-03-18 19:40:13 +08:00
LaZzyMan
6f362a89ae Merge branch 'main' into feature/support-agents-directory-skills 2026-03-18 19:12:00 +08:00
Shaojin Wen
1359563f45
feat(skills): add bundled /review skill for out-of-the-box code review (#2348)
feat(skills): add bundled /review skill for out-of-the-box code review
2026-03-14 15:15:08 +08:00
LaZzyMan
c3c8b39a29 fix: deduplicate same-name skills across provider dirs and fix cross-platform test 2026-03-09 17:08:28 +08:00
LaZzyMan
7e9c5843e8 fix test 2026-03-09 16:46:28 +08:00
LaZzyMan
1673b04fad fix test ci 2026-03-09 16:28:53 +08:00
LaZzyMan
ef772feea2 feat: support skills in .agents directory and other provider config directories 2026-03-09 10:14:47 +08:00
DragonnZhang
f022252264 feat(core): add symlink support for skill manager
Add support for loading skills from symlinked directories in the skill manager. This allows users to organize and share skills more flexibly by using symbolic links.

Changes:
- Modified skill discovery logic to detect and follow symlinks
- Added validation to ensure symlink targets point to valid directories
- Skip broken or invalid symlinks with appropriate warnings
- Added comprehensive test coverage for symlink scenarios
2026-02-02 14:30:12 +08:00
liqoingyu
531062aeaf fix(core): parse skills frontmatter with CRLF/BOM 2026-01-18 17:11:41 +08:00
tanzhenxin
bd6e16d41b draft version of skill tool feature 2025-12-10 17:18:44 +08:00