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
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of files to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 10,
"description": "Maximum number of files to retrieve",
"type": "number"
}
},
"type": "object"
}