Skip to content

Commit 9176a48

Browse files
committed
chore: bump 2.0.5 + add baily-zhang PR #62 to credits
baily-zhang's fourth landed PR (#36 / #45 / #61 / #62) — adding the PR #62 entry to the dashboard credits panel as a separate card so the inline-script regression-test win is visible alongside the cascade-reuse machinery work. v2.0.5 covers everything since 2.0.4: - aict666 #54 tool preamble slim + redact U+2026 - abwuge #58 docker/nginx deploy fix - baily #61 Opus 4.7 multimodal context bloat - baily #62 dashboard escape regression - own commits: empty-message validator, internal_error backoff, upstream_transient_error category, Opus 4.6 reuse widening, /v1/responses endpoint for Codex CLI compatibility (#56, #63)
1 parent b6e373b commit 9176a48

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "windsurf-api",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Windsurf to OpenAI + Anthropic compatible API proxy. Turns Windsurf's 107 AI models (Claude, GPT, Gemini, DeepSeek, Grok, Qwen, Kimi, GLM, SWE) into dual-protocol API endpoints. Zero npm deps.",
55
"type": "module",
66
"main": "src/index.js",

src/dashboard/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4706,6 +4706,15 @@ <h3 data-i18n="login.title">控制台登录</h3>
47064706
// Hand-maintained roster of external contributors. Update here when a
47074707
// new PR lands; the dashboard Credits panel renders straight from this.
47084708
CONTRIBUTORS: [
4709+
{
4710+
login: 'baily-zhang',
4711+
pr: 62,
4712+
weight: 'S+',
4713+
weightLabel: '第四次出手 · dashboard inline-script 静态解析 regression 防御',
4714+
mergedAt: '2026-04-25',
4715+
title: 'fix(dashboard): 修复 Credits 文案导致控制台空白',
4716+
summary: 'commit 60fcd5a 写新 Credits 文案时 Codeium 那个所有格在 inline single-quoted JS string 里被过度转义,整个 dashboard 主脚本 parse fail —— 页面能开但 stats / accounts 等 panel 全空白。几小时内发现修字面 + 新加 test/dashboard-syntax.test.js 用 V8 静态解析 inline script blocks,未来同类 escape / copy 错误下次直接卡 npm test 阶段,比 live UI 砖掉强。',
4717+
},
47094718
{
47104719
login: 'baily-zhang',
47114720
pr: 61,

0 commit comments

Comments
 (0)