Cursor10x Memory System

MIT License
109

getActiveFiles

Retrieve currently active files from short-term memory in the Cursor10x Memory System, enabling quick access to recent project data with configurable limits.

Instructions

Retrieves active files from the short-term memory

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of files to retrieve

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Maximum number of files to retrieve", "type": "number" } }, "type": "object" }
ID: 5ngi6jjarl