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 }}
botanicuspopulus
/
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
init.lua
on
canary
User selector
All users
All time
Commit history
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
feat: Make folds unfolded by default
Show description for 678ecad
deathbeam
committed
678ecad
View commit details
Copy full SHA for 678ecad
View code at this point
Browse repository at this point
feat(folding): Move CopilotChatFoldExpr to separate module
jellydn
committed
eb31065
View commit details
Copy full SHA for eb31065
View code at this point
Browse repository at this point
fix: Also store winnr of source on top of bufnr and send it to selectors (#107)
Show description for 809a15b
deathbeam
authored
809a15b
View commit details
Copy full SHA for 809a15b
View code at this point
Browse repository at this point
feat: Rework how selectors work so only last buffer is remembered (#106)
Show description for 7ccd8b6
deathbeam
and
Tomas Slusny
authored
7ccd8b6
View commit details
Copy full SHA for 7ccd8b6
View code at this point
Browse repository at this point
Commits on Mar 1, 2024
feat: make floating window zindex configurable (#104)
deathbeam
authored
2a47aaa
View commit details
Copy full SHA for 2a47aaa
View code at this point
Browse repository at this point
Commits on Feb 29, 2024
feat: Improve CopilotChat documentation and configuration (#102)
deathbeam
authored
d82c5a3
View commit details
Copy full SHA for d82c5a3
View code at this point
Browse repository at this point
feat: Move cursor to end of buffer before spinner start
Show description for 6642dbf
jellydn
committed
6642dbf
View commit details
Copy full SHA for 6642dbf
View code at this point
Browse repository at this point
feat: Add auto-follow cursor option in chat
jellydn
committed
475d3fa
View commit details
Copy full SHA for 475d3fa
View code at this point
Browse repository at this point
feat: Increase CopilotChat window size to 50%
jellydn
committed
ce5bddb
View commit details
Copy full SHA for ce5bddb
View code at this point
Browse repository at this point
feat: Improve window layout handling in Neovim
jellydn
committed
6cd6ea8
View commit details
Copy full SHA for 6cd6ea8
View code at this point
Browse repository at this point
fix: support stable version for layout and spinner
Show description for ffc8de7
deathbeam
and
Tomas Slusny
authored
ffc8de7
View commit details
Copy full SHA for ffc8de7
View code at this point
Browse repository at this point
feat(CopilotChat): Improve line separation and prompt update logic, add diff view (#99)
Show description for 5b2a8b1
deathbeam
and
Tomas Slusny
authored
5b2a8b1
View commit details
Copy full SHA for 5b2a8b1
View code at this point
Browse repository at this point
feat: add git diff selection and commit message generation (#98)
Show description for 98706ea
deathbeam
authored
98706ea
View commit details
Copy full SHA for 98706ea
View code at this point
Browse repository at this point
Use config.separator also for selection and system prompt (#97)
deathbeam
authored
3858d38
View commit details
Copy full SHA for 3858d38
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
fix: fix issues with visual selection and folds, add set_debug (#92)
Show description for 08590fa
deathbeam
and
Tomas Slusny
authored
08590fa
View commit details
Copy full SHA for 08590fa
View code at this point
Browse repository at this point
docs: add missing CopilotChatReset command and update migration docs (#93)
deathbeam
authored
10e4d6c
View commit details
Copy full SHA for 10e4d6c
View code at this point
Browse repository at this point
feat: add support for folds
Show description for e85f379
deathbeam
authored and
jellydn
committed
e85f379
View commit details
Copy full SHA for e85f379
View code at this point
Browse repository at this point
feat: add support for more layout options for chat window (#89)
Show description for c3fc60b
deathbeam
authored
c3fc60b
View commit details
Copy full SHA for c3fc60b
View code at this point
Browse repository at this point
fix: inconsistencies with Lua refactor (#86)
Show description for 03e4b75
deathbeam
authored
03e4b75
View commit details
Copy full SHA for 03e4b75
View code at this point
Browse repository at this point
fix: add newline before CopilotChat: if first token is not alphanumeric (#85)
Show description for 2230e61
deathbeam
authored
2230e61
View commit details
Copy full SHA for 2230e61
View code at this point
Browse repository at this point
refactor: rewrite the plugin to be lua-based (#83)
Show description for 842b71a
deathbeam
authored
842b71a
View commit details
Copy full SHA for 842b71a
View code at this point
Browse repository at this point
Commits on Feb 24, 2024
feat: Add support for clear_chat_on_new_prompt config option
Show description for 7dc8771
deathbeam
and
pre-commit-ci[bot]
authored
7dc8771
View commit details
Copy full SHA for 7dc8771
View code at this point
Browse repository at this point
Commits on Feb 20, 2024
fix: set default temperature and validate temperature value
jellydn
committed
8ff6db6
View commit details
Copy full SHA for 8ff6db6
View code at this point
Browse repository at this point
docs: add new contributor and temperature option
jellydn
committed
ae67b64
View commit details
Copy full SHA for ae67b64
View code at this point
Browse repository at this point
feat: add temperature option
gptlang
committed
b5db053
View commit details
Copy full SHA for b5db053
View code at this point
Browse repository at this point
Commits on Feb 17, 2024
feat: add language settings for copilot answers
Show description for 8e40e41
3 people
authored
8e40e41
View commit details
Copy full SHA for 8e40e41
View code at this point
Browse repository at this point
fix: add validation before call FixDiagnostic command
jellydn
committed
81c5060
View commit details
Copy full SHA for 81c5060
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.