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
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 }}
Moriango
/
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
canary
User selector
All users
All time
Commit history
Commits on Nov 13, 2024
Fixed spelling mistakes
Moriango
committed
2a21bfc
View commit details
Copy full SHA for 2a21bfc
Browse repository at this point
Testing SSH
Moriango
committed
07db9c1
View commit details
Copy full SHA for 07db9c1
Browse repository at this point
Improve job cancellation
Show description for 5bf9c1b
deathbeam
committed
5bf9c1b
View commit details
Copy full SHA for 5bf9c1b
Browse repository at this point
chore(doc): auto generate docs
github-actions[bot]
committed
8d90978
View commit details
Copy full SHA for 8d90978
Browse repository at this point
Add config for setting log level
Show description for 1e7141e
deathbeam
committed
1e7141e
View commit details
Copy full SHA for 1e7141e
Browse repository at this point
Fix missing plenary.wrap in tests
Show description for 2048c22
deathbeam
committed
2048c22
View commit details
Copy full SHA for 2048c22
Browse repository at this point
Fix tests failing on plenary.async
Show description for 39c1a15
deathbeam
committed
39c1a15
View commit details
Copy full SHA for 39c1a15
Browse repository at this point
Use plenary.async instead of callback hell
Show description for 20cebe0
deathbeam
committed
20cebe0
View commit details
Copy full SHA for 20cebe0
Browse repository at this point
chore(doc): auto generate docs
github-actions[bot]
committed
5589ecc
View commit details
Copy full SHA for 5589ecc
Browse repository at this point
Revert "Automatically sanitize input sent to copilot API"
Show description for efb2eb2
deathbeam
committed
efb2eb2
View commit details
Copy full SHA for efb2eb2
Browse repository at this point
Commits on Nov 12, 2024
chore(doc): auto generate docs
github-actions[bot]
committed
fb4809f
View commit details
Copy full SHA for fb4809f
Browse repository at this point
Automatically sanitize input sent to copilot API
Show description for ec9c848
deathbeam
committed
ec9c848
View commit details
Copy full SHA for ec9c848
Browse repository at this point
Commits on Nov 6, 2024
Improve token counting and use token count from github response
Show description for 18d5175
deathbeam
committed
18d5175
View commit details
Copy full SHA for 18d5175
Browse repository at this point
fix(fzflua): Wrap long lines in preview
liskin
authored and
deathbeam
committed
760d291
View commit details
Copy full SHA for 760d291
Browse repository at this point
fix(actions): Drop unmatched double quotes from prompts
Show description for 1137c92
liskin
authored and
deathbeam
committed
1137c92
View commit details
Copy full SHA for 1137c92
Browse repository at this point
fix(fzflua): Syntax error: Unterminated quoted string
Show description for 170cf83
liskin
authored and
deathbeam
committed
170cf83
View commit details
Copy full SHA for 170cf83
Browse repository at this point
Improve tiktoken download paralellization
Show description for 322fe88
deathbeam
committed
322fe88
View commit details
Copy full SHA for 322fe88
Browse repository at this point
chore(doc): auto generate docs
github-actions[bot]
committed
3ce79a2
View commit details
Copy full SHA for 3ce79a2
Browse repository at this point
Use vim.cmd <esc> instead of feed keys for exiting visual mode
Show description for fb87e84
deathbeam
committed
fb87e84
View commit details
Copy full SHA for fb87e84
Browse repository at this point
Commits on Nov 5, 2024
docs: add liskin as a contributor for code (#457)
Show description for 3d8402b
allcontributors[bot]
and
pre-commit-ci[bot]
authored
3d8402b
View commit details
Copy full SHA for 3d8402b
Browse repository at this point
chore(doc): auto generate docs
github-actions[bot]
committed
a8d23e6
View commit details
Copy full SHA for a8d23e6
Browse repository at this point
fix: Download tiktoken binaries from correct location
Show description for 8ae48d9
liskin
authored and
deathbeam
committed
8ae48d9
View commit details
Copy full SHA for 8ae48d9
Browse repository at this point
Commits on Nov 4, 2024
chore(doc): auto generate docs
github-actions[bot]
committed
d786775
View commit details
Copy full SHA for d786775
Browse repository at this point
Remove GPT-4 forcing from system prompt
Show description for 722f623
deathbeam
committed
722f623
View commit details
Copy full SHA for 722f623
Browse repository at this point
Commits on Nov 3, 2024
chore(doc): auto generate docs
github-actions[bot]
committed
12ac397
View commit details
Copy full SHA for 12ac397
Browse repository at this point
Improve model listing and add info about :CopilotChatModels to config
Show description for ede3adf
deathbeam
committed
ede3adf
View commit details
Copy full SHA for ede3adf
Browse repository at this point
Commits on Nov 2, 2024
Insert content to history properly on non-streamed response
Show description for 041465a
deathbeam
committed
041465a
View commit details
Copy full SHA for 041465a
Browse repository at this point
chore(doc): auto generate docs
github-actions[bot]
committed
a58ddc6
View commit details
Copy full SHA for a58ddc6
Browse repository at this point
Grab model data dynamically instead of hardcoded
Show description for f492023
deathbeam
committed
f492023
View commit details
Copy full SHA for f492023
Browse repository at this point
Commits on Nov 1, 2024
docs: add thomastthai as a contributor for doc (#448)
Show description for ae6b0c0
allcontributors[bot]
authored
ae6b0c0
View commit details
Copy full SHA for ae6b0c0
Browse repository at this point
chore(doc): auto generate docs
github-actions[bot]
committed
6249dbb
View commit details
Copy full SHA for 6249dbb
Browse repository at this point
Added Post-Installation to README.md (#446)
Show description for 3322c1a
thomastthai
authored
3322c1a
View commit details
Copy full SHA for 3322c1a
Browse repository at this point
Commits on Oct 30, 2024
Move cache path and IO outside of vim.loop
Show description for 44fc8c4
deathbeam
committed
44fc8c4
View commit details
Copy full SHA for 44fc8c4
Browse repository at this point
fix: Ensure that start_col and end_col selection is awlays within bounds
Show description for e172d73
deathbeam
committed
e172d73
View commit details
Copy full SHA for e172d73
Browse repository at this point
chore(doc): auto generate docs
github-actions[bot]
committed
6f0a5e1
View commit details
Copy full SHA for 6f0a5e1
Browse repository at this point
Previous
Next
You can’t perform that action at this time.