Commit graph

6 commits

Author SHA1 Message Date
Logan Yang
afb41c9179
Support embedded note (#1995)
* Update bug report template to enhance clarity and requirements

- Changed the required checklist item from a screenshot to a log file generated via the "Copilot: Create Log File" command.
- Made the screenshot of the note and Copilot chat pane optional.
- Clarified the statement regarding bug report requirements for better understanding.

* feat: Implement embedded note processing in ContextProcessor

- Added support for processing embedded notes within markdown content, allowing for structured `<embedded_note>` blocks.
- Introduced new methods for building and formatting embedded note blocks, including error handling for missing notes.
- Enhanced logging to replace console statements with appropriate logging functions for better error tracking.
- Updated the `buildMarkdownContextContent` method to streamline content processing for markdown files.
- Added a new constant `EMBEDDED_NOTE_TAG` to manage embedded note structures.
2025-10-31 13:45:11 -07:00
Logan Yang
b8a392b837
Update readme (#725) 2024-10-18 19:39:44 -07:00
Logan Yang
321193993c
Format code (#521) 2024-08-21 15:16:22 -07:00
Logan Yang
61f7bb67bf
Update bug_report.md (#392) 2024-03-26 20:57:42 -07:00
Logan Yang
229bf631b3
Update issue templates (#254) 2024-01-23 22:45:40 -08:00
Logan Yang
3efe9d9c84
Update issue templates (#253) 2024-01-23 22:44:10 -08:00