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
## [2026-05-11 19:47] | Task: Chrome Web Store active submission guard
2
+
3
+
### 🤖 Execution Context
4
+
5
+
-**Agent ID**: `Codex`
6
+
-**Base Model**: `GPT-5`
7
+
-**Runtime**: `Codex CLI`
8
+
9
+
### 📥 User Query
10
+
11
+
> Chrome Web Store 已有版本在审核中时,希望发布机制能检测并处理,必要时取消旧审核并用最新版本重发,避免最新版本没发出去。
12
+
13
+
### 🛠 Changes Overview
14
+
15
+
**Scope:** Chrome Web Store publish script, release workflows, release docs.
16
+
17
+
**Key Actions:**
18
+
19
+
-**[Preflight]**: Added `fetchStatus` before CWS upload and detect active submitted revisions (`PENDING_REVIEW` and `STAGED`).
20
+
-**[Default Guard]**: Default behavior now skips CWS upload/submission with `skipped.reason=ACTIVE_SUBMISSION` instead of failing the whole release workflow.
21
+
-**[Explicit Replace]**: Added `--cancel-pending`, workflow inputs, and `CWS_CANCEL_PENDING_SUBMISSION=true` to cancel the active CWS submission before uploading the latest zip.
22
+
-**[Docs]**: Documented skip vs cancel behavior and linked official `fetchStatus` / `cancelSubmission` references.
23
+
24
+
### 🧠 Design Intent (Why)
25
+
26
+
Chrome Web Store rejects edits while an item is already in review. Release automation should not fail GitHub Release, npm, PyPI, and Homebrew delivery because CWS is busy, but replacing an active submission is externally visible and should require an explicit opt-in.
| 2026-05-11 | Chrome Extension Logo | Chrome Web Store 和浏览器工具栏会显示新版 Open Browser Use 标识,减少旧视觉资产和当前品牌方向不一致的问题。 | 发布 `0.1.33` patch 版本,替换 Chrome extension 的 16/32/48/128 PNG icons 和 1024px source logo,并沿用现有 tag release 与 Chrome Web Store 自动提交链路。 |
0 commit comments