chore(release): v0.21.0 - #288
Merged
Merged
Conversation
Three more coding engines you can install and drive: Kimi Code, Qwen Code, and DeepSeek Code (#286, #287). `moshcode install kimi | qwen | deepseek` now resolve, each with reviewed autonomous-mode flags behind `agents` and a headless mode behind moshscript's ai(). Two of those entries route around a bad name. kimi installs the kimi-code script directly, because the older code.kimi.com wrapper now installs the deprecated Python kimi-cli and blocks on a prompt for 30 seconds. deepseek launches `deepseek-code` rather than the `dsc` alias its package also installs, because `dsc` is Microsoft's Desired State Configuration binary on a machine that has both. `template list` grew a --json form for automation (#284). Also fixes a DoH config that dropped its default guards when only one of them was overridden (#285). Minor, not patch: three new engines and a new output format. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
ThreatCrush Security Scan88 finding(s) HIGH/CRITICAL: 50 | MEDIUM: 38
…and 38 more. Full results in the Security tab. Snippets are redacted; ThreatCrush never prints matched credential material. |
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.
Three more coding engines you can install and drive: Kimi Code, Qwen Code, and DeepSeek Code (#286, #287).
moshcode install kimi | qwen | deepseeknow resolve, each with reviewed autonomous-mode flags behindagentsand a headless mode behind moshscript'sai().Two of those entries route around a bad name:
kimi-codescript directly — the oldercode.kimi.com/install.shwrapper now installs the deprecated Pythonkimi-cliand blocks on an interactive prompt for 30 seconds.deepseek-coderather than thedscalias its package also installs, becausedscis Microsoft's Desired State Configuration binary on a machine that has both.template listgrew a--jsonform for automation (#284).Also fixes a DoH config that dropped its default guards when only one of them was overridden (#285).
Minor, not patch: three new engines and a new output format.
Bumps
package.jsononly. Tag and GitHub release follow the squash ontomain, matching v0.20.0 (#283).🤖 Generated with Claude Code