Releases: Fenris159/Cursor-Global-AI-Manager-Extension
Releases · Fenris159/Cursor-Global-AI-Manager-Extension
Release list
cursor-global-ai-manager-2.0.1
[2.0.1] - 2025-03-02
Fixed
- Subagents are now stored in
~/.cursor/agents/(Cursor’s folder) instead of~/.cursor/subagents/, so Cursor discovers them correctly. Sync to Workspace also writes toworkspace/.cursor/agents/.
cursor-global-ai-manager-2.0.0
[2.0.0] - 2025-03-02
Added
- Hooks management. Full support for user-level agent hooks: manage
~/.cursor/hooks.jsonand scripts in~/.cursor/hooks/from the sidebar. Enable or disable scripts per event via checkbox; create new scripts, import from disk, sync to workspace, or export. First run creates emptyhooks.jsonand 20 default stub scripts if missing; Spawn placeholders restores missing default script files. Hooks landing page documents all 20 events, script contract (stdin JSON, exit 0/2), and Windows/Node notes. - Overview and hooks-landing documentation expanded for first-time users: how to open the panel (status bar / Command Palette), what “user-level” means, sidebar category descriptions, when hooks run, multiple scripts per event, and script contract details.
cursor-global-ai-manager-1.0.0
Initial Release
Install from VSIX
If you have a built .vsix (e.g. from Releases or from building locally):
- In Cursor: Command Palette (
Ctrl+Shift+P/Cmd+Shift+P) → Extensions: Install from VSIX... - Select the downloaded
.vsixfile (e.g. from the current release or from the project’s.vsce/folder). - Reload the window if prompted.