auto-coder 0.1.259__py3-none-any.whl → 0.1.260__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of auto-coder might be problematic. Click here for more details.

@@ -3,6 +3,7 @@ from byzerllm.utils import format_str_jinja2
3
3
 
4
4
  MESSAGES = {
5
5
  "en": {
6
+ "auto_command_analyzing": "Analyzing Command Request",
6
7
  "mcp_remove_error": "Error removing MCP server: {error}",
7
8
  "mcp_remove_success": "Successfully removed MCP server: {result}",
8
9
  "mcp_list_running_error": "Error listing running MCP servers: {error}",
@@ -128,6 +129,7 @@ MESSAGES = {
128
129
  "official_doc": "Official Documentation: https://uelng8wukz.feishu.cn/wiki/NhPNwSRcWimKFIkQINIckloBncI",
129
130
  },
130
131
  "zh": {
132
+ "auto_command_analyzing": "正在分析命令请求",
131
133
  "commit_generating": "{{ model_name }} 正在生成提交信息...",
132
134
  "commit_message": "{{ model_name }} 生成的提交信息: {{ message }}",
133
135
  "commit_failed": "{{ model_name }} 生成提交信息失败: {{ error }}",
File without changes