You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Grok Build dual-mode support: standby writes ~/.grok/AGENTS.md, ~/.grok/hooks/helloagents.json, and the runtime link; global uses the native marketplace + plugin-install flow backed by ~/.helloagents/host-projections/helloagents-grok-marketplace
Added Cursor dual-mode support: standby writes ~/.cursor/hooks.json and the runtime link; global uses the native local-plugin directory ~/.cursor/plugins/local/helloagents
Fixes and Hardening
Fixed the home is not defined crash in helloagents / helloagents help when rendering the Cursor uninstall path
Cursor global install now materializes a real plugin copy into ~/.cursor/plugins/local/helloagents instead of relying on a symlink or junction that points outside ~/.cursor, reducing Windows local-plugin detection risk
Aligned install / update / cleanup / uninstall / mode-switch / branch-switch / doctor / README / tests across the full Cursor and Grok lifecycle so standby mode, global mode, npm commands, and one-shot script paths stay consistent
Changelog
feat add Grok Build dual-mode installation support
feat add Cursor dual-mode installation support
fix repair the CLI help Cursor path rendering crash
fix switch Cursor global install to a real local-plugin copy for stronger Windows compatibility
test add CLI help coverage and Cursor global install-directory sync validation