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 }}
iamsonukj
/
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
tests
on
master
User selector
All users
All time
Commit history
Commits on Nov 7, 2025
fix: use nodejs experimental SQLite when nodejs < v25 (#604)
Show description for a31be88
guimochila
and
AntoineGS
authored
a31be88
View commit details
Copy full SHA for a31be88
View code at this point
Browse repository at this point
Commits on Oct 9, 2025
test: remove unnecessary env file (now that we use mocks)
AntoineGS
committed
92e08cd
View commit details
Copy full SHA for 92e08cd
View code at this point
Browse repository at this point
fix: prev and next keymaps should trigger suggestion
Show description for cc9b8c3
AntoineGS
committed
cc9b8c3
View commit details
Copy full SHA for cc9b8c3
View code at this point
Browse repository at this point
test: fix failing tests
AntoineGS
committed
3cab232
View commit details
Copy full SHA for 3cab232
View code at this point
Browse repository at this point
Commits on Oct 5, 2025
fix: global `M` in test stub
nihaals
authored and
AntoineGS
committed
9cc74a0
View commit details
Copy full SHA for 9cc74a0
View code at this point
Browse repository at this point
Commits on Sep 30, 2025
feat: use of fallback logic on all suggestion keymaps
Show description for f12709a
AntoineGS
committed
f12709a
View commit details
Copy full SHA for f12709a
View code at this point
Browse repository at this point
Commits on Sep 26, 2025
refactor!: increase nodejs version requirement for LSP requirement
AntoineGS
committed
1ff8504
View commit details
Copy full SHA for 1ff8504
View code at this point
Browse repository at this point
Commits on Sep 25, 2025
test: add test with default keymap
AntoineGS
committed
a037c1f
View commit details
Copy full SHA for a037c1f
View code at this point
Browse repository at this point
Commits on Sep 23, 2025
fix: missing buffer-based keymap registrations
AntoineGS
committed
3ea8f8c
View commit details
Copy full SHA for 3ea8f8c
View code at this point
Browse repository at this point
Commits on Sep 22, 2025
fix: support for keymap passthrough to function callbacks
AntoineGS
committed
46e9895
View commit details
Copy full SHA for 46e9895
View code at this point
Browse repository at this point
fix: esc key mapping issues
Show description for f8fa941
AntoineGS
committed
f8fa941
View commit details
Copy full SHA for f8fa941
View code at this point
Browse repository at this point
Commits on Sep 20, 2025
feat: next edit suggestion (nes)
Show description for 2ac3ab3
AntoineGS
committed
2ac3ab3
View commit details
Copy full SHA for 2ac3ab3
View code at this point
Browse repository at this point
Commits on Sep 4, 2025
refactor: warnings cleanup
AntoineGS
committed
81d289a
View commit details
Copy full SHA for 81d289a
View code at this point
Browse repository at this point
test: cleanup some tests, finish conversion to LSP mock
AntoineGS
committed
89adfc7
View commit details
Copy full SHA for 89adfc7
View code at this point
Browse repository at this point
test: test improvements and conversion of test_client to stub LSP
AntoineGS
committed
08894e3
View commit details
Copy full SHA for 08894e3
View code at this point
Browse repository at this point
test: convert a panel and suggestion tests to use stub lsp
AntoineGS
committed
c3f2783
View commit details
Copy full SHA for c3f2783
View code at this point
Browse repository at this point
Commits on Aug 29, 2025
test: add helper function
AntoineGS
committed
c0a8d3e
View commit details
Copy full SHA for c0a8d3e
View code at this point
Browse repository at this point
test: failing tests on win32 environments
AntoineGS
committed
46a97dc
View commit details
Copy full SHA for 46a97dc
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
add tests coverage for nodejs module
timhugh
authored and
AntoineGS
committed
164b017
View commit details
Copy full SHA for 164b017
View code at this point
Browse repository at this point
Commits on Aug 28, 2025
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
feat: add support for `Copilot panel toggle` command
Show description for 8cfbb5a
AntoineGS
committed
8cfbb5a
View commit details
Copy full SHA for 8cfbb5a
View code at this point
Browse repository at this point
Commits on Aug 27, 2025
test: increase wait time for CI
AntoineGS
committed
45d579a
View commit details
Copy full SHA for 45d579a
View code at this point
Browse repository at this point
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
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
test: fix test due to attach process change
AntoineGS
committed
a2a4747
View commit details
Copy full SHA for a2a4747
View code at this point
Browse repository at this point
test: new tests to ensure attach is called
AntoineGS
committed
1b667b4
View commit details
Copy full SHA for 1b667b4
View code at this point
Browse repository at this point
Commits on Aug 26, 2025
test: add tests for outstanding issue #551 (unresolved)
AntoineGS
committed
7afef52
View commit details
Copy full SHA for 7afef52
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
test: refactors
AntoineGS
committed
ac01005
View commit details
Copy full SHA for ac01005
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
test: remove temp log file
AntoineGS
committed
31c87a0
View commit details
Copy full SHA for 31c87a0
View code at this point
Browse repository at this point
Commits on Aug 20, 2025
test: fix another test issue
AntoineGS
committed
e405f02
View commit details
Copy full SHA for e405f02
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.