Skip to content

codeg v0.15.12

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jun 00:28
· 2 commits to main since this release

Release version 0.15.12

  • feat(appearance): The interface font now defaults to Inter.
  • feat(claude): A new custom model option — set your own model id, name and description to surface a custom entry (for example a model behind a gateway or proxy) in Claude Code's in-session model picker, available both per agent and on Claude model providers.
  • fix(composer): Pasted file paths and filenames (lib.rs, notes.md, setup.io, …) are no longer turned into clickable links.
  • fix(message): Copying a user message now copies its literal text instead of escaped Markdown — Windows paths and other backslashes are kept verbatim.

发布版本 0.15.12

  • 功能(外观):界面字体现在默认使用 Inter。
  • 功能(Claude):新增自定义模型选项——可填写自己的模型 ID、名称和描述,在 Claude Code 的会话内模型选择器中显示一个自定义条目(例如网关或代理后的模型),支持按智能体配置,也可在 Claude 模型供应商中设置。
  • 修复(输入框):粘贴的文件路径和文件名(lib.rs、notes.md、setup.io 等)不再被转换成可点击的链接。
  • 修复(消息):复制用户消息现在复制其原始文本,而非转义后的 Markdown——Windows 路径等反斜杠原样保留。