Merged
Conversation
Removed 'SimpleProductionBatchStart.json' and 'ReadAllWiki.json' from the tasks list, and added 'AutoUseSpMedication.json' and 'SimpleProductionBatchStart.json' back to the list.
Contributor
There was a problem hiding this comment.
Hey - 我发现了 1 个问题,并留下了一些整体性的反馈:
- 由于有几个任务名称被缩短了(例如去掉了 “Auto/自动”),请再次确认所有依赖旧标签的 UI 文案、配置键、功能开关等是否都已经更新为新文案,以避免出现不一致或错配。
- 对于那些已重命名的循环选项(例如从 “🧩 Auto Puzzle Solver” → “🧩 Solve Puzzle”),请确认更新后的标签在所有本地化/多语言文件以及应用内菜单中都保持一致,这样用户在各处看到的术语才能统一。
供 AI Agent 使用的提示词
Please address the comments from this code review:
## Overall Comments
- Since several task names were shortened (e.g., removing “Auto/自动”), double‑check that any UI references, config keys, or feature toggles that rely on the old labels have been updated to match the new wording to avoid mismatches.
- For the renamed loop options (e.g., “🧩 Auto Puzzle Solver” → “🧩 Solve Puzzle”), verify that the updated labels are consistent across all locale files and any in‑app menus so users see the same terminology everywhere.
## Individual Comments
### Comment 1
<location path="README.en.md" line_range="41" />
<code_context>
- - **Puzzle helper**: Encounter a puzzle while exploring? Let the AI solve it in seconds (you can also enable the looped "🧩 Auto Puzzle Solver").
- - **Auto petting**: Automatically pet mounts/animals; works great together with auto loot (we suggest switching mounts quickly after petting).
+ - **Puzzle helper**: Encounter a puzzle while exploring? Let the AI solve it in seconds (you can also enable the looped "🧩 Solve Puzzle").
+ - **Petting**: Pat mounts/animals; works great together with auto loot (we suggest switching mounts quickly after petting).
- 🧩 **Puzzle Master**: AI solves puzzles with high accuracy. Supports single run, loop, and demo mode (watch and learn how it solves them).
- 💎 **Essence filtering**: Smart recognition of essence stats, automatically locking and keeping optimal ones for easy junk clearing.
</code_context>
<issue_to_address>
**nitpick (typo):** Consider changing "Pat mounts/animals" to the more natural "Pet mounts/animals".
"Pet" reads more naturally here for affectionate interaction with in‑game creatures and better matches the feature name "Petting".
```suggestion
- **Petting**: Pet mounts/animals; works great together with auto loot (we suggest switching mounts quickly after petting).
```
</issue_to_address>帮我变得更有用!请在每条评论上点 👍 或 👎,我会根据你的反馈来改进后续的评审质量。
Original comment in English
Hey - I've found 1 issue, and left some high level feedback:
- Since several task names were shortened (e.g., removing “Auto/自动”), double‑check that any UI references, config keys, or feature toggles that rely on the old labels have been updated to match the new wording to avoid mismatches.
- For the renamed loop options (e.g., “🧩 Auto Puzzle Solver” → “🧩 Solve Puzzle”), verify that the updated labels are consistent across all locale files and any in‑app menus so users see the same terminology everywhere.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Since several task names were shortened (e.g., removing “Auto/自动”), double‑check that any UI references, config keys, or feature toggles that rely on the old labels have been updated to match the new wording to avoid mismatches.
- For the renamed loop options (e.g., “🧩 Auto Puzzle Solver” → “🧩 Solve Puzzle”), verify that the updated labels are consistent across all locale files and any in‑app menus so users see the same terminology everywhere.
## Individual Comments
### Comment 1
<location path="README.en.md" line_range="41" />
<code_context>
- - **Puzzle helper**: Encounter a puzzle while exploring? Let the AI solve it in seconds (you can also enable the looped "🧩 Auto Puzzle Solver").
- - **Auto petting**: Automatically pet mounts/animals; works great together with auto loot (we suggest switching mounts quickly after petting).
+ - **Puzzle helper**: Encounter a puzzle while exploring? Let the AI solve it in seconds (you can also enable the looped "🧩 Solve Puzzle").
+ - **Petting**: Pat mounts/animals; works great together with auto loot (we suggest switching mounts quickly after petting).
- 🧩 **Puzzle Master**: AI solves puzzles with high accuracy. Supports single run, loop, and demo mode (watch and learn how it solves them).
- 💎 **Essence filtering**: Smart recognition of essence stats, automatically locking and keeping optimal ones for easy junk clearing.
</code_context>
<issue_to_address>
**nitpick (typo):** Consider changing "Pat mounts/animals" to the more natural "Pet mounts/animals".
"Pet" reads more naturally here for affectionate interaction with in‑game creatures and better matches the feature name "Petting".
```suggestion
- **Petting**: Pet mounts/animals; works great together with auto loot (we suggest switching mounts quickly after petting).
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Contributor
There was a problem hiding this comment.
Pull request overview
该 PR 主要在资源配置层面调整任务在 UI/执行列表中的展示顺序,并同步精简多语言环境下的部分任务/选项显示名称,确保界面与文档描述一致。
Changes:
- 重排
assets/interface.json的任务 import 顺序,以调整任务展示/加载顺序。 - 精简多语言
locales中若干任务与选项的 label(去掉“自动”等冗余词)。 - 同步更新中英文 README 中对应的功能文案。
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| assets/tasks/SimpleProductionBatchStart.json | 将批量简易制作启动任务从 daily 分组调整到 utility 分组。 |
| assets/misc/locales/zh_tw.json | 精简繁中任务/选项名称(label)并同步引用文本。 |
| assets/misc/locales/zh_cn.json | 精简简中任务/选项名称(label)并同步引用文本。 |
| assets/misc/locales/ko_kr.json | 精简韩文任务/选项名称(label)并同步引用文本。 |
| assets/misc/locales/ja_jp.json | 精简日文任务/选项名称(label)并同步引用文本。 |
| assets/misc/locales/en_us.json | 精简英文任务/选项名称(label)并同步引用文本。 |
| assets/interface.json | 调整任务 import 顺序(影响任务列表展示/加载顺序)。 |
| README.md | 更新中文功能列表文案以匹配新任务名称。 |
| README.en.md | 更新英文功能列表文案以匹配新任务名称。 |
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Contributor
Author
|
@sourcery-ai summary |
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.
Summary by Sourcery
在整个 UI、任务以及本地化资源中统一任务命名,采用更简洁的命名方案。
Enhancements:
Documentation:
Original summary in English
Summary by Sourcery
Align task naming across the UI, tasks, and localization resources with a more concise naming scheme.
Enhancements:
Documentation:
增强内容:
文档:
Original summary in English
Summary by Sourcery
在整个 UI、任务以及本地化资源中统一任务命名,采用更简洁的命名方案。
Enhancements:
Documentation:
Original summary in English
Summary by Sourcery
Align task naming across the UI, tasks, and localization resources with a more concise naming scheme.
Enhancements:
Documentation:
Original summary in English
Summary by Sourcery
在整个 UI、任务以及本地化资源中统一任务命名,采用更简洁的命名方案。
Enhancements:
Documentation:
Original summary in English
Summary by Sourcery
Align task naming across the UI, tasks, and localization resources with a more concise naming scheme.
Enhancements:
Documentation:
增强内容:
文档:
Original summary in English
Summary by Sourcery
在整个 UI、任务以及本地化资源中统一任务命名,采用更简洁的命名方案。
Enhancements:
Documentation:
Original summary in English
Summary by Sourcery
Align task naming across the UI, tasks, and localization resources with a more concise naming scheme.
Enhancements:
Documentation: