Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jsuarez-dev
/
CopilotChat.nvim
Public
forked from
CopilotC-Nvim/CopilotChat.nvim
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
update-doc
User selector
All users
All time
Commit history
Commits on Mar 19, 2024
update doc file with the information on README.md
jsuarez-dev
committed
778f6f5
View commit details
Copy full SHA for 778f6f5
Browse repository at this point
Commits on Mar 18, 2024
docs: add aweis89 as a contributor for code, and doc (#197)
Show description for 23b92f1
allcontributors[bot]
and
pre-commit-ci[bot]
authored
23b92f1
View commit details
Copy full SHA for 23b92f1
Browse repository at this point
feat: Add callback parameter to M.ask function to allow for custom handling of response data
Show description for 4d64eef
3 people
authored
4d64eef
View commit details
Copy full SHA for 4d64eef
Browse repository at this point
Revert "Use method overriding for defining buf_create logic for overlays"
Show description for 17fbec0
deathbeam
committed
17fbec0
View commit details
Copy full SHA for 17fbec0
Browse repository at this point
feat: Add back option to hide help (#189)
Show description for 28af2e2
deathbeam
authored
28af2e2
View commit details
Copy full SHA for 28af2e2
Browse repository at this point
Use method overriding for defining buf_create logic for overlays
Show description for 8cc87cd
deathbeam
committed
8cc87cd
View commit details
Copy full SHA for 8cc87cd
Browse repository at this point
fix: Fix diff highlights for overlays (#186)
Show description for aba6fec
deathbeam
authored
aba6fec
View commit details
Copy full SHA for aba6fec
Browse repository at this point
feat: Save and load chat history (#180)
Show description for 5e78bb0
gptlang
and
deathbeam
authored
5e78bb0
View commit details
Copy full SHA for 5e78bb0
Browse repository at this point
Commits on Mar 17, 2024
fix: Improve stability of job cancellation and chat reset
Show description for b657835
deathbeam
committed
b657835
View commit details
Copy full SHA for b657835
Browse repository at this point
fix: Avoid using vim functions for managing temp files
Show description for 36313d9
deathbeam
committed
36313d9
View commit details
Copy full SHA for 36313d9
Browse repository at this point
Commits on Mar 16, 2024
feat: Move system prompt and current selection to separate overlays in chat (#176)
deathbeam
authored
a72ad26
View commit details
Copy full SHA for a72ad26
Browse repository at this point
fix: Use temp files when making curl requests (#179)
deathbeam
authored
3b7d47e
View commit details
Copy full SHA for 3b7d47e
Browse repository at this point
fix: Remove concealcursor configuration
Show description for c1b378a
deathbeam
committed
c1b378a
View commit details
Copy full SHA for c1b378a
Browse repository at this point
feat: Switch from virt text to virt lines for help (#172)
Show description for 55722d7
deathbeam
authored
55722d7
View commit details
Copy full SHA for 55722d7
Browse repository at this point
Commits on Mar 15, 2024
docs: add dmadisetti as a contributor for code (#169)
Show description for 4523d1b
allcontributors[bot]
and
pre-commit-ci[bot]
authored
4523d1b
View commit details
Copy full SHA for 4523d1b
Browse repository at this point
Fix: broken context extraction for large files. (#168)
Show description for 20ef31e
dmadisetti
authored
20ef31e
View commit details
Copy full SHA for 20ef31e
Browse repository at this point
Commits on Mar 14, 2024
fix; Null check spinner when closing chat
Show description for dc163c8
deathbeam
committed
dc163c8
View commit details
Copy full SHA for dc163c8
Browse repository at this point
Commits on Mar 13, 2024
fix: Make tiktoken file loading async to not block vim (#165)
deathbeam
authored
4b2e631
View commit details
Copy full SHA for 4b2e631
Browse repository at this point
docs: add PetrDlouhy as a contributor for doc (#163)
Show description for bb2045b
allcontributors[bot]
and
pre-commit-ci[bot]
authored
bb2045b
View commit details
Copy full SHA for bb2045b
Browse repository at this point
README.md: be specific with configuration file (#162)
Show description for 70e93e0
3 people
authored
70e93e0
View commit details
Copy full SHA for 70e93e0
Browse repository at this point
docs: add gaardhus as a contributor for doc (#161)
Show description for 053e91b
allcontributors[bot]
authored
053e91b
View commit details
Copy full SHA for 053e91b
Browse repository at this point
Commits on Mar 12, 2024
fix: Typo in Explain prompt (#158)
gaardhus
authored
d9dc182
View commit details
Copy full SHA for d9dc182
Browse repository at this point
fix: Validate if buffer is loaded and if buffer has lines
Show description for 2a2abdd
deathbeam
committed
2a2abdd
View commit details
Copy full SHA for 2a2abdd
Browse repository at this point
fix: Improve boundary checks around last position in buffer
Tomas Slusny
authored and
deathbeam
committed
4b562ce
View commit details
Copy full SHA for 4b562ce
Browse repository at this point
Commits on Mar 11, 2024
fix: Gracefully handle errors from copilot (#154)
deathbeam
authored
c5b0f79
View commit details
Copy full SHA for c5b0f79
Browse repository at this point
Commits on Mar 10, 2024
feat: Send whole file instead of outline for @buffer (#150)
deathbeam
authored
f41acfb
View commit details
Copy full SHA for f41acfb
Browse repository at this point
Add SHOW_CONTEXT prompt (#149)
deathbeam
authored
0139181
View commit details
Copy full SHA for 0139181
Browse repository at this point
chore: Add spoilers for tips and make Configuration top level section (#153)
deathbeam
authored
02f600f
View commit details
Copy full SHA for 02f600f
Browse repository at this point
chore: Add CONTRIBUTING.md (#152)
deathbeam
authored
57e5ecf
View commit details
Copy full SHA for 57e5ecf
Browse repository at this point
fix: Check if we are on nightly when setting chat footer
Show description for 8206d4e
deathbeam
committed
8206d4e
View commit details
Copy full SHA for 8206d4e
Browse repository at this point
feat: Improve healthcheck messages with fix instructions (#147)
Show description for b66e5aa
deathbeam
authored
b66e5aa
View commit details
Copy full SHA for b66e5aa
Browse repository at this point
fix: Also make markdown parser optional
Show description for 6d697d1
deathbeam
committed
6d697d1
View commit details
Copy full SHA for 6d697d1
Browse repository at this point
feat: Add healtcheck for treesitter parsers
Show description for e7295df
deathbeam
committed
e7295df
View commit details
Copy full SHA for e7295df
Browse repository at this point
fix: Check if diff treesitter parser exists
Show description for 2103222
deathbeam
committed
2103222
View commit details
Copy full SHA for 2103222
Browse repository at this point
fix: Delay creation of chat and diff buffers until they are needed
Show description for 970ef79
deathbeam
committed
970ef79
View commit details
Copy full SHA for 970ef79
Browse repository at this point
Previous
Next
You can’t perform that action at this time.