ponytail/tests
Lakshya77089 53fd1e850e
fix: only deactivate on a standalone "stop ponytail" / "normal mode" (#162)
The deactivation check matched the phrase anywhere in the prompt, so an
ordinary request like "add a normal mode toggle" silently turned ponytail
off for the rest of the session. Match the whole message instead (trimmed,
case-insensitive, trailing punctuation ignored) through a shared helper used
by both the Claude/Codex hook and the pi extension.

Fixes #161
2026-06-18 22:50:03 +02:00
..
behavior.test.js feat: refine ruleset from a full-project field review (#39) 2026-06-15 02:02:50 +02:00
commands.test.js fix: ship the missing /ponytail-help command on Claude Code and OpenCode (#62) 2026-06-15 16:32:02 +02:00
copilot-plugin.test.js Adding support for Copilot Marketplace plugin (#47) 2026-06-15 11:02:59 +02:00
correctness.test.js feat(benchmarks): add correctness assertion (#31) 2026-06-14 23:42:01 +02:00
gemini-extension.test.js Adding support for Copilot Marketplace plugin (#47) 2026-06-15 11:02:59 +02:00
hooks-windows.test.js fix: use PowerShell $env: syntax for Windows hook paths (#26) 2026-06-14 17:39:59 +02:00
hooks.test.js fix: only deactivate on a standalone "stop ponytail" / "normal mode" (#162) 2026-06-18 22:50:03 +02:00
openclaw-skills.test.js feat: ship ponytail to OpenClaw (ClawHub skill package) (#102) 2026-06-16 13:35:35 +02:00
opencode-plugin.test.js feat: add OpenCode adapter 2026-06-13 03:20:44 +02:00