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 }}
wjf1
/
commandcode-proxy
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
7
Code
Issues
0
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
commandcode-proxy
src
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 25, 2026
feat(security): Wave 4 管理面 Origin scheme 校验收紧(ORIGIN_SCHEME_CHECK)
Show description for cffdf5d
wjf1
committed
cffdf5d
View commit details
Copy full SHA for cffdf5d
View code at this point
Browse repository at this point
merge: feat/dashboard-integration into main
wjf1
committed
28cbdac
View commit details
Copy full SHA for 28cbdac
View code at this point
Browse repository at this point
docs(upstream): sendToCC 顶部补流水线阶段总览注释
Show description for 4db1b36
wjf1
committed
4db1b36
View commit details
Copy full SHA for 4db1b36
View code at this point
Browse repository at this point
refactor(upstream): 提取流水线阶段4 —— 流包装与首事件探测
Show description for 9ccf309
wjf1
committed
9ccf309
View commit details
Copy full SHA for 9ccf309
View code at this point
Browse repository at this point
refactor(upstream): 提取流水线阶段3 —— 响应处理与错误分类
Show description for e2b5461
wjf1
committed
e2b5461
View commit details
Copy full SHA for e2b5461
View code at this point
Browse repository at this point
refactor(upstream): 提取流水线阶段2 —— 受控请求(入口安全检查 + SSRF 重定向循环)
Show description for 29b51ca
wjf1
committed
29b51ca
View commit details
Copy full SHA for 29b51ca
View code at this point
Browse repository at this point
feat(api): 新增 GET /api/features 运行能力开关只读端点
Show description for 85772ae
wjf1
committed
85772ae
View commit details
Copy full SHA for 85772ae
View code at this point
Browse repository at this point
refactor(upstream): 提取流水线阶段1 —— 共享错误基础件与超时/信号装配
Show description for a4eb19b
wjf1
committed
a4eb19b
View commit details
Copy full SHA for a4eb19b
View code at this point
Browse repository at this point
Commits on Sep 24, 2026
feat(assemble): 装配监控/路由 + 快照跨环境稳定
Show description for 01b415e
wjf1
committed
01b415e
View commit details
Copy full SHA for 01b415e
View code at this point
Browse repository at this point
merge: feat/prompt-versions into main
wjf1
committed
f1e60f1
View commit details
Copy full SHA for f1e60f1
View code at this point
Browse repository at this point
merge: feat/health-webhook into main
wjf1
committed
675d9ad
View commit details
Copy full SHA for 675d9ad
View code at this point
Browse repository at this point
merge: feat/request-guards into main
wjf1
committed
858746f
View commit details
Copy full SHA for 858746f
View code at this point
Browse repository at this point
merge: feat/store-adapter into main
wjf1
committed
efbce27
View commit details
Copy full SHA for efbce27
View code at this point
Browse repository at this point
refactor(adapter): 单类职责拆分为组装式模块(快照兜底,行为零变化)
wjf1
committed
da3de48
View commit details
Copy full SHA for da3de48
View code at this point
Browse repository at this point
refactor(types): 类型定义按域拆分为 gateway/openai/anthropic/upstream/models 五个文件
Show description for a048b72
wjf1
committed
a048b72
View commit details
Copy full SHA for a048b72
View code at this point
Browse repository at this point
refactor(security): SSRF 守卫拆至 security-guard.ts
Show description for 623a100
wjf1
committed
623a100
View commit details
Copy full SHA for 623a100
View code at this point
Browse repository at this point
feat(monitoring): 通道健康检查 + Webhook 告警(旁路,默认可关)
wjf1
committed
b9f9ccc
View commit details
Copy full SHA for b9f9ccc
View code at this point
Browse repository at this point
refactor(storage): usage-store 后端接口化解耦(JSONL 默认,行为零变化)
wjf1
committed
e5aa9aa
View commit details
Copy full SHA for e5aa9aa
View code at this point
Browse repository at this point
refactor(auth): 浏览器 OAuth 登录/auth.json 读取/openBrowser 拆至 auth-browser.ts
Show description for a27548d
wjf1
committed
a27548d
View commit details
Copy full SHA for a27548d
View code at this point
Browse repository at this point
feat(security): 模型访问控制 MODEL_ALLOWLIST / MODEL_BLOCKLIST(默认全放行)
Show description for 260f212
wjf1
committed
260f212
View commit details
Copy full SHA for 260f212
View code at this point
Browse repository at this point
feat(security): 请求速率限制 RATE_LIMIT_RPM / RATE_LIMIT_TPM(默认关闭,滑动窗口)
Show description for b300923
wjf1
committed
b300923
View commit details
Copy full SHA for b300923
View code at this point
Browse repository at this point
feat(security): 审计日志 AUDIT_LOG(默认开启 minimal,只记元数据)
Show description for 5053141
wjf1
committed
5053141
View commit details
Copy full SHA for 5053141
View code at this point
Browse repository at this point
feat(prompts): Prompt 版本管理(本地快照+回滚,默认关闭)
wjf1
committed
c0ced1b
View commit details
Copy full SHA for c0ced1b
View code at this point
Browse repository at this point
fix(security): SSRF 重定向阻断 + DNS rebinding 防护(Wave 3)
Show description for 566a3c6
wjf1
committed
566a3c6
View commit details
Copy full SHA for 566a3c6
View code at this point
Browse repository at this point
feat(security): 日志密钥脱敏 LOG_REDACTION(Wave 2)
Show description for 13cf0e6
wjf1
committed
13cf0e6
View commit details
Copy full SHA for 13cf0e6
View code at this point
Browse repository at this point
Commits on Sep 23, 2026
fix(runtime): Node 18 支持结束(engines >=20)、exe 加载期崩溃、打包器换到 @yao-pkg/pkg
Show description for 660949e
wjf1
committed
660949e
View commit details
Copy full SHA for 660949e
View code at this point
Browse repository at this point
fix(runtime): 崩溃预算退出前 flush 排队用量,auto-quota 装配读新鲜配置
Show description for bfbb812
wjf1
committed
bfbb812
View commit details
Copy full SHA for bfbb812
View code at this point
Browse repository at this point
perf(usage): dayKey 与日志时间戳不再逐条构造 Intl 格式化器
Show description for 3158ad3
wjf1
committed
3158ad3
View commit details
Copy full SHA for 3158ad3
View code at this point
Browse repository at this point
fix(security): 凭据掩码收口、账号生命周期与配置落盘失败传播
Show description for 9e7ebaf
wjf1
committed
9e7ebaf
View commit details
Copy full SHA for 9e7ebaf
View code at this point
Browse repository at this point
fix(protocol): 工具调用不再被 finish_reason 与分片合并逻辑吞掉
Show description for 2bade7f
wjf1
committed
2bade7f
View commit details
Copy full SHA for 2bade7f
View code at this point
Browse repository at this point
Commits on Sep 21, 2026
chore(config): 上游挂钟总时限默认 600s → 1800s
Show description for b2c4ca7
wjf1
committed
b2c4ca7
View commit details
Copy full SHA for b2c4ca7
View code at this point
Browse repository at this point
fix(routes): 流错误不再升级为进程级未捕获异常,并按真实分类落库
Show description for b8210a8
wjf1
committed
b8210a8
View commit details
Copy full SHA for b8210a8
View code at this point
Browse repository at this point
fix(update-check): 改读 /tags,恢复「发现新版本」提示
Show description for 31da4d4
wjf1
committed
31da4d4
View commit details
Copy full SHA for 31da4d4
View code at this point
Browse repository at this point
fix(dashboard): manual-login 不再明文回传 apiKey;.env 写入位置可隔离
Show description for 6193563
wjf1
committed
6193563
View commit details
Copy full SHA for 6193563
View code at this point
Browse repository at this point
fix(upstream): 接通重试换号的三层缺陷,并让 upstream.timeoutMs 真正生效
Show description for 1057cd0
wjf1
committed
1057cd0
View commit details
Copy full SHA for 1057cd0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.