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 }}
teocns
/
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
Breadcrumbs
History for
CopilotChat.nvim
lua
CopilotChat
on
canary
User selector
All users
All time
Commit history
Commits on Sep 25, 2024
Null-check model choice after :CopilotChatModel
Show description for 9333944
deathbeam
committed
9333944
View commit details
Copy full SHA for 9333944
View code at this point
Browse repository at this point
Do not run git diff against .git directory
Show description for 849900e
deathbeam
committed
849900e
View commit details
Copy full SHA for 849900e
View code at this point
Browse repository at this point
Commits on Sep 17, 2024
Fix indexing nil 'config'
fjchen7
authored and
deathbeam
committed
0c9d886
View commit details
Copy full SHA for 0c9d886
View code at this point
Browse repository at this point
Commits on Sep 16, 2024
fix: Use $LOCALAPPDATA when loading github token
Show description for 5458a86
deathbeam
committed
5458a86
View commit details
Copy full SHA for 5458a86
View code at this point
Browse repository at this point
Commits on Sep 13, 2024
fix: Properly load auto follow cursor config when appending text
Show description for ba7e78d
deathbeam
committed
ba7e78d
View commit details
Copy full SHA for ba7e78d
View code at this point
Browse repository at this point
Commits on Sep 6, 2024
Fix typo in Optimize prompt message (#404)
Show description for 50a9877
renxzen
authored
50a9877
View commit details
Copy full SHA for 50a9877
View code at this point
Browse repository at this point
Commits on Aug 31, 2024
Properly resolve directory based on source buffer name
Show description for b8d713a
deathbeam
committed
b8d713a
View commit details
Copy full SHA for b8d713a
View code at this point
Browse repository at this point
Move help to separate window
Show description for ce68b1f
deathbeam
committed
ce68b1f
View commit details
Copy full SHA for ce68b1f
View code at this point
Browse repository at this point
Use cwd for selection.gitdiff
Show description for b4e4adb
deathbeam
committed
b4e4adb
View commit details
Copy full SHA for b4e4adb
View code at this point
Browse repository at this point
Cleanup auto insert behaviour and add support for insert at end
Show description for 1c67656
deathbeam
committed
1c67656
View commit details
Copy full SHA for 1c67656
View code at this point
Browse repository at this point
Commits on Aug 22, 2024
show which model is currently being used
gptlang
committed
b82e1fd
View commit details
Copy full SHA for b82e1fd
View code at this point
Browse repository at this point
Commits on Aug 17, 2024
fix #381: Adhere to system prompts in /prompts
gptlang
committed
4b9ca95
View commit details
Copy full SHA for 4b9ca95
View code at this point
Browse repository at this point
Provide auth instructions for both cp.vim/lua.
Show description for 320b853
gptlang
authored
320b853
View commit details
Copy full SHA for 320b853
View code at this point
Browse repository at this point
Commits on Aug 9, 2024
Add support for overriding the default yank_diff register (#389)
sjonpaulbrown-cc
authored
0149238
View commit details
Copy full SHA for 0149238
View code at this point
Browse repository at this point
Commits on Aug 6, 2024
Improve completion of Copilot keywords (#384)
Show description for 34dc3cf
guill
and
pre-commit-ci[bot]
authored
34dc3cf
View commit details
Copy full SHA for 34dc3cf
View code at this point
Browse repository at this point
Commits on Jul 29, 2024
fix(tiktoken): add nil check for model before call tiktoken
jellydn
committed
45318b2
View commit details
Copy full SHA for 45318b2
View code at this point
Browse repository at this point
Commits on Jul 28, 2024
Use gpt-4o by default (#377)
Show description for 2c4d295
gptlang
authored
2c4d295
View commit details
Copy full SHA for 2c4d295
View code at this point
Browse repository at this point
Commits on Jul 22, 2024
fix #373: pass in blank prompt if nil to split
gptlang
committed
f7861cb
View commit details
Copy full SHA for f7861cb
View code at this point
Browse repository at this point
fix #261: initiallize tiktoken from scheduled thread if not downloaded (during first use only)
gptlang
committed
e195e53
View commit details
Copy full SHA for e195e53
View code at this point
Browse repository at this point
Commits on Jul 17, 2024
fix: Handle layout replace closing, handle empty embed results
Show description for a6d74d1
deathbeam
committed
a6d74d1
View commit details
Copy full SHA for a6d74d1
View code at this point
Browse repository at this point
Allow runtime selection of models with `:CopilotChatModels` (#368)
Show description for 4db1e47
gptlang
authored
4db1e47
View commit details
Copy full SHA for 4db1e47
View code at this point
Browse repository at this point
Commits on Jul 14, 2024
fix: save tiktoken file based on url
gptlang
committed
6f143f2
View commit details
Copy full SHA for 6f143f2
View code at this point
Browse repository at this point
feat: support gpt-4o tiktoken #366
gptlang
committed
d1290fe
View commit details
Copy full SHA for d1290fe
View code at this point
Browse repository at this point
Commits on May 31, 2024
fix: Improve regexp for command completion in chat (#348)
festeh
authored
246ef54
View commit details
Copy full SHA for 246ef54
View code at this point
Browse repository at this point
Commits on May 30, 2024
fix(cmp): unlist copilot-chat buffer after cmp item acceptance
Show description for 91486a1
GitMurf
authored and
deathbeam
committed
91486a1
View commit details
Copy full SHA for 91486a1
View code at this point
Browse repository at this point
Commits on May 29, 2024
feat: Add nvim-cmp integration
deathbeam
committed
c3e8c23
View commit details
Copy full SHA for c3e8c23
View code at this point
Browse repository at this point
Commits on May 28, 2024
chore: Use same way to exit visual mode everywhere and move to utils
Show description for c21c87d
deathbeam
committed
c21c87d
View commit details
Copy full SHA for c21c87d
View code at this point
Browse repository at this point
fix(telescope): ensure correct selection with telescope prompt actions
folke
authored and
deathbeam
committed
71e3265
View commit details
Copy full SHA for 71e3265
View code at this point
Browse repository at this point
Commits on May 27, 2024
fix: Fix fold levels
Show description for 0577561
deathbeam
committed
0577561
View commit details
Copy full SHA for 0577561
View code at this point
Browse repository at this point
fix: Properly check if selection is unset when highlighting
Show description for c340352
deathbeam
committed
c340352
View commit details
Copy full SHA for c340352
View code at this point
Browse repository at this point
chore: Pass namespaces around less, make help and spinner highlight configurable
Show description for 7df47a5
deathbeam
committed
7df47a5
View commit details
Copy full SHA for 7df47a5
View code at this point
Browse repository at this point
feat: enhanced header rendering in the chat window
folke
authored and
deathbeam
committed
04c90a5
View commit details
Copy full SHA for 04c90a5
View code at this point
Browse repository at this point
feat: highlight the selection in the source buffer when in the chat window
folke
authored and
deathbeam
committed
df05a96
View commit details
Copy full SHA for df05a96
View code at this point
Browse repository at this point
Commits on May 24, 2024
fix: Use proper commit numbers since last release for nvim version check
Show description for feca60c
deathbeam
committed
feca60c
View commit details
Copy full SHA for feca60c
View code at this point
Browse repository at this point
fix: check if buffer is in chat window to validate chat being visible (#330)
Show description for a38ae2f
deathbeam
and
pre-commit-ci[bot]
authored
a38ae2f
View commit details
Copy full SHA for a38ae2f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.