Skip to content

Releases: Fenris159/Cursor-Global-AI-Manager-Extension

cursor-global-ai-manager-2.0.1

Choose a tag to compare

@Fenris159 Fenris159 released this 09 Mar 06:28

[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 to workspace/.cursor/agents/.

cursor-global-ai-manager-2.0.0

Choose a tag to compare

@Fenris159 Fenris159 released this 05 Mar 05:21
6a8a7e7

[2.0.0] - 2025-03-02

Added

  • Hooks management. Full support for user-level agent hooks: manage ~/.cursor/hooks.json and 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 empty hooks.json and 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

Choose a tag to compare

@Fenris159 Fenris159 released this 02 Mar 10:52

Initial Release

Install from VSIX

If you have a built .vsix (e.g. from Releases or from building locally):

  1. In Cursor: Command Palette (Ctrl+Shift+P / Cmd+Shift+P) → Extensions: Install from VSIX...
  2. Select the downloaded .vsix file (e.g. from the current release or from the project’s .vsce/ folder).
  3. Reload the window if prompted.