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 }}
whitel1ght
/
copilot.lua
Public
forked from
zbirenbaum/copilot.lua
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
copilot.lua
lua
on
master
User selector
All users
All time
Commit history
Commits on Mar 24, 2025
Merge branch 'master' of github.com:whitel1ght/copilot.lua
whitel1ght
committed
863b6f2
View commit details
Copy full SHA for 863b6f2
View code at this point
Browse repository at this point
feat: add ability to authenticate using env variable
Show description for d296017
AntoineGS
committed
d296017
View commit details
Copy full SHA for d296017
View code at this point
Browse repository at this point
fix: remove unnecessary print
AntoineGS
committed
aecb0c7
View commit details
Copy full SHA for aecb0c7
View code at this point
Browse repository at this point
Commits on Mar 23, 2025
fix: highlight themes not being honored
Show description for 61280b5
AntoineGS
committed
61280b5
View commit details
Copy full SHA for 61280b5
View code at this point
Browse repository at this point
feat: add should_attach function
Show description for 4a557e7
AntoineGS
committed
4a557e7
View commit details
Copy full SHA for 4a557e7
View code at this point
Browse repository at this point
perf: cancel operations prior to requesting a new one
AntoineGS
committed
826e468
View commit details
Copy full SHA for 826e468
View code at this point
Browse repository at this point
fix: trace_lsp would not activate tracing in the LSP
AntoineGS
committed
e599a76
View commit details
Copy full SHA for e599a76
View code at this point
Browse repository at this point
feat: add trace logging with an id to reconstruct chain of events
AntoineGS
committed
3061f28
View commit details
Copy full SHA for 3061f28
View code at this point
Browse repository at this point
Commits on Mar 22, 2025
feat: add ability to toggle the panel
AntoineGS
committed
865f40f
View commit details
Copy full SHA for 865f40f
View code at this point
Browse repository at this point
fix: panel error with index local 'id'
Show description for e69f7aa
AntoineGS
committed
e69f7aa
View commit details
Copy full SHA for e69f7aa
View code at this point
Browse repository at this point
Commits on Mar 21, 2025
feat: trigger suggestion using the accept keymap (#327)
nilp0inter
authored
49807c6
View commit details
Copy full SHA for 49807c6
View code at this point
Browse repository at this point
fix: do not capture LSP logs by default and ensure only Copilot logs are captured (#394)
Show description for 73d09db
AntoineGS
authored
73d09db
View commit details
Copy full SHA for 73d09db
View code at this point
Browse repository at this point
fix: avoid LSP error with unsupported window/logMessage
Show description for de1308f
Lin Zhenyun
authored and
AntoineGS
committed
de1308f
View commit details
Copy full SHA for de1308f
View code at this point
Browse repository at this point
fix: add required editor info for LSP initialization (#387)
Show description for 1f893df
yingmanwumen
authored
1f893df
View commit details
Copy full SHA for 1f893df
View code at this point
Browse repository at this point
fix: stop old client if folder changed and new LSP was spawned (#388)
AntoineGS
authored
dbcee96
View commit details
Copy full SHA for dbcee96
View code at this point
Browse repository at this point
feat: add logger and redirect existing prints/notifies through it (#383)
Show description for 256393d
AntoineGS
authored
256393d
View commit details
Copy full SHA for 256393d
View code at this point
Browse repository at this point
feat: add support for dynamic root_dir resolving (#382)
Show description for 25ab971
AntoineGS
authored
25ab971
View commit details
Copy full SHA for 25ab971
View code at this point
Browse repository at this point
Warning cleanup (#381)
Show description for 330ffb9
AntoineGS
authored
330ffb9
View commit details
Copy full SHA for 330ffb9
View code at this point
Browse repository at this point
feat: workspace folders (#377)
Show description for e41c376
AntoineGS
authored
e41c376
View commit details
Copy full SHA for e41c376
View code at this point
Browse repository at this point
fix: prevent agent service not initialized error (#380)
Show description for acf547e
AntoineGS
authored
acf547e
View commit details
Copy full SHA for acf547e
View code at this point
Browse repository at this point
feat: allow changing the Copilot model used (#373)
Show description for 71eeb95
AntoineGS
authored
71eeb95
View commit details
Copy full SHA for 71eeb95
View code at this point
Browse repository at this point
Commits on Mar 20, 2025
fix missing stdio param (#385)
zbirenbaum
authored
acb0545
View commit details
Copy full SHA for acb0545
View code at this point
Browse repository at this point
feat: update to latest copilot.vim/dist #1 (#372)
Show description for 2d32b62
AntoineGS
authored
2d32b62
View commit details
Copy full SHA for 2d32b62
View code at this point
Browse repository at this point
Commits on Feb 10, 2025
fix(suggestion): Trigger suggestion on InsertEnter (#318)
jsongerber
authored
30321e3
View commit details
Copy full SHA for 30321e3
View code at this point
Browse repository at this point
Commits on Dec 23, 2024
fix: handle empty fileencoding by falling back to global encoding (#346)
Syu-fu
authored
886ee73
View commit details
Copy full SHA for 886ee73
View code at this point
Browse repository at this point
Commits on Dec 11, 2024
Revert "fix: make root directory detection dynamic (#213)"
Show description for d3783b9
zbirenbaum
committed
d3783b9
View commit details
Copy full SHA for d3783b9
View code at this point
Browse repository at this point
feat: support horizontal and vertical splits (#289)
net
authored
0fe1aaa
View commit details
Copy full SHA for 0fe1aaa
View code at this point
Browse repository at this point
fix: make root directory detection dynamic (#213)
Show description for 7593549
jolars
authored
7593549
View commit details
Copy full SHA for 7593549
View code at this point
Browse repository at this point
fix: only attach to normal buffers (#333)
Show description for e601a39
liskin
authored
e601a39
View commit details
Copy full SHA for e601a39
View code at this point
Browse repository at this point
Commits on Dec 4, 2024
fix(panel): avoid being stuck "loading" (#335)
liskin
authored
c810500
View commit details
Copy full SHA for c810500
View code at this point
Browse repository at this point
fix: wrong buffer encoding breaks accepting suggestions (#336)
traysh
authored
117a5c9
View commit details
Copy full SHA for 117a5c9
View code at this point
Browse repository at this point
Commits on Oct 18, 2024
Feat: Implement openURL (#311)
Show description for 90a9092
Al0den
authored
90a9092
View commit details
Copy full SHA for 90a9092
View code at this point
Browse repository at this point
Commits on Sep 11, 2024
Fix E565 when using Tab as accept (#284)
stephenprater
authored
1a237cf
View commit details
Copy full SHA for 1a237cf
View code at this point
Browse repository at this point
auth provider support (#313)
arkuna23
authored
f165763
View commit details
Copy full SHA for f165763
View code at this point
Browse repository at this point
Commits on Sep 10, 2024
Update Copilot to use language-server.js (#319)
Show description for f97a59f
zbirenbaum
and
qRoC
authored
f97a59f
View commit details
Copy full SHA for f97a59f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.