Add support for Chinese keyword detection in CJK#8
Add support for Chinese keyword detection in CJK#8TheOrdinaryWow wants to merge 2 commits intokandotrun:mainfrom
Conversation
概要OpenCode Supermemory Maxプラグインに中国語(簡体字・繁体字)キーワード検出対応を追加。デフォルト設定にパターンを拡張し、単語境界処理をCJK文字対応に修正し、英語・日本語・中国語の3言語ドキュメントを整備。 変更内容マルチ言語キーワード対応拡張
推定レビュー工数🎯 2 (Simple) | ⏱️ ~12 分 ポエム
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.zh.md`:
- Around line 154-156: The fenced code block containing "API key 是
<private>sk-abc123</private>" is missing a language identifier, triggering
markdownlint MD040; update the opening backticks from ``` to ```text (or another
appropriate language tag) so the block becomes fenced with a language specifier,
ensuring the README.zh.md code block is recognized and MD040 is resolved.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 1f56538e-68f4-44af-9330-256415680223
📒 Files selected for processing (5)
README.mdREADME.zh.mdpackage.jsonsrc/config.tssrc/index.ts
| ``` | ||
| API key 是 <private>sk-abc123</private> | ||
| ``` |
There was a problem hiding this comment.
フェンスコードブロックに言語指定子がありません。
markdownlint (MD040) の警告に対応するため、言語識別子を追加してください。
📝 修正案
-```
+```text
API key 是 <private>sk-abc123</private></details>
<details>
<summary>🧰 Tools</summary>
<details>
<summary>🪛 markdownlint-cli2 (0.22.1)</summary>
[warning] 154-154: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
</details>
</details>
<details>
<summary>🤖 Prompt for AI Agents</summary>
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In @README.zh.md around lines 154 - 156, The fenced code block containing "API
key 是 sk-abc123" is missing a language identifier, triggering
markdownlint MD040; update the opening backticks from totext (or another
appropriate language tag) so the block becomes fenced with a language specifier,
ensuring the README.zh.md code block is recognized and MD040 is resolved.
</details>
<!-- fingerprinting:phantom:poseidon:churro -->
<!-- d98c2f50 -->
<!-- This is an auto-generated comment by CodeRabbit -->
Summary by CodeRabbit
リリースノート
新機能
ドキュメント