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
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 }}
ThreeFish-AI
/
coding-proxy
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
19
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
v0.3.0
- #201
#201
Merged
ThreeFish-AI
merged 25 commits into
master
ThreeFish-AI/coding-proxy:master
from
feature/1.x.x
ThreeFish-AI/coding-proxy:feature/1.x.x
Copy head branch name to clipboard
Apr 20, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
v0.3.0
#201
ThreeFish-AI
merged 25 commits into
master
ThreeFish-AI/coding-proxy:master
from
feature/1.x.x
ThreeFish-AI/coding-proxy:feature/1.x.x
Copy head branch name to clipboard
Commits
Commits on Apr 18, 2026
refactor(vendor-channels): 收敛跨供应商兼容处理到源→目标通道并引入内容感知源推断;
Show description for fe08116
ThreeFish-AI
committed
fe08116
View commit details
Copy full SHA for fe08116
Browse repository at this point
test(vendor-channels): 迁移与扩充测试用例覆盖源→目标通道与内容感知源推断;
Show description for 6a2872f
ThreeFish-AI
committed
6a2872f
View commit details
Copy full SHA for 6a2872f
Browse repository at this point
docs(changelog): 记录收敛跨供应商兼容处理至源→目标通道的架构重构;
Show description for 13a6d3f
ThreeFish-AI
committed
13a6d3f
View commit details
Copy full SHA for 13a6d3f
Browse repository at this point
feat(pricing): 新增 claude-opus-4-7 模型定价配置;
Show description for a11d5f9
ThreeFish-AI
committed
a11d5f9
View commit details
Copy full SHA for a11d5f9
Browse repository at this point
Merge pull request #196 from ThreeFish-AI/vk/a921-fix-vendor-zhipu
Show description for a94137b
ThreeFish-AI
authored
a94137b
View commit details
Copy full SHA for a94137b
Browse repository at this point
Commits on Apr 19, 2026
feat(usage): usage_log 扩展 client_category/operation/endpoint/extra_usage_json 四列与幂等迁移;
Show description for c3bdc7c
ThreeFish-AI
committed
c3bdc7c
View commit details
Copy full SHA for c3bdc7c
Browse repository at this point
feat(usage-parser): parse_usage_from_chunk 扩展识别 Gemini usageMetadata;
Show description for 5eea6a8
ThreeFish-AI
committed
5eea6a8
View commit details
Copy full SHA for 5eea6a8
Browse repository at this point
feat(native-api): 落地 OpenAI/Gemini/Anthropic 原生 API 透传通道(Registry + catch-all);
Show description for 23a7eff
ThreeFish-AI
committed
23a7eff
View commit details
Copy full SHA for 23a7eff
Browse repository at this point
test(native-api): 补齐透传 / 分类 / 抽取器 / 路由全链路单测;
Show description for 0ed44d0
ThreeFish-AI
committed
0ed44d0
View commit details
Copy full SHA for 0ed44d0
Browse repository at this point
docs(changelog): 记录原生 API 透传通道与 usage 扩展能力;
Show description for 3f2db1d
ThreeFish-AI
committed
3f2db1d
View commit details
Copy full SHA for 3f2db1d
Browse repository at this point
Merge pull request #197 from ThreeFish-AI/vk/1091-coding-proxy-ope
Show description for eed34f8
ThreeFish-AI
authored
eed34f8
View commit details
Copy full SHA for eed34f8
Browse repository at this point
build(version): 版本号升级至 0.3.0a1;
Show description for aa6d7a3
ThreeFish-AI
committed
aa6d7a3
View commit details
Copy full SHA for aa6d7a3
Browse repository at this point
feat(server): 默认监听端口 8046 → 3392;
Show description for 940bded
ThreeFish-AI
committed
940bded
View commit details
Copy full SHA for 940bded
Browse repository at this point
feat(native-api): 上游 base_url 覆写 (YAML + env) 与三家默认启用;
Show description for bd721c2
ThreeFish-AI
committed
bd721c2
View commit details
Copy full SHA for bd721c2
Browse repository at this point
docs(native-api): 补充端口迁移与 base_url 覆写的 CHANGELOG 与配置文档;
Show description for 5a5f981
ThreeFish-AI
committed
5a5f981
View commit details
Copy full SHA for 5a5f981
Browse repository at this point
Merge pull request #198 from ThreeFish-AI/vk/2519-8046-3392
Show description for 34bd979
ThreeFish-AI
authored
34bd979
View commit details
Copy full SHA for 34bd979
Browse repository at this point
build(version): 版本号升级至 0.3.0a2;
Show description for f1666d2
ThreeFish-AI
committed
f1666d2
View commit details
Copy full SHA for f1666d2
Browse repository at this point
feat(pricing): 补充 OpenAI、Anthropic Native、Gemini 系列模型定价配置;
Show description for 7ee04b5
ThreeFish-AI
committed
7ee04b5
View commit details
Copy full SHA for 7ee04b5
Browse repository at this point
Commits on Apr 20, 2026
feat(dashboard): Dashboard 图表 legend 规范化为 cc|/api| 前缀;
Show description for ef0c91f
ThreeFish-AI
committed
ef0c91f
View commit details
Copy full SHA for ef0c91f
Browse repository at this point
Merge pull request #199 from ThreeFish-AI/vk/d188-dashboard-legend
Show description for de8d1a0
ThreeFish-AI
authored
de8d1a0
View commit details
Copy full SHA for de8d1a0
Browse repository at this point
build(version): 版本号升级至 0.3.0a3;
Show description for d1d2338
ThreeFish-AI
committed
d1d2338
View commit details
Copy full SHA for d1d2338
Browse repository at this point
fix(dashboard): Tooltip 过滤零值数据项,提升信息密度
Show description for a71280f
ThreeFish-AI
committed
a71280f
View commit details
Copy full SHA for a71280f
Browse repository at this point
Merge pull request #200 from ThreeFish-AI/vk/0179-tooltips-0-toolt
Show description for 54a8356
ThreeFish-AI
authored
54a8356
View commit details
Copy full SHA for 54a8356
Browse repository at this point
build(version): 版本号升级至 0.3.0;
Show description for 96446f4
ThreeFish-AI
committed
96446f4
View commit details
Copy full SHA for 96446f4
Browse repository at this point
docs(changelog): 更新 CHANGELOG 至 v0.3.0 正式版发布说明;
Show description for 28db861
ThreeFish-AI
committed
28db861
View commit details
Copy full SHA for 28db861
Browse repository at this point
You can’t perform that action at this time.