-
Notifications
You must be signed in to change notification settings - Fork 11
Feat: Add context collection list management functions #45
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
Conversation
context action command
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.
Pull Request Overview
This PR adds context collection list management functions to the AI code interface, enabling users to capture and maintain repository-specific context information that gets included in AI prompts.
- Introduces functions to add, list, and clear context entries per Git repository
- Integrates stored context information into existing AI prompt generation functions
- Adds a new transient menu command "@" for managing context
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| ai-code-interface.el | Adds new "@" menu item for context management action |
| ai-code-file.el | Implements core context management functions including storage, display, clearing, and formatting of repository context |
| ai-code-discussion.el | Integrates repository context into question and exception investigation prompts |
| ai-code-change.el | Integrates repository context into code change prompts |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@copilot open a new pull request to apply changes based on the comments in this thread |
No description provided.