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 }}
toreleon
/
copilot-api
Public
forked from
ericc-ch/copilot-api
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
copilot-api
src
on
coderabbitai/docstrings/0ea08fe
User selector
All users
All time
Commit history
Commits on Nov 10, 2025
📝 Add docstrings to `feat/api-key-support`
Show description for edecb8e
coderabbitai[bot]
authored
edecb8e
View commit details
Copy full SHA for edecb8e
View code at this point
Browse repository at this point
Commits on Oct 5, 2025
fix: optional proxy env
ericc-ch
committed
7c9139b
View commit details
Copy full SHA for 7c9139b
View code at this point
Browse repository at this point
Commits on Oct 4, 2025
chore: update vscode fallback ver
ericc-ch
committed
b88f570
View commit details
Copy full SHA for b88f570
View code at this point
Browse repository at this point
fix(proxy): type errors
ericc-ch
committed
08bf6ec
View commit details
Copy full SHA for 08bf6ec
View code at this point
Browse repository at this point
Merge pull request #115 from caozhiyuan/feature/count-token
Show description for 51eb0a4
ericc-ch
authored
51eb0a4
View commit details
Copy full SHA for 51eb0a4
View code at this point
Browse repository at this point
Merge branch 'master' into feat/proxy-dispatch-no-proxy-logs
ericc-ch
authored
17fe0a6
View commit details
Copy full SHA for 17fe0a6
View code at this point
Browse repository at this point
Commits on Sep 30, 2025
refactor: remove claudeCodeEnv option and update environment variable handling
caozhiyuan
committed
574d47a
View commit details
Copy full SHA for 574d47a
View code at this point
Browse repository at this point
Commits on Sep 24, 2025
feature: token counting for different models
caozhiyuan
committed
e0c83ee
View commit details
Copy full SHA for e0c83ee
View code at this point
Browse repository at this point
feat(start): add option to generate Claude Code environment variables
Show description for 8b7d835
caozhiyuan
committed
8b7d835
View commit details
Copy full SHA for 8b7d835
View code at this point
Browse repository at this point
feature claude count token
caozhiyuan
committed
acb4cf3
View commit details
Copy full SHA for acb4cf3
View code at this point
Browse repository at this point
fix input_tokens adaptation error
caozhiyuan
committed
e3e4cf5
View commit details
Copy full SHA for e3e4cf5
View code at this point
Browse repository at this point
Commits on Sep 4, 2025
fix: map content in handleUserMessage for tool call responses
TinyCoder
committed
2868dde
View commit details
Copy full SHA for 2868dde
View code at this point
Browse repository at this point
Commits on Aug 29, 2025
proxy: per-URL env proxy via undici
lroolle
committed
1a41e5c
View commit details
Copy full SHA for 1a41e5c
View code at this point
Browse repository at this point
Commits on Aug 23, 2025
feat: add cache token details to usage and completion token structures
cuipengfei
committed
1b8c9d4
View commit details
Copy full SHA for 1b8c9d4
View code at this point
Browse repository at this point
feat: update usage structure in message events and chat completion types
cuipengfei
committed
6a37ada
View commit details
Copy full SHA for 6a37ada
View code at this point
Browse repository at this point
Commits on Aug 10, 2025
chore: update deps & lint
ericc-ch
committed
17d0635
View commit details
Copy full SHA for 17d0635
View code at this point
Browse repository at this point
Merge pull request #81 from hedecai/claude-code
Show description for b4c9a07
ericc-ch
authored
b4c9a07
View commit details
Copy full SHA for b4c9a07
View code at this point
Browse repository at this point
Commits on Aug 8, 2025
chore: run lint
ericc-ch
committed
1edc9c3
View commit details
Copy full SHA for 1edc9c3
View code at this point
Browse repository at this point
set stopReason as first choice
hedecai
committed
8da0b14
View commit details
Copy full SHA for 8da0b14
View code at this point
Browse repository at this point
Update src/routes/messages/non-stream-translation.ts
Show description for 65efda1
hedecai
and
Copilot
authored
65efda1
View commit details
Copy full SHA for 65efda1
View code at this point
Browse repository at this point
Fix multi choices in OpenAI response with different types of content(some with text content, some with tool calls), the translation only picked up the text content from the first choice and missing…
Show description for 075ed78
hedecai
committed
075ed78
View commit details
Copy full SHA for 075ed78
View code at this point
Browse repository at this point
Commits on Aug 7, 2025
fix: claude code sub-agent models
Show description for f2cd359
garethknowles
authored
f2cd359
View commit details
Copy full SHA for f2cd359
View code at this point
Browse repository at this point
Commits on Aug 6, 2025
fix: ensure tool results precede user content to comply with Anthropic protocol
Show description for 7776a8f
ericc-ch
and
opencode
committed
7776a8f
View commit details
Copy full SHA for 7776a8f
View code at this point
Browse repository at this point
Commits on Jul 31, 2025
feat: more compact usage info
ericc-ch
committed
c681654
View commit details
Copy full SHA for c681654
View code at this point
Browse repository at this point
feat: add debug subcommand with version, runtime, paths, and auth status info
Show description for b8603b2
ericc-ch
and
opencode
committed
b8603b2
View commit details
Copy full SHA for b8603b2
View code at this point
Browse repository at this point
Commits on Jul 28, 2025
feat: check-usage subcommand
ericc-ch
committed
c69ddd3
View commit details
Copy full SHA for c69ddd3
View code at this point
Browse repository at this point
Commits on Jul 26, 2025
chore: run lint
ericc-ch
committed
52b8cb1
View commit details
Copy full SHA for 52b8cb1
View code at this point
Browse repository at this point
Commits on Jul 25, 2025
feat: add support for Anthropic thinking blocks
Show description for 0d3c786
lanej
committed
0d3c786
View commit details
Copy full SHA for 0d3c786
View code at this point
Browse repository at this point
fix: double use of response body
Show description for fab7227
ericc-ch
and
opencode
committed
fab7227
View commit details
Copy full SHA for fab7227
View code at this point
Browse repository at this point
feat: fallback to output command if clipboardy fails with Claude Code flag
Show description for 289f167
ericc-ch
and
opencode
committed
289f167
View commit details
Copy full SHA for 289f167
View code at this point
Browse repository at this point
Commits on Jul 22, 2025
feat: add agent/user X-Initiator header to chat completions and tests. fixes #68
Show description for b247302
ericc-ch
and
opencode
committed
b247302
View commit details
Copy full SHA for b247302
View code at this point
Browse repository at this point
Commits on Jul 20, 2025
chore: run lint
ericc-ch
committed
c2db21a
View commit details
Copy full SHA for c2db21a
View code at this point
Browse repository at this point
Commits on Jun 22, 2025
feat: Add show-token flag to display tokens on auth and refresh
ericc-ch
committed
0c8ff3b
View commit details
Copy full SHA for 0c8ff3b
View code at this point
Browse repository at this point
Commits on Jun 21, 2025
Update project files and add new features
web-flow
committed
8f419fb
View commit details
Copy full SHA for 8f419fb
View code at this point
Browse repository at this point
feat: Improve non-streaming translation and token usage mapping
ericc-ch
committed
1bd8afd
View commit details
Copy full SHA for 1bd8afd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.