mirror of
https://github.com/yigitkonur/cli-continues.git
synced 2026-04-26 00:36:02 +03:00
[PR #2] [MERGED] feat: add Cursor AI support #13
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cli-continues#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/yigitkonur/cli-continues/pull/2
Author: @Evrim267
Created: 2/19/2026
Status: ✅ Merged
Merged: 2/20/2026
Merged by: @yigitkonur
Base:
main← Head:feat/cursor-support📝 Commits (1)
0a91977feat: add Cursor AI support📊 Changes
12 files changed (+616 additions, -19 deletions)
View changed files
📝
src/__tests__/conversions.test.ts(+7 -1)📝
src/__tests__/e2e-conversions.test.ts(+8 -4)📝
src/__tests__/extract-handoffs.ts(+4 -1)📝
src/__tests__/fixtures/index.ts(+80 -0)📝
src/__tests__/unit-conversions.test.ts(+85 -5)📝
src/cli.ts(+13 -4)➕
src/parsers/cursor.ts(+395 -0)📝
src/parsers/index.ts(+1 -0)📝
src/types/index.ts(+1 -1)📝
src/utils/index.ts(+6 -2)📝
src/utils/markdown.ts(+1 -0)📝
src/utils/resume.ts(+15 -1)📄 Description
Summary
src/parsers/cursor.ts) that discovers and parses agent-transcript JSONL files from~/.cursor/projects/*/agent-transcripts/tool_use/tool_resultblocks), and thinking/reasoning highlights<user_query>wrapper tags from Cursor's user messagescontinues cursor), source colorsFiles Changed
src/parsers/cursor.tssrc/types/index.ts'cursor'toSessionSourceunionsrc/parsers/index.tssrc/utils/index.tsbuildIndex()andextractContext()src/utils/markdown.ts'Cursor AI'toSOURCE_LABELSsrc/utils/resume.tssrc/cli.tsblueBright), quick-resume command, help textssrc/__tests__/fixtures/index.tscreateCursorFixture()src/__tests__/unit-conversions.test.tssrc/__tests__/conversions.test.tssrc/__tests__/e2e-conversions.test.tssrc/__tests__/extract-handoffs.tsTest plan
tsc --noEmit)vitest run)tsc)Summary by CodeRabbit
Release Notes
New Features
~/.cursor/projects/*/agent-transcripts/.cursor [n]CLI command to resume the Nth newest Cursor session.Tests
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.