Add directory-based project skills

This commit is contained in:
武阳
2026-04-28 10:17:23 +08:00
parent fed0999f55
commit a040d80096
21 changed files with 1795 additions and 119 deletions
+1 -1
View File
@@ -1671,7 +1671,7 @@ def _handle_skills(agent: 'LocalCodingAgent', _args: str, input_text: str) -> Sl
from .bundled_skills import get_bundled_skills
lines = ['## Available Skills', '']
for skill in get_bundled_skills():
for skill in get_bundled_skills(agent.runtime_config.cwd):
if not skill.user_invocable:
continue
header = f'- `{skill.name}`'