✨ feat(vscode): 头脑风暴 profile 独立 + codex 命令统一组装收尾
- 头脑风暴/实施/测试会话 profile 彻底独立,互不回退,各自空值回落默认 - 新建工单弹窗的 profile 选择改为头脑风暴专用 brainstormProfilePath - 详情面板新增「头脑风暴配置文件」下拉 - 删除从未接线的死代码 reviewFlow.ts(runReview 全仓库无调用方) - codexCommand 精简为仅 resume/interactive 两种终端命令形态 - 版本号 0.2.55 → 0.2.60
This commit is contained in:
@@ -426,7 +426,7 @@ class WebhookCoordinator {
|
||||
* Handles a freshly opened gitea issue. Two paths:
|
||||
* - The issue body carries `<!-- spx:nonce=... -->` and matches a
|
||||
* pending creation tracked by the panel → merge column / sessionId /
|
||||
* profilePath / color into the state-JSON comment, append the card
|
||||
* brainstormProfilePath / color into the state-JSON comment, append the card
|
||||
* incrementally, then clean up the inbox tmpdir.
|
||||
* - No nonce / no match (external creation, e.g. manual `tea issues
|
||||
* create`) → just append the card so the kanban stays in sync; do
|
||||
@@ -490,8 +490,8 @@ class WebhookCoordinator {
|
||||
}
|
||||
if (typeof pending.sessionId === 'string' && pending.sessionId.length > 0)
|
||||
extra.sessionId = pending.sessionId
|
||||
if (typeof pending.profilePath === 'string' && pending.profilePath.length > 0)
|
||||
extra.profilePath = pending.profilePath
|
||||
if (typeof pending.brainstormProfilePath === 'string' && pending.brainstormProfilePath.length > 0)
|
||||
extra.brainstormProfilePath = pending.brainstormProfilePath
|
||||
|
||||
try {
|
||||
await mergeStateJsonComment({
|
||||
|
||||
Reference in New Issue
Block a user