No description
Find a file
2025-05-03 20:36:59 -04:00
.gitignore bootstrap project 2025-05-03 20:36:59 -04:00
go.mod bootstrap project 2025-05-03 20:36:59 -04:00
LICENSE bootstrap project 2025-05-03 20:36:59 -04:00
main.go bootstrap project 2025-05-03 20:36:59 -04:00
main_test.go bootstrap project 2025-05-03 20:36:59 -04:00
README.md bootstrap project 2025-05-03 20:36:59 -04:00
st.thermokar.copilot-proxy.plist bootstrap project 2025-05-03 20:36:59 -04:00

github copilot proxy server

a proxy server for github copilot, handling token management and request forwarding

requirements

  • go 1.20 or later
  • a valid github pat set in the GITHUB_AUTH_TOKEN environment variable

usage

go build -o copilot-proxy
GITHUB_AUTH_TOKEN=... ./copilot-proxy

launchctl

cp st.thermokar.copilot-proxy.plist ~/Library/LaunchAgents/st.thermokar.copilot-proxy.plist
# edit as necessary
# log out and then back in
launchctl list | rg st.thermokar.copilot-proxy