feat: resolve CLI session, skills, auth, and docs issue batch#65
Merged
Conversation
This was referenced Jun 3, 2026
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
This PR resolves the GitHub issue batch around interactive command ergonomics, session persistence, skills management, Alibaba Cloud authentication, provider support, Windows compatibility, and website documentation.
CLI and interactive workflow
/memoryfor listing, viewing, searching, and deleting saved memories from the interactive REPL./statusto show the current session ID, provider, model, Alibaba Cloud region, working directory, recorded API token usage, turn count, and context usage./skillsmanagement so users can discover bundled/user/project skills, search and sort them, and toggle user/project skills on or off./renameso the active session can be given a stable human-readable name./resumeand--resumeto resolve sessions by exact ID, unique ID prefix, or unique session name.cd ... && iac-code --resume <id>command instead of mutating the current process into a different project context.Session and storage behavior
Skills management
settings.ymlunderdisabled_skills.$<skill-name>documentation for skill-only autocomplete and invocation.Alibaba Cloud auth and provider support
Windows compatibility
Documentation and i18n
de,es,fr,ja,pt, andzh-Hanswith real translations rather than English placeholders.docs/review notes out of the submitted diff..gitignoreexceptions formessages.pot/messages.mo, and no tracked.pot/.mofiles in the current branch.Verification
PATH="$HOME/.local/bin:$PATH" make test4009 passed, 244 warningsPATH="$HOME/.local/bin:$PATH" make lintnpm run buildfromwebsite/en,zh-Hans,ja,fr,de,es,ptNotes for reviewers
/statusreports cumulative provider-recorded API usage for the session. That is intentionally separate from current context-window usage.cache_readis displayed separately; the recorded API total remainsinput + output..pofiles are tracked; generated.pot/.mofiles are not.docs/are not part of the PR.