ponytail/tests
krish rathi a2712bc830
fix: detect VS Code Copilot via CLAUDE_PLUGIN_ROOT fallback (#528) (#579)
VS Code Copilot never sets COPILOT_PLUGIN_DATA, only CLAUDE_PLUGIN_ROOT
(pointed at an .vscode/agent-plugins/... install path), so isCopilot was
false and ponytail assumed native Claude Code — emitting the statusline
setup nudge, which VS Code Copilot doesn't read. Also guard stateDir:
it was built from the same unset COPILOT_PLUGIN_DATA whenever isCopilot
resolved via this new fallback, so fall back to getClaudeDir() there too.
2026-08-08 00:37:09 +03: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 fix: copilot-plugin test checks all 6 command files (#393) 2026-06-30 00:21:09 +02:00
correctness.test.js Fix ponytail test coverage and metadata (#503) 2026-07-09 03:35:39 +02:00
gemini-extension.test.js Avoid Gemini loading Claude hook events (#139) 2026-06-19 00:24:43 +02:00
hermes-plugin.test.js Fix ponytail test coverage and metadata (#503) 2026-07-09 03:35:39 +02:00
hooks-windows.test.js fix: drop commandWindows from hooks.json for Claude.ai marketplace validation (#593) (#601) 2026-08-08 00:34:41 +03:00
hooks.test.js fix: detect VS Code Copilot via CLAUDE_PLUGIN_ROOT fallback (#528) (#579) 2026-08-08 00:37:09 +03: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 fix: merge system entries in OpenCode plugin for Qwen compat (#296) (#536) 2026-07-09 17:53:06 +02:00
package-scripts.test.js Fix ponytail test coverage and metadata (#503) 2026-07-09 03:35:39 +02:00
package.test.js fix: ship scripts/uninstall.js in the npm package (#538) 2026-07-07 01:54:04 +02:00
qoder-plugin.test.js feat: add Qoder hooks support (UserPromptSubmit + PreToolUse) (#529) 2026-07-09 17:13:59 +02:00
uninstall.test.js fix: preserve combined statusline on uninstall (#550) 2026-07-09 11:48:37 +02:00