Conversation
将 feature hero/intro/overview 海报与页面资源纳入 docs/assets,便于对外介绍与仓库内复用。
This reverts commit 7718932.
移除 dyro-bridge/dyro-mcp 及零副作用 CI 门禁,保留跨平台 Codex Skill 与只读 CLI;ADR/evidence 留档,避免把未跨平台证明的协议当产品卖点。
在 Dyro home 维护唯一实文件镜像,并向 Codex/Claude 等已探测宿主挂 symlink/junction 分身;codex 保留为兼容别名,避免每家智能体各拷一份。
Hotfix/功能线自定义参与仓库时显示编号列表,并接受序号与仓库 ID 混输,降低手打 ID 的摩擦。
Close adversarial-board blockers before publish: bind legacy targets to host avatars, prefer numeric repo IDs over indices, and bump release notes to 0.6.3.
Keep ko/es/fr/de/pt-BR/ru upgrade sections in sync with the English and zh-CN callout for dyro integration install skill.
Wire setup opt-in install, post-update fresh-CLI sync, and startup OUTDATED repair without first-installing on upgrade. Close the same-turn stale overwrite path, pin the refresh entrypoint to this install, and make bare `dyro update` equivalent to `update check`.
让 start/open 使用已安装工具而不是只认 Codex adapter, setup 可登记全部检测到的可启动工具,空闲 next 不再交出 start --agent codex。Skill 增加 objective explain,并安装 Grok 宿主分身。
可启动 CLI 现已视为可配置,不再要求 CI 环境出现「尚未集成」。
裸 `dyro update` 走与 `update now` 相同的检查、展示计划并确认安装路径。 `update check` 仍只检查;`--yes` 同时适用于 `update` 与 `update now`。
Merged
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.
摘要
dyro update改为检查、展示计划并确认安装,与update now同一路径update check仍只检查,不再被默认入口占用dyro update --yes与dyro update now --yes都可跳过确认dyro update,不再要求用户再跑一条now边界
--yes时拒绝写入验证
uv run ruff check src/dyro/cli.py tests/test_updates.py通过git diff --check通过tests/test_updates.py全模块 34 项通过