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 }}
AntoineGS
/
copilot.lua
Public
forked from
zbirenbaum/copilot.lua
Notifications
You must be signed in to change notification settings
Fork
1
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
refs/heads/pr-test
User selector
All users
All time
Commit history
Commits on Aug 29, 2025
fix: invalid column placement when control chars present
AntoineGS
committed
e73fe7c
View commit details
Copy full SHA for e73fe7c
View code at this point
Browse repository at this point
feat: warn about requirement of 0.11+ coming up
Show description for c415c4e
AntoineGS
committed
c415c4e
View commit details
Copy full SHA for c415c4e
View code at this point
Browse repository at this point
refactor: remove instances of ctx logging
AntoineGS
committed
6e43536
View commit details
Copy full SHA for 6e43536
View code at this point
Browse repository at this point
fix: lingering ghost text when suggestions have control chars
Show description for 5a08ab9
AntoineGS
committed
5a08ab9
View commit details
Copy full SHA for 5a08ab9
View code at this point
Browse repository at this point
refactor: linting, naming
AntoineGS
committed
a267b21
View commit details
Copy full SHA for a267b21
View code at this point
Browse repository at this point
rethink system stubs for nodejs tests
timhugh
authored and
AntoineGS
committed
eb5ac7f
View commit details
Copy full SHA for eb5ac7f
View code at this point
Browse repository at this point
add support for table copilot node command
timhugh
authored and
AntoineGS
committed
d68f6b1
View commit details
Copy full SHA for d68f6b1
View code at this point
Browse repository at this point
revert to original get_execute_command
timhugh
authored and
AntoineGS
committed
ba4cd43
View commit details
Copy full SHA for ba4cd43
View code at this point
Browse repository at this point
Commits on Aug 28, 2025
feat: update to latest Copilot LSP
github-actions[bot]
authored and
AntoineGS
committed
9d4bd5e
View commit details
Copy full SHA for 9d4bd5e
View code at this point
Browse repository at this point
fix: protect filetype change from an invalid bufnr
Show description for e25f975
AntoineGS
committed
e25f975
View commit details
Copy full SHA for e25f975
View code at this point
Browse repository at this point
feat: add `Copilot panel close` and `is_open` commands
Show description for fc5d6a1
AntoineGS
committed
fc5d6a1
View commit details
Copy full SHA for fc5d6a1
View code at this point
Browse repository at this point
Commits on Aug 27, 2025
fix: RPC Document for URI not found on ft change
Show description for f5a147c
AntoineGS
committed
f5a147c
View commit details
Copy full SHA for f5a147c
View code at this point
Browse repository at this point
feat: update to latest Copilot LSP
github-actions[bot]
authored and
AntoineGS
committed
014f2fb
View commit details
Copy full SHA for 014f2fb
View code at this point
Browse repository at this point
fix: prevent manually disabled buffer from automatically re-attaching
Show description for f55bf8c
AntoineGS
committed
f55bf8c
View commit details
Copy full SHA for f55bf8c
View code at this point
Browse repository at this point
fix: ensure right buffers are attached/queried with async model
Show description for 04d3760
AntoineGS
committed
04d3760
View commit details
Copy full SHA for 04d3760
View code at this point
Browse repository at this point
fix: ensure attachment even when suggestion is disabled
AntoineGS
committed
aa00b0b
View commit details
Copy full SHA for aa00b0b
View code at this point
Browse repository at this point
fix: make default behavior to attach automatically with most autocmds
Show description for a6af909
AntoineGS
committed
a6af909
View commit details
Copy full SHA for a6af909
View code at this point
Browse repository at this point
Commits on Aug 26, 2025
refactor: remove some context logging
AntoineGS
committed
1c11d05
View commit details
Copy full SHA for 1c11d05
View code at this point
Browse repository at this point
feat: improve `Copilot status` with attach/detached reasons
AntoineGS
committed
1e37de6
View commit details
Copy full SHA for 1e37de6
View code at this point
Browse repository at this point
refactor: centralize some logic
AntoineGS
committed
76c6617
View commit details
Copy full SHA for 76c6617
View code at this point
Browse repository at this point
fix: buffer attachment logic in various conditions
Show description for e7bfbfb
AntoineGS
committed
e7bfbfb
View commit details
Copy full SHA for e7bfbfb
View code at this point
Browse repository at this point
Commits on Aug 22, 2025
Revert "fix: use buf for FileType autocmd (#539)"
Show description for f0c0d98
AntoineGS
committed
f0c0d98
View commit details
Copy full SHA for f0c0d98
View code at this point
Browse repository at this point
feat: update to latest Copilot LSP
github-actions[bot]
authored and
AntoineGS
committed
633c7aa
View commit details
Copy full SHA for 633c7aa
View code at this point
Browse repository at this point
feat: update to latest Copilot LSP
github-actions[bot]
authored and
AntoineGS
committed
d61c043
View commit details
Copy full SHA for d61c043
View code at this point
Browse repository at this point
Commits on Aug 21, 2025
fix: splitting of copilot_node_command (#545)
Jacob Reed
authored
f7bacd9
View commit details
Copy full SHA for f7bacd9
View code at this point
Browse repository at this point
Commits on Aug 20, 2025
feat: add has_next() function to suggestion
Show description for 0753a44
dfrommi
authored and
AntoineGS
committed
0753a44
View commit details
Copy full SHA for 0753a44
View code at this point
Browse repository at this point
feat: update to latest Copilot LSP
github-actions[bot]
authored and
AntoineGS
committed
7611deb
View commit details
Copy full SHA for 7611deb
View code at this point
Browse repository at this point
fix: use buf for FileType autocmd (#539)
Show description for 96f34f8
Kaiser-Yang
authored
96f34f8
View commit details
Copy full SHA for 96f34f8
View code at this point
Browse repository at this point
fix: regression where node_command contained spaces (#541)
Show description for e4156de
Jacob Reed
and
jacobrreed
authored
e4156de
View commit details
Copy full SHA for e4156de
View code at this point
Browse repository at this point
Commits on Aug 17, 2025
refactor: remove comment add types
AntoineGS
committed
de4e46e
View commit details
Copy full SHA for de4e46e
View code at this point
Browse repository at this point
fix: warn the user if unregistering a keymap fails
Show description for 75fe839
AntoineGS
committed
75fe839
View commit details
Copy full SHA for 75fe839
View code at this point
Browse repository at this point
Commits on Aug 16, 2025
feat: update to latest Copilot LSP
github-actions[bot]
authored and
AntoineGS
committed
ef3fc4a
View commit details
Copy full SHA for ef3fc4a
View code at this point
Browse repository at this point
Commits on Aug 15, 2025
feat: add option to suppress limit reched popup (#528)
Show description for 4869bff
AbaoFromCUG
and
AntoineGS
authored
4869bff
View commit details
Copy full SHA for 4869bff
View code at this point
Browse repository at this point
feat: relax and improve validation for copilot_node_command and nodejs (#527)
Show description for f122741
timhugh
and
AntoineGS
authored
f122741
View commit details
Copy full SHA for f122741
View code at this point
Browse repository at this point
feat: update to latest Copilot LSP
github-actions[bot]
authored and
AntoineGS
committed
9186bbd
View commit details
Copy full SHA for 9186bbd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.