Skip to content

版本与特性开关

0.2.0(工作区)

  • 模型:Z.ai / 智谱 GLM 与 OpenClaw model-definitions 对齐;plancoding_cn / general_cn 对应 open.bigmodel.cn;Google Gemini 目录;anycode model 路由向导用 OpenClaw 风格选厂商与 z.ai 端点。
  • 通道telegram-set-tokendiscord-set-tokenanycode_channels::hub 说明统一 ChannelMessagebuild_channel_task;微信桥不再挂交互式工具审批回调。
  • LLM:Anthropic 非流式 chat 对 429/5xx 与 Retry-After 重试(与 z.ai 客户端策略一致)。
  • Skills:可选 skills.registry_url 合并扫描根、skills.agent_allowlists 按 agent 裁剪提示中的技能列表。
  • Agent:嵌套 run_in_background 协作式取消(含进行中 LLM/流式;对嵌套任务 id 发 TaskStop)。
  • 会话(全屏 TUI 与 TTY 流式 REPL):主路径 execute_turn_from_messages 上,回合进行中 Ctrl+C 触发同一套协作取消标志(全屏 TUI:首击取消回合,空闲时仍为连按退出;TTY anycode repl:进行中时 Ctrl+C 取消回合,不再把空行 Ctrl+C 当成直接退出)。
  • MCP / LSP:MCP stdio ANYCODE_MCP_READ_TIMEOUT_SECS(JSON-RPC 按行读)、可选 ANYCODE_MCP_CALL_TIMEOUT_SECS(整次 tools/call);超时/EOF 与子进程提示、McpStdioSession::stdio_child_is_runningconfig.json lsp;CI tools-lsp / tools-mcp 测试。

版本与发布

  • 版本号:工作区根目录 Cargo.tomlversion
  • GitHub Releases:对常用平台打 tag 并附带 anycode 二进制(非 cargo install 场景)。
  • 文档站docs-site/ VitePress):GitHub Pages 部署时设置 VITEPRESS_BASE=/仓库名/

运行时特性(enable / disable)

bash
anycode enable skills
anycode disable workflows
anycode status

名称与 anycode_core::FeatureFlag 一致:

能力enable / disable 参数
CLI skills 扫描skills
工作流相关workflowsworkflow
目标模式配套goal-modegoal
通道模式配套channel-modechannel
实验审批approval-v2approval
上下文压缩配套context-compressioncompact
工作区 profileworkspace-profilesworkspace

相关

MIT License