fix(windows): improve agent workflows and project creation - #2343
Open
Dreamt0511 wants to merge 12 commits into
Open
fix(windows): improve agent workflows and project creation#2343Dreamt0511 wants to merge 12 commits into
Dreamt0511 wants to merge 12 commits into
Conversation
Signed-off-by: dreamt <[email protected]>
Signed-off-by: dreamt <[email protected]>
Signed-off-by: dreamt <[email protected]>
Signed-off-by: dreamt <[email protected]>
Signed-off-by: dreamt <[email protected]>
Signed-off-by: dreamt <[email protected]>
Signed-off-by: dreamt <[email protected]>
Signed-off-by: dreamt <[email protected]> # Conflicts: # packages/agent/gui/agent-gui/agentGuiNode/AgentComposerSettingsMenus.spec.tsx # packages/agent/gui/agent-gui/agentGuiNode/composer/useComposerPaletteCatalog.ts # packages/agent/gui/agent-gui/agentGuiNode/controller/useAgentGUIComposerOptionsSync.ts # packages/agent/gui/agent-gui/agentGuiNode/controller/useAgentGUIComposerSettingsActions.ts # packages/clients/tuttid-ts/src/generated/types.gen.ts # services/tuttid/api/daemon_agent_sessions.go # services/tuttid/api/openapi/tuttid.v1.yaml # services/tuttid/service/agent/composer_options.go
Signed-off-by: dreamt <[email protected]>
Signed-off-by: dreamt <[email protected]>
Signed-off-by: dreamt <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
背景
这组改动都来自桌面端真实使用中的可靠性回归,集中修复 Agent 交互流程、Codex Skill 可发现性,以及跨平台项目创建校验,避免功能表面可用但在会话切换、Goal/Turn 状态或非法输入下失效。
改动
/时只显示 Skill、不显示 Slash Commands 的问题/compact被错误当作 Guidance 发送的问题,改为等待当前 Turn 稳定后作为独立控制命令执行根因
相关问题来自多个边界的不一致:会话级 Skill 目录未提升到 Codex 持久 Skill 目录;Goal 模式显式禁用了 Slash Command 查询;
/compact未按线程级控制命令进入队列;弹窗切换顺序未先关闭旧层;项目创建前后端缺少统一的可移植名称约束。验证
origin/main,当前分支为 0 behind / 6 aheadgit diff --check--no-verify完成推送;请以 PR CI 结果作为完整校验pnpm-lock.yaml本地改动未包含在本 PR平台影响
项目名校验使用平台无关的可移植规则;其余改动不引入操作系统分支,保持 Windows 与 macOS 行为一致。