-
【功能建议】开发者空间突出展示云控制台跳转导航 预审不通过场景描述:开发者空间是开发者的重要入口,但云控制台跳转导航入口很难找到。建议方案:在开发者空间的顶部导航栏或首页显著位置,突出展示云控制台跳转导航链接,方便开发者快速跳转到云控制台进行资源管理。 场景描述:开发者空间是开发者的重要入口,但云控制台跳转导航入口很难找到。建议方案:在开发者空间的顶部导航栏或首页显著位置,突出展示云控制台跳转导航链接,方便开发者快速跳转到云控制台进行资源管理。
- 场景描述:开发者空间(developer.huaweicloud.com)是开发者的重要入口,但云控制台跳转导航入口很难找到,需要多层点击才能到达。建议方案:在开发者空间的顶部导航栏或首页显著位置,突出展示云控制台跳转导航链接,方便开发者快速跳转到云控制台进行资源管理。 场景描述:开发者空间(developer.huaweicloud.com)是开发者的重要入口,但云控制台跳转导航入口很难找到,需要多层点击才能到达。建议方案:在开发者空间的顶部导航栏或首页显著位置,突出展示云控制台跳转导航链接,方便开发者快速跳转到云控制台进行资源管理。
- 建议在MaaS的API调用说明中,同时提供Anthropic兼容的API调用说明,方便用户迁移和使用。 建议在MaaS的API调用说明中,同时提供Anthropic兼容的API调用说明,方便用户迁移和使用。
- 来源: GitCode Issue #156 by gyqi (https://gitcode.com/developer-skill/vod-skill/issues/156)描述问题 (Description) --top 需要与 --sort_by 配合使用,例如 --sort_by min_disk:asc --top 3 复现步骤 (To Reproduce) 查询华为云 IMS 公共镜像列表时,使用 --top 参数报错,提示需要配合 --sort_by 使用 预期行为 (Expected behavior) --top 参数应该可以独立使用,或者在帮助信息中明确说明必须配合 --sort_by 使用 来源: GitCode Issue #156 by gyqi (https://gitcode.com/developer-skill/vod-skill/issues/156)描述问题 (Description) --top 需要与 --sort_by 配合使用,例如 --sort_by min_disk:asc --top 3 复现步骤 (To Reproduce) 查询华为云 IMS 公共镜像列表时,使用 --top 参数报错,提示需要配合 --sort_by 使用 预期行为 (Expected behavior) --top 参数应该可以独立使用,或者在帮助信息中明确说明必须配合 --sort_by 使用
- 来源: GitCode Issue #157 by gyqi (https://gitcode.com/developer-skill/vod-skill/issues/157)描述问题 (Description) md_io.py write-feedback: error: the following arguments are required: --feedback-type, --timestamp 复现步骤 (To Reproduce) 调用 vod-collector 的 write-feedback 时,帮助信息中参数说明不够清晰,导致首次调用时遗漏必需参数 --feedback-type 和 --timestamp 预期行为 (Expected behavior) 帮助信息应该在 usage 摘要中明确标注必需参数,或者在 SKILL.md 中提供完整的参数示例 来源: GitCode Issue #157 by gyqi (https://gitcode.com/developer-skill/vod-skill/issues/157)描述问题 (Description) md_io.py write-feedback: error: the following arguments are required: --feedback-type, --timestamp 复现步骤 (To Reproduce) 调用 vod-collector 的 write-feedback 时,帮助信息中参数说明不够清晰,导致首次调用时遗漏必需参数 --feedback-type 和 --timestamp 预期行为 (Expected behavior) 帮助信息应该在 usage 摘要中明确标注必需参数,或者在 SKILL.md 中提供完整的参数示例
- 来源: GitCode Issue #163 by shaguidong (https://gitcode.com/developer-skill/vod-skill/issues/163)描述问题 (Description) Agent 要能支持异步任务和 subagent 复现步骤 (To Reproduce) User intent: 希望 Agent 支持异步任务和 subagent 架构 预期行为 (Expected behavior) Agent 应该能够处理异步任务执行,并支持 subagent 架构以实现更复杂的任务编排和并行处理能力 来源: GitCode Issue #163 by shaguidong (https://gitcode.com/developer-skill/vod-skill/issues/163)描述问题 (Description) Agent 要能支持异步任务和 subagent 复现步骤 (To Reproduce) User intent: 希望 Agent 支持异步任务和 subagent 架构 预期行为 (Expected behavior) Agent 应该能够处理异步任务执行,并支持 subagent 架构以实现更复杂的任务编排和并行处理能力
- 来源: GitCode Issue #171 by 曹晓乐 (https://gitcode.com/developer-skill/vod-skill/issues/171)描述问题 (Description) CodeArts CLI (codearts-cli)不支持临时AK/SK(带SecurityToken),仅支持永久AK/SK。使用临时凭证时CLI认证失败,迫使用户使用长期凭证,存在安全风险。 复现步骤 (To Reproduce) 用户意图: 使用CodeArts CLI生成代码 Agent执行: Called huawei-cloud-codearts-code-gen skill to generate teacher roll call system code 触发错误: authentication_error - CodeArts CLI (codearts-cli) requires permanent AK/SK and does not support temporary credentials with SecurityToken 预期行为 (Expected behavior) CodeArts CLI应支持临时AK/SK+SecurityToken认证方式,与hcloud CLI保持一致 实际行为 (Actual behavior) 使用临时AK/SK+SecurityToken时CLI认证失败,必须使用永久AK/SK才能正常工作 错误堆栈 (Stack Trace) ``` CodeArts CLI authentication failed when using temporary AK/SK (with SecurityToken). Error: CLI returns authentication error when SecurityToken is provided. Only permanent AK/SK (without SecurityToken) works. This forces users to use long-term credentials instead of temporary ones, which is a security risk. ``` 来源: GitCode Issue #171 by 曹晓乐 (https://gitcode.com/developer-skill/vod-skill/issues/171)描述问题 (Description) CodeArts CLI (codearts-cli)不支持临时AK/SK(带SecurityToken),仅支持永久AK/SK。使用临时凭证时CLI认证失败,迫使用户使用长期凭证,存在安全风险。 复现步骤 (To Reproduce) 用户意图: 使用CodeArts CLI生成代码 Agent执行: Called huawei-cloud-codearts-code-gen skill to generate teacher roll call system code 触发错误: authentication_error - CodeArts CLI (codearts-cli) requires permanent AK/SK and does not support temporary credentials with SecurityToken 预期行为 (Expected behavior) CodeArts CLI应支持临时AK/SK+SecurityToken认证方式,与hcloud CLI保持一致 实际行为 (Actual behavior) 使用临时AK/SK+SecurityToken时CLI认证失败,必须使用永久AK/SK才能正常工作 错误堆栈 (Stack Trace) ``` CodeArts CLI authentication failed when using temporary AK/SK (with SecurityToken). Error: CLI returns authentication error when SecurityToken is provided. Only permanent AK/SK (without SecurityToken) works. This forces users to use long-term credentials instead of temporary ones, which is a security risk. ```
- 来源: GitCode Issue #172 by 曹晓乐 (https://gitcode.com/developer-skill/vod-skill/issues/172)描述问题 (Description) CodeArts CLI生成代码耗时过长,一个简单的Flask应用(6个HTML模板+1个CSS+1个app.py)需要7分39秒。其中模板+CSS生成占57.5%(263秒),是最大瓶颈。模型排队等待也耗时36秒。 复现步骤 (To Reproduce) 用户意图: 使用CodeArts CLI生成教师点名系统代码 Agent执行: Called huawei-cloud-codearts-code-gen skill with GLM-5.1 model to generate a Python Flask application 触发错误: performance_issue - CodeArts CLI code generation takes excessively long time (7min39s for a simple Flask app), with template+CSS generation consuming 57.5% of total time 预期行为 (Expected behavior) 简单应用的代码生成应在2-3分钟内完成,模板/CSS生成应支持并行或增量生成以减少等待时间 实际行为 (Actual behavior) 总耗时7分39秒,模板+CSS单步耗时263秒,用户等待体验差 错误堆栈 (Stack Trace) ``` CodeArts CLI code generation performance analysis: Total time: 7min 39s (17:17:25 -> 17:25:04) Step 1 (project init): ~36s (model queue wait) Step 2 (app.py generation): 93s (20.3% of total) Step 3 (templates + CSS generation): 263s (57.5% of total) - BIGGEST BOTTLENECK Step 4 (requirements.txt): minimal Total tokens: 558,612 (input: 79,821 / output: 26,706 / reasoning: 2,229) The template+CSS generation step is the primary bottleneck, taking nearly 4.5 minutes for 6 HTML templates and 1 CSS file. ``` 来源: GitCode Issue #172 by 曹晓乐 (https://gitcode.com/developer-skill/vod-skill/issues/172)描述问题 (Description) CodeArts CLI生成代码耗时过长,一个简单的Flask应用(6个HTML模板+1个CSS+1个app.py)需要7分39秒。其中模板+CSS生成占57.5%(263秒),是最大瓶颈。模型排队等待也耗时36秒。 复现步骤 (To Reproduce) 用户意图: 使用CodeArts CLI生成教师点名系统代码 Agent执行: Called huawei-cloud-codearts-code-gen skill with GLM-5.1 model to generate a Python Flask application 触发错误: performance_issue - CodeArts CLI code generation takes excessively long time (7min39s for a simple Flask app), with template+CSS generation consuming 57.5% of total time 预期行为 (Expected behavior) 简单应用的代码生成应在2-3分钟内完成,模板/CSS生成应支持并行或增量生成以减少等待时间 实际行为 (Actual behavior) 总耗时7分39秒,模板+CSS单步耗时263秒,用户等待体验差 错误堆栈 (Stack Trace) ``` CodeArts CLI code generation performance analysis: Total time: 7min 39s (17:17:25 -> 17:25:04) Step 1 (project init): ~36s (model queue wait) Step 2 (app.py generation): 93s (20.3% of total) Step 3 (templates + CSS generation): 263s (57.5% of total) - BIGGEST BOTTLENECK Step 4 (requirements.txt): minimal Total tokens: 558,612 (input: 79,821 / output: 26,706 / reasoning: 2,229) The template+CSS generation step is the primary bottleneck, taking nearly 4.5 minutes for 6 HTML templates and 1 CSS file. ```
- Rider里的AI编程助手和竞品QoderCN比更新慢,体验也不如,是在完全重做? Rider里的AI编程助手和竞品QoderCN比更新慢,体验也不如,是在完全重做?
- 来源: GitCode Issue #176 by gyqi (https://gitcode.com/developer-skill/vod-skill/issues/176)描述问题 (Description) 用户请求上报收集到的问题,涉及 huawei-cloud-computing-query 技能执行 复现步骤 (To Reproduce) 用户正在使用 Terraform 部署 Web 应用,需要查询华为云资源规格 预期行为 (Expected behavior) 技能应能正常执行并返回查询结果 来源: GitCode Issue #176 by gyqi (https://gitcode.com/developer-skill/vod-skill/issues/176)描述问题 (Description) 用户请求上报收集到的问题,涉及 huawei-cloud-computing-query 技能执行 复现步骤 (To Reproduce) 用户正在使用 Terraform 部署 Web 应用,需要查询华为云资源规格 预期行为 (Expected behavior) 技能应能正常执行并返回查询结果
- 来源: GitCode Issue #177 by gyqi (https://gitcode.com/developer-skill/vod-skill/issues/177)描述问题 (Description) 用户标记 skill 执行结果并请求上报问题,涉及 huawei-cloud-computing-query 技能 复现步骤 (To Reproduce) 用户在会话中标记工具调用结果 [x] skill (name=huawei-cloud-computing-query,action=exec) 并请求上报 预期行为 (Expected behavior) 技能应能正常执行并返回预期结果 来源: GitCode Issue #177 by gyqi (https://gitcode.com/developer-skill/vod-skill/issues/177)描述问题 (Description) 用户标记 skill 执行结果并请求上报问题,涉及 huawei-cloud-computing-query 技能 复现步骤 (To Reproduce) 用户在会话中标记工具调用结果 [x] skill (name=huawei-cloud-computing-query,action=exec) 并请求上报 预期行为 (Expected behavior) 技能应能正常执行并返回预期结果
- 来源: GitCode Issue #180 by gyqi (https://gitcode.com/developer-skill/vod-skill/issues/180)描述问题 (Description) skill not found: huawei-cloud-code-gen 复现步骤 (To Reproduce) 用户请求设计华为云网站部署解决方案,agent 尝试调用 huawei-cloud-code-gen 技能,但该技能不存在于已安装技能列表中 预期行为 (Expected behavior) huawei-cloud-code-gen 技能应该存在并可用来生成代码/配置,或者提供替代方案 来源: GitCode Issue #180 by gyqi (https://gitcode.com/developer-skill/vod-skill/issues/180)描述问题 (Description) skill not found: huawei-cloud-code-gen 复现步骤 (To Reproduce) 用户请求设计华为云网站部署解决方案,agent 尝试调用 huawei-cloud-code-gen 技能,但该技能不存在于已安装技能列表中 预期行为 (Expected behavior) huawei-cloud-code-gen 技能应该存在并可用来生成代码/配置,或者提供替代方案
- 来源: GitCode Issue #181 by gyqi (https://gitcode.com/developer-skill/vod-skill/issues/181)描述问题 (Description) 设计华为云网站部署解决方案 复现步骤 (To Reproduce) 用户请求设计华为云网站部署方案,huawei-cloud-code-gen 技能不存在,但 huawei-cloud-terraform-generator 技能可用且适合该任务。Agent 却选择停下来上报问题而非使用替代方案继续工作 预期行为 (Expected behavior) 当首选技能不可用时,Agent 应自动识别并使用功能等效的替代技能,优先完成用户任务 来源: GitCode Issue #181 by gyqi (https://gitcode.com/developer-skill/vod-skill/issues/181)描述问题 (Description) 设计华为云网站部署解决方案 复现步骤 (To Reproduce) 用户请求设计华为云网站部署方案,huawei-cloud-code-gen 技能不存在,但 huawei-cloud-terraform-generator 技能可用且适合该任务。Agent 却选择停下来上报问题而非使用替代方案继续工作 预期行为 (Expected behavior) 当首选技能不可用时,Agent 应自动识别并使用功能等效的替代技能,优先完成用户任务
- 来源: GitCode Issue #183 by lming112 (https://gitcode.com/developer-skill/vod-skill/issues/183)描述问题 (Description) AI SHELL中使用码道CLI需要手动输入AK/SK,体验比较差,用户需要先去控制台获取AK/SK,然后手动粘贴到对话中,流程繁琐且存在安全风险 复现步骤 (To Reproduce) 用户在AI SHELL中首次使用码道CLI时,需要配置AK/SK认证信息,当前流程要求用户手动输入凭证 预期行为 (Expected behavior) 希望能够简化AK/SK配置流程,例如:1) 支持从华为云CLI配置中自动读取;2) 支持环境变量自动检测;3) 提供更便捷的认证方式如浏览器授权 来源: GitCode Issue #183 by lming112 (https://gitcode.com/developer-skill/vod-skill/issues/183)描述问题 (Description) AI SHELL中使用码道CLI需要手动输入AK/SK,体验比较差,用户需要先去控制台获取AK/SK,然后手动粘贴到对话中,流程繁琐且存在安全风险 复现步骤 (To Reproduce) 用户在AI SHELL中首次使用码道CLI时,需要配置AK/SK认证信息,当前流程要求用户手动输入凭证 预期行为 (Expected behavior) 希望能够简化AK/SK配置流程,例如:1) 支持从华为云CLI配置中自动读取;2) 支持环境变量自动检测;3) 提供更便捷的认证方式如浏览器授权
- 来源: GitCode Issue #184 by 陈晶杰 (https://gitcode.com/developer-skill/vod-skill/issues/184)描述问题 (Description) 用户通过码道CLI(CodeArts)生成了教师点名签到Web应用代码,AI助手启动了本地HTTP服务器(python -m http.server 8080)并提供了预览地址 http://localhost:8080。然而,由于:1) AI Shell运行环境没有内置浏览器;2) localhost是相对地址,指向当前机器,当用户在浏览器点击localhost:8080时,浏览器访问的是用户本机而非远程AI Shell服务器;3) 远程服务器的端口没有暴露到公网。导致用户无法完成应用预览。 复现步骤 (To Reproduce) 用户使用码道CLI生成Web应用代码后,请求预览应用。AI助手启动本地HTTP服务器并提供localhost地址,但用户无法访问。 预期行为 (Expected behavior) 码道CLI生成的Web应用应该能够方便地预览,可能的解决方案:1) 自动部署到临时公网地址;2) 提供SSH端口转发指导;3) 集成云端预览服务;4) 检测环境并给出合适的预览方案提示。 来源: GitCode Issue #184 by 陈晶杰 (https://gitcode.com/developer-skill/vod-skill/issues/184)描述问题 (Description) 用户通过码道CLI(CodeArts)生成了教师点名签到Web应用代码,AI助手启动了本地HTTP服务器(python -m http.server 8080)并提供了预览地址 http://localhost:8080。然而,由于:1) AI Shell运行环境没有内置浏览器;2) localhost是相对地址,指向当前机器,当用户在浏览器点击localhost:8080时,浏览器访问的是用户本机而非远程AI Shell服务器;3) 远程服务器的端口没有暴露到公网。导致用户无法完成应用预览。 复现步骤 (To Reproduce) 用户使用码道CLI生成Web应用代码后,请求预览应用。AI助手启动本地HTTP服务器并提供localhost地址,但用户无法访问。 预期行为 (Expected behavior) 码道CLI生成的Web应用应该能够方便地预览,可能的解决方案:1) 自动部署到临时公网地址;2) 提供SSH端口转发指导;3) 集成云端预览服务;4) 检测环境并给出合适的预览方案提示。
上滑加载中
推荐直播
-
用码道,让你的AI作品三步上朋友圈2026/08/04 周二 19:00-20:00
林华鼎-华为云AI开发者运营负责人
从入门 · 到做AI应用 · 到企业级开发。不教编程,只教用AI · 零代码、有产出、能带走、可炫耀 · 每课人人动手实操
回顾中 -
华为云码道Agent集成与鸿蒙实战2026/08/11 周二 19:00-21:00
王一男-华为云码道产品规划专家;李炎-华为云码道产品专家;彭江敏-华为云鸿蒙端云一体化开发专家
本次直播带你解读华为云码道7月份产品新特性、新功能。更有专家演示码道Agent Space × 钉钉机器集成实战,从0到1打通消息通道;码道鸿蒙端云一体化实战,快速搭建员工签到系统。
回顾中 -
基于华为云码道,构建你的定制化AI搭子2026/08/14 周五 09:00-11:30
明亮-华为云开发者发展与支持部部长
本期直播将向您全面介绍华为云码道产品,并基于码道手把手教你部署自己的定制化AI陪伴搭子。
回顾中
热门标签