Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
language: "en-US"
reviews:
profile: "chill"
instructions: |
Do not suggest any breaking changes, API/interface/behavior alterations, or refactoring of any kind.
Limit all feedback exclusively to correctness, safety, and quality issues within the existing design.
Do not suggest changes that alter existing APIs, interfaces, or behaviors.
review_details: true
enable_prompt_for_ai_agents: true
request_changes_workflow: true
Expand Down
4 changes: 2 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Codex Mate is a local-first CLI + Web UI for unified management of:

It works on local files directly and does not require cloud hosting. The skills market is also local-first: it operates on local directories and does not depend on a remote marketplace.

## Why Codex Mate?
## Comparison

| Dimension | Codex Mate | Manual File Editing |
| --- | --- | --- |
Expand Down Expand Up @@ -248,7 +248,7 @@ codexmate mcp serve --allow-write

## Contributing

Issues and pull requests are welcome.
Issues and pull requests are accepted.

- English changelog: `doc/CHANGELOG.md`
- Chinese changelog: `doc/CHANGELOG.zh-CN.md`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Codex Mate 提供一套本地优先的 CLI + Web UI,用于统一管理:

项目不依赖云端托管,配置写入你的本地文件,便于审计和回滚。Skills 市场同样坚持本地优先,只操作本地目录,不依赖远程在线市场。

## 为什么选择 Codex Mate?
## 功能对比

| 维度 | Codex Mate | 手动维护配置 |
| --- | --- | --- |
Expand Down Expand Up @@ -249,7 +249,7 @@ codexmate mcp serve --allow-write

## 参与贡献

欢迎提交 Issue Pull Request。
Issue Pull Request 可按需提交

- 英文更新日志:`doc/CHANGELOG.md`
- 中文更新日志:`doc/CHANGELOG.zh-CN.md`
Expand Down
2 changes: 0 additions & 2 deletions tests/unit/config-tabs-ui.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ test('config template keeps expected config tabs in top and side navigation', ()
assert.doesNotMatch(html, /class="market-target-switch market-target-switch-compact" role="tablist" aria-label="选择 Skills 管理目标"/);
assert.match(html, /skillsDefaultRootPath/);
assert.match(html, /可直接导入/);
assert.match(html, /不再展示任何 MCP 在线目录或外部市场/);
assert.match(html, /本地 skills 视图和导入分发流程/);
assert.doesNotMatch(html, /在线生态目录/);
assert.doesNotMatch(html, /查看在线目录/);
assert.doesNotMatch(html, /skillsMarketRemoteCount/);
Expand Down
1 change: 0 additions & 1 deletion web-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,6 @@ <h1 class="main-title">
<div class="skills-panel-header">
<div class="skills-panel-title-wrap">
<div class="skills-panel-title">市场说明</div>
<div class="skills-panel-note">这里不再展示任何 MCP 在线目录或外部市场,只保留当前项目自己的本地 skills 视图和导入分发流程。</div>
</div>
</div>
<div class="market-preview-list">
Expand Down
Loading