Skip to content

Commit 9f88059

Browse files
authored
Merge pull request #447 from editor-code-assistant/skill-base-dir-path-resolution
Add base directory resolution hint to skill tool description
2 parents 7fec1cd + 3394aca commit 9f88059

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Native `skill-create`, `plugin-install`, and `plugin-uninstall` commands now declare `:required true` on their arguments in the command listing.
88
- Fix documentation link in `--help` output.
99
- Add built-in variants for `deepseek-v4-pro` (`none`, `high`, `max`).
10+
- Improve skill tool description to resolve file paths and scripts mentioned in skill content against the skill's base directory.
1011

1112
## 0.131.1
1213

resources/prompts/tools/skill.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Load a skill to get detailed instructions for a specific task.
22
Skills provide specialized knowledge and step-by-step guidance.
33
Use this when a task matches an available skill's description.
4+
After loading, resolve any file paths, scripts, or relative references mentioned in the skill content against the provided base directory.

0 commit comments

Comments
 (0)