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
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
Commits
Breadcrumbs
History for
coding-proxy
.github
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 17, 2026
style(whitespace): 修复行尾空白与文件末尾换行符缺失,由 pre-commit hooks 首次全量扫描自动修正;
Show description for c2ee552
ThreeFish-AI
committed
c2ee552
View commit details
Copy full SHA for c2ee552
View code at this point
Browse repository at this point
ci(release): 移除发布流水线中的 Update Changelog 自动化阶段;
Show description for 7cefa0d
ThreeFish-AI
committed
7cefa0d
View commit details
Copy full SHA for 7cefa0d
View code at this point
Browse repository at this point
Commits on Apr 11, 2026
fix(release): 合并审批与发布为单一 job 以解决 PyPI OIDC 认证死锁并移除多余 Direct Path;
Show description for 4331a7d
ThreeFish-AI
committed
4331a7d
View commit details
Copy full SHA for 4331a7d
View code at this point
Browse repository at this point
fix(release): 移除 API Token 认证 job 中多余的 id-token 权限以修复 PyPI 发布失败;
Show description for c3d7560
ThreeFish-AI
committed
c3d7560
View commit details
Copy full SHA for c3d7560
View code at this point
Browse repository at this point
ci(release): 将 Pre-release 发布流程升级为 5 阶段全自动串行流水线;
Show description for 6bbb563
ThreeFish-AI
committed
6bbb563
View commit details
Copy full SHA for 6bbb563
View code at this point
Browse repository at this point
Commits on Apr 5, 2026
ci(python-matrix): CI 测试矩阵补充 Python 3.14 覆盖;
Show description for d7727cf
ThreeFish-AI
and
claude
committed
d7727cf
View commit details
Copy full SHA for d7727cf
View code at this point
Browse repository at this point
ci(toolchain): 引入 Ruff Lint/Format 与 pytest-cov,建立 CI/CD 质量保障流水线;
Show description for 154d201
ThreeFish-AI
committed
154d201
View commit details
Copy full SHA for 154d201
View code at this point
Browse repository at this point
ci(github-actions): 修复矩阵构建 Artifact 名称冲突并启用 Node.js 24 运行时;
Show description for 5c74ff7
ThreeFish-AI
committed
5c74ff7
View commit details
Copy full SHA for 5c74ff7
View code at this point
Browse repository at this point
fix(deps): 扩展 Python 版本支持至 3.12/3.13/3.14 并修复 Typer 与 Docling 的依赖冲突;
Show description for f57f140
ThreeFish-AI
committed
f57f140
View commit details
Copy full SHA for f57f140
View code at this point
Browse repository at this point
chore(meta): 补全 PyPI 发布元信息 + 文档排版与 CI 注释规范化;
Show description for ae6a747
ThreeFish-AI
committed
ae6a747
View commit details
Copy full SHA for ae6a747
View code at this point
Browse repository at this point
fix(promote): 补充 validate job 的 outputs 声明以启用跨 job 输出传递;
Show description for 6219f97
ThreeFish-AI
committed
6219f97
View commit details
Copy full SHA for 6219f97
View code at this point
Browse repository at this point
fix(promote): 修复跨 job 输出值在 JavaScript script 中注入为空的问题;
Show description for 8924b27
ThreeFish-AI
committed
8924b27
View commit details
Copy full SHA for 8924b27
View code at this point
Browse repository at this point
fix(promote): 修正 Octokit REST API 命名空间错误导致 Workflow 执行失败;
Show description for 792467d
ThreeFish-AI
committed
792467d
View commit details
Copy full SHA for 792467d
View code at this point
Browse repository at this point
ci(promote): 修复 Fine-grained Token 下 github.rest.releases namespace 未注册导致 Workflow 执行失败;
Show description for b2a3a88
ThreeFish-AI
committed
b2a3a88
View commit details
Copy full SHA for b2a3a88
View code at this point
Browse repository at this point
ci(github-actions): 启用 verbose 日志并补充包元数据以排查 TestPyPI 发布 400 错误;
Show description for 866473c
ThreeFish-AI
committed
866473c
View commit details
Copy full SHA for 866473c
View code at this point
Browse repository at this point
ci(github-actions): 修复 TestPyPI 发布因 attestations 不兼容导致 400 错误;
Show description for caf0a9a
ThreeFish-AI
committed
caf0a9a
View commit details
Copy full SHA for caf0a9a
View code at this point
Browse repository at this point
ci(github-actions): 新增 Pre-release → Production 门控发布工作流;
Show description for 2144777
ThreeFish-AI
committed
2144777
View commit details
Copy full SHA for 2144777
View code at this point
Browse repository at this point
Commits on Apr 4, 2026
ci(github-actions): 新增 PyPI 发布 API Token 回退认证模式;
Show description for 734aa19
ThreeFish-AI
committed
734aa19
View commit details
Copy full SHA for 734aa19
View code at this point
Browse repository at this point
ci(github-actions): 修复 Release 工作流构建失败,新增 uv 包管理器安装步骤;
Show description for 214b577
ThreeFish-AI
committed
214b577
View commit details
Copy full SHA for 214b577
View code at this point
Browse repository at this point
ci(pypi-publish): 新增 GitHub Actions PyPI 自动发布工作流;
Show description for cb96bb5
ThreeFish-AI
committed
cb96bb5
View commit details
Copy full SHA for cb96bb5
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.