feat(tui): add /skill:<name> manual skill invocation command

This commit is contained in:
Turtle
2026-07-22 10:55:19 +08:00
parent 2a5dfb7d35
commit bffd80fa12
5 changed files with 79 additions and 1 deletions

View File

@@ -23,6 +23,9 @@
{
"path": "../../core/session"
},
{
"path": "../../session-persistence/session-persistence"
},
{
"path": "../../session-title/session-title"
},
@@ -41,6 +44,9 @@
{
"path": "../commands"
},
{
"path": "../../skill/skill"
},
{
"path": "../user-interaction"
},