Feat: add skills space to context engine (#13908)

### What problem does this PR solve?

issue #13714

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Yingfeng
2026-04-30 12:36:03 +08:00
committed by GitHub
parent bb3b99f0a5
commit 4ee0702aed
101 changed files with 19161 additions and 633 deletions

View File

@@ -2164,7 +2164,7 @@ func (p *Parser) parseSearchCommand() (*Command, error) {
return cmd, nil
}
cmd := NewCommand("context_search")
cmd := NewCommand("ce_search")
cmd.Params["query"] = question