# Changelog [简体中文](CHANGELOG.zh-CN.md) ## 0.1.7 - 2026-09-18 - Show the official Enhance icon and a Simplify/简化 title on the `/simplify` slash-menu row, matching commands such as BTW and review. - Use a bilingual package description so the plugin manager matches the GitHub About text. ## 0.1.6 - 2026-09-18 - Support DSH `0.1.6-alpha.2` while retaining compatibility with `0.1.0-rc.8`, `0.1.1-rc.2`, `0.1.2-rc.1`, `0.1.5-rc.1`, `0.1.5-rc.2`, and `0.1.6-alpha.1`. ## 0.1.5 - 2026-09-16 - Support DSH `0.1.6-alpha.1` while retaining compatibility with `0.1.0-rc.8`, `0.1.1-rc.2`, `0.1.2-rc.1`, `0.1.5-rc.1`, and `0.1.5-rc.2`. ## 0.1.4 - 2026-09-11 - Support DSH `0.1.5-rc.2` while retaining compatibility with `0.1.0-rc.8`, `0.1.1-rc.2`, `0.1.2-rc.1`, and `0.1.5-rc.1`. ## 0.1.3 - 2026-09-10 - Support DSH `0.1.5-rc.1`, with compatibility for `0.1.0-rc.8`, `0.1.1-rc.2`, and `0.1.2-rc.1`. ## 0.1.2 - 2026-09-06 - Fix inherited Git environment settings selecting the wrong repository or staging area, including in linked worktrees. - Stop collecting excessively fragmented changes or oversized review lists early and ask for a narrower scope. - Clarify that new files before the initial commit are eligible for whole-file simplification. ### Known Issues - When there are no eligible code lines to simplify, the Agent does not start. Some host interfaces may not display the result, making the command appear unresponsive. ## 0.1.1 - 2026-09-06 - Update the documentation in the package to focus on features, usage scope, and known issues. Code simplification behavior is unchanged from `0.1.0`. ### Known Issues - When there are no eligible code lines to simplify, the Agent does not start. Some host interfaces may not display the result, making the command appear unresponsive. ## 0.1.0 - 2026-09-06 - Add `/simplify` to ask the current Agent to simplify code and improve readability while preserving existing behavior. - Support current changes, staged changes only, changes relative to a specified commit, and selected files or directories. - Support untracked new files and file paths containing Chinese characters or spaces. - In default mode, review the most recent commit when there are no current changes. - Stop the task if Git fails, times out, returns incomplete output, or files change during collection. Retry with a smaller scope or after editing has finished. - In staged-only mode, ask you to resolve any unstaged changes in the selected files before proceeding. ### Known Issues - When there are no eligible code lines to simplify, the Agent does not start. Some host interfaces may not display the result, making the command appear unresponsive.