Releases & feature flags
0.2.0 (workspace)
- Models: Z.ai / 智谱 GLM catalog aligned with OpenClaw
model-definitionsids;planvaluescoding_cn/general_cnmap toopen.bigmodel.cnendpoints; Google Gemini picker catalog;anycode modelrouting wizard uses the OpenClaw provider list + z.ai plan menu. - Channels:
telegram-set-token/discord-set-tokensubcommands;anycode_channels::hubdocuments the singleChannelMessage→build_channel_taskflow; WeChat bridge no longer registers an interactive tool-approval callback. - LLM: Anthropic non-stream
chatretries on 429/5xx withRetry-After(same policy shape as the z.ai client). - Skills: optional
skills.registry_urlmanifest merge,skills.agent_allowlistsfor per-agent prompt sections,SkillCatalog::render_prompt_subsection_allowlist. - Agent: nested
run_in_backgroundwith cooperative cancel through tool boundaries and in-flightchat/ stream (TaskStopon the nested task id). - Sessions (TUI & stream REPL): on the main
execute_turn_from_messagespath, Ctrl+C while a turn is running requests the same cooperative cancel flag (fullscreen TUI: first Ctrl+C cancels the turn; second Ctrl+C when idle still means quit; TTYanycode repl: Ctrl+C cancels an in-flight turn instead of exiting on an empty prompt). - MCP / LSP: MCP stdio
ANYCODE_MCP_READ_TIMEOUT_SECS(per-line JSON-RPC read), optionalANYCODE_MCP_CALL_TIMEOUT_SECS(wholetools/callround-trip); clearer timeout/EOF errors,McpStdioSession::stdio_child_is_running;config.jsonlsp; CItools-lsp/tools-mcptest jobs.
Versioning
- Library / CLI version follows the workspace
versionin the rootCargo.toml. - GitHub Releases: tag and attach
anycodebinaries for your platform when distributing outsidecargo install. - Docs site (VitePress under
docs-site/): deploy to GitHub Pages withVITEPRESS_BASE=/your-repo/when using project pages.
Runtime feature flags
Use the CLI as the single toggle surface:
bash
anycode enable skills
anycode disable workflows
anycode statusRecognized names (see anycode_core::FeatureFlag):
| Flag | enable / disable name |
|---|---|
| Skills scanning in CLI | skills |
| Workflow helpers | workflows or workflow |
| Goal-oriented mode affordances | goal-mode or goal |
| Channel-oriented defaults | channel-mode or channel |
| Experimental approval path | approval-v2 or approval |
| Context compaction affordances | context-compression or compact |
| Workspace profile overlays | workspace-profiles or workspace |
Related
- CLI overview — global flags
- Routing —
model_routesand workspace overlays
