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 }}
BaronBeans
/
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
on
canary
User selector
All users
All time
Commit history
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
fix: Remove concealcursor configuration
Show description for c1b378a
deathbeam
committed
c1b378a
View commit details
Copy full SHA for c1b378a
View code at this point
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
View code at this point
Browse repository at this point
Commits on Mar 15, 2024
Fix: broken context extraction for large files. (#168)
Show description for 20ef31e
dmadisetti
authored
20ef31e
View commit details
Copy full SHA for 20ef31e
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Add SHOW_CONTEXT prompt (#149)
deathbeam
authored
0139181
View commit details
Copy full SHA for 0139181
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Mar 9, 2024
Fix fzf-lua on multiline string and add screenshots to integrations (#137)
deathbeam
authored
d65bf4e
View commit details
Copy full SHA for d65bf4e
View code at this point
Browse repository at this point
Commits on Mar 8, 2024
fix: Handle missing TS parsers gracefully, handle TS aliases (#135)
Show description for bc8d3a4
deathbeam
authored
bc8d3a4
View commit details
Copy full SHA for bc8d3a4
View code at this point
Browse repository at this point
feat: Improve diff display and optimize existing prompts for diffs (#134)
Show description for fcace18
deathbeam
authored
fcace18
View commit details
Copy full SHA for fcace18
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
fix: Use correct treesitter language and check for footer in debuginfo
Show description for 7d2bad5
deathbeam
committed
7d2bad5
View commit details
Copy full SHA for 7d2bad5
View code at this point
Browse repository at this point
fix: Typo in chat.lua (#132)
Show description for 21b4b3d
botanicuspopulus
authored
21b4b3d
View commit details
Copy full SHA for 21b4b3d
View code at this point
Browse repository at this point
feat: Make integrations more extendable and add fzf-lua (#131)
deathbeam
authored
d337bea
View commit details
Copy full SHA for d337bea
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
feat: Add support for proxy and allow_insecure and update migration (#125)
deathbeam
authored
5dcc415
View commit details
Copy full SHA for 5dcc415
View code at this point
Browse repository at this point
Move some window-specific logic to chat.lua (#120)
deathbeam
authored
6ff25e6
View commit details
Copy full SHA for 6ff25e6
View code at this point
Browse repository at this point
Commits on Mar 4, 2024
feat: Add support for embeddings (#110)
deathbeam
authored
9cb8a84
View commit details
Copy full SHA for 9cb8a84
View code at this point
Browse repository at this point
Commits on Mar 3, 2024
fix: only show token count if available
jellydn
committed
fea61b9
View commit details
Copy full SHA for fea61b9
View code at this point
Browse repository at this point
feat: Tiktoken/Token counting support (#113)
Show description for f95df45
4 people
authored
f95df45
View commit details
Copy full SHA for f95df45
View code at this point
Browse repository at this point
fix: Use proper config for selection and update selection earlier
Show description for 6d3992a
deathbeam
committed
6d3992a
View commit details
Copy full SHA for 6d3992a
View code at this point
Browse repository at this point
fix: Focus window on ask properly (#114)
Show description for 82c594a
deathbeam
authored
82c594a
View commit details
Copy full SHA for 82c594a
View code at this point
Browse repository at this point
Commits on Mar 2, 2024
fix: Properly handle splits on neovim stable (#112)
Show description for ff6f962
deathbeam
and
jellydn
authored
ff6f962
View commit details
Copy full SHA for ff6f962
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.