Skip to content

chore: 合并 dev 到 main - #29

Merged
maguowei merged 8 commits into
mainfrom
dev
Jul 28, 2026
Merged

chore: 合并 dev 到 main#29
maguowei merged 8 commits into
mainfrom
dev

Conversation

@maguowei

@maguowei maguowei commented Jul 28, 2026

Copy link
Copy Markdown
Owner

Summary

将 dev 分支的改动合并到 main,包含以下内容:

  • schema 同步:同步 Claude Code settings schema,移除 ultracode 努力级别(src/schemas/claude-settings.schema.jsonEffortLevelField.tsxsettings-form-registry.ts)
  • 权限预设修复:内置权限预设补齐敏感文件 Edit 禁写规则,移除失效的 Write deny 规则(permission-presets.ts)
  • 托盘增强:从会话进程检测终端(terminal_focus.rstray)
  • 价格条目:内置 claude-opus-5 价格条目(model-pricing.json)
  • 样式规范:规范化 Overview 页面的 Tailwind 工具类
  • CI:bump actions group

Test plan

  • make verify 本地全量门禁
  • CI quality job 通过

🤖 Generated with Claude Code

maguowei and others added 8 commits July 19, 2026 17:03
Claude Code 文件权限检查只匹配 Edit(path) 规则,Edit 已覆盖含
Write 在内的所有写文件工具;Write(path) deny 规则不生效且触发启动
告警。删除 RECOMMENDED_PERMISSION_RULES.deny 中 9 条冗余 Write(...),
保留对应生效的 Edit(...),防护边界不变。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
对 secrets/credentials/密钥等 20 类敏感文件,此前 deny 仅禁 Read
不禁写;补齐对应 Edit(...) 规则,防护从只读升级为读+写,并按
Read+Edit 成对排序与 dotfiles 模板对齐。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
整体替换 SchemaStore 最新 schema,同步移除已下线的 ultracode 努力级别档位:
清理编辑器滑块高亮逻辑、表单注册项、i18n 描述与相关测试断言,
并精简 schema 同步技能文档。

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- 在 model-pricing.json 中新增 claude-opus-5 定价:input 5 / output 25 USD/1M tokens
- 同步修正 builtin-providers.json 中 claude-sonnet-5 的 [1m] 后缀
Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint).


Updates `actions/checkout` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9c091bb...3d3c42e)

Updates `reviewdog/action-actionlint` from 1.72.0 to 1.73.0
- [Release notes](https://github.com/reviewdog/action-actionlint/releases)
- [Commits](reviewdog/action-actionlint@6fb7acc...5084226)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: reviewdog/action-actionlint
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@maguowei
maguowei merged commit eaa57a0 into main Jul 28, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant