| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Trigger ponytail skill on any coding task, not just keywords The skill description was written keyword-first ("use when the user says lazy / complains about boilerplate"), so a model-invoked host only loaded it on prompts that hit those words. Plain coding tasks (add a date picker, write a dedupe function, build a cache, fix a bug) were skipped, exactly the over-build cases ponytail is best at. Tested via a skill-router proxy (3 runs, 12 labeled prompts): recall on coding tasks was 2/6 before, 6/6 after, with precision unchanged at 6/6 (no false fires on non-coding prompts). Fix is one clause naming coding tasks explicitly plus a negative clause to keep precision. Trigger descriptions live in two source-of-truth spots, both updated: skills/ponytail/SKILL.md and the DESCRIPTIONS map in scripts/build-openclaw-skills.js (.openclaw regenerated). The store blurbs in the plugin manifests are listing metadata, not triggers, so they are left alone. | 2 个月前 | |
feat: add Qoder hooks support (UserPromptSubmit + PreToolUse) (#529) * feat: add Qoder hooks support (UserPromptSubmit + PreToolUse) - Add isQoder detection via QODER_SESSION_ID in ponytail-runtime.js - Add UserPromptSubmit double-duty: auto-activate + ruleset injection - Add PreToolUse hook with task|Task matcher for subagent injection - Create hooks/qoder-hooks.json reference template - Update .qoder-plugin/plugin.json with hooks field - Add .qoder/rules/ponytail.md for per-project rules - Add comprehensive tests for Qoder runtime behavior - Update README.md and docs/agent-portability.md * check-versions: enforce .qoder-plugin/plugin.json version too --------- Co-authored-by: shiding <shiding@ruigushop.com> Co-authored-by: Emeriko <dietrich.gebert@gmail.com> | 2 个月前 | |
feat: add Qoder hooks support (UserPromptSubmit + PreToolUse) (#529) * feat: add Qoder hooks support (UserPromptSubmit + PreToolUse) - Add isQoder detection via QODER_SESSION_ID in ponytail-runtime.js - Add UserPromptSubmit double-duty: auto-activate + ruleset injection - Add PreToolUse hook with task|Task matcher for subagent injection - Create hooks/qoder-hooks.json reference template - Update .qoder-plugin/plugin.json with hooks field - Add .qoder/rules/ponytail.md for per-project rules - Add comprehensive tests for Qoder runtime behavior - Update README.md and docs/agent-portability.md * check-versions: enforce .qoder-plugin/plugin.json version too --------- Co-authored-by: shiding <shiding@ruigushop.com> Co-authored-by: Emeriko <dietrich.gebert@gmail.com> | 2 个月前 | |
fix: use --tags (not --tag) for clawhub skill publish (#277) | 2 个月前 | |
fix: preserve combined statusline on uninstall (#550) | 2 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 | ||
| 2 个月前 |