Skip to content

Investigate ci command debug output#1

Draft
alysonhower wants to merge 1 commit intomainfrom
cursor/investigate-ci-command-debug-output-6b0f
Draft

Investigate ci command debug output#1
alysonhower wants to merge 1 commit intomainfrom
cursor/investigate-ci-command-debug-output-6b0f

Conversation

@alysonhower
Copy link
Copy Markdown
Owner

Fix "No Allocation" error for multi-character commands in debug mode by correcting key parsing.

The SearchSuggestKeys function was incorrectly passing an already mode-prefixed string (e.g., "n - {c}") to LazyParseKeys. This caused LazyParseKeys to add the mode prefix again, resulting in a malformed key (e.g., "n - n - {c}") and a failed command lookup, which triggered the "No Allocation" message in debug mode.


Open in Cursor Open in Web

Co-authored-by: contato <contato@alysonhower.dev>
@cursor
Copy link
Copy Markdown

cursor Bot commented Nov 9, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants