-
Notifications
You must be signed in to change notification settings - Fork 33
Feat/new ical #338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/new ical #338
Conversation
|
bugbot run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Markdown Task Duplication Regex Mismatch
The regex for resetting task completion status in createDuplicateTaskLine (line 287) only matches - [ bullet points, unlike duplicateCanvasToMarkdown (line 205) which correctly handles [-*+]. This prevents tasks using * or + bullet points from being reset when duplicated within Markdown files.
src/utils/onCompletion/DuplicateActionExecutor.ts#L285-L289
src/utils/onCompletion/DuplicateActionExecutor.ts#L203-L207
BugBot free trial expires on July 22, 2025
You have used $0.00 of your $50.00 spend limit so far. Manage your spend limit in the Cursor dashboard.
Was this report helpful? Give feedback by reacting with 👍 or 👎
No description provided.