-
希望能像vscode那样支持codearts codebot智能体
-
鸿蒙PC上Codearts IDE出现启动报错,hishell终端无法使用。 设备信息:
-
我当前打开了 Project A ,在输入指令的时候,误将分析 Project B 某一个功能的指令提交了,IDE先发现当前项目中没有对应的功能,然后就尝试从整个磁盘中去查找,找到之后,还在本项目 Project A 实现了功能验证脚本。按照我的理解,当前所有对话的执行范围是限制在本项目中的,我并没有授权让他访问其他目录,但是查看下面的 LLM 推理分析过程,会发现大模型自己做出决定去查检查其他项目.这是严重的安全问题,请尽快修复"这个文件是关于AI模型压测的,不是交易相关的。让我检查其他文件:Readverify_api.py这些文件都是关于AI模型测试的。让我检查一下是否有其他项目或文档:查看Dev目录下的其他项目"
-
新更新IDE后上传图片,智能体无法理解,一直死循环让上传图片,引用的文件或者文件目录不清除,发起第二轮对话还得手动删除
-
pycharm安装CodeArts agent后点击华为云账号登录打不开浏览器,尝试了代理以及清理缓存,关闭防火墙的方式均不能打开浏览器,是为什么呢?
yd_218007209
发表于2026-02-28 17:20:11
2026-02-28 17:20:11
最后回复
CodeArts小助手-蚂蚁
2026-02-28 17:51:42
31 1 -
Mac 版本的 CodeArts 对话框输入内容提交之后,内容还保留在对话框上,导致再次对话的时候还需要傻傻的Delete 一下内容。。这是公测版吗? 内部是否使用过?
-
在使用CodeArts工程中,会使用到Ai,不确定是软件产生还是AI产出的带Zone.Identifier后缀文件,现在也不知道什么情况,每次使用完都得清理一遍
yd_254979422
发表于2026-02-27 19:57:43
2026-02-27 19:57:43
最后回复
CodeArts小助手-蚂蚁
2026-02-28 09:40:12
21 1 -
使用鸿蒙pc版本的codearts ide开发。遇到ai插件不能单独移动的问题。现在所有ai ide的ai chat插件都可以单独移动到一侧。例如保留资源管理器在左侧,单独将ai插件移动到右侧,这样可以方便使用ai插件开发。
-
想用自定义的skill做一些效率提升方面的工作,这个工具后续能否支持?类似于在项目目录下生成一个.codearts目录
-
我日常开发需要在 Ubuntu 环境下进行交叉编译与代码调试,之前在 VSCode 中一直通过 WSL 顺利完成。但更换 IDE 后,WSL 无法正常连接使用,目前只能通过终端手动执行编译,调试体验非常不便。希望能针对该场景进行适配,或提供可替代的插件 / 方案。
yd_254979422
发表于2026-02-09 16:48:05
2026-02-09 16:48:05
最后回复
CodeArts小助手-蚂蚁
2026-02-10 09:45:12
39 1 -
如图所示,并没有转到定义选项,我该怎么做才能实现这个功能
-
终端执行pip install scikit-learn,下载后安装过程中报错,有没大神能帮忙看一下🙏系统是鸿蒙6.0.0.130,错误信息如下:Collecting scikit-learn Using cached scikit_learn-1.8.0.tar.gz (7.3 MB) Installing build dependencies ... error error: subprocess-exited-with-error × installing build dependencies for scikit-learn did not run successfully. │ exit code: 1 ╰─> [64 lines of output] Collecting meson-python<0.19.0,>=0.17.1 Using cached meson_python-0.18.0-py3-none-any.whl.metadata (2.8 kB) Collecting cython<3.3.0,>=3.1.2 Using cached cython-3.2.4-py3-none-any.whl.metadata (7.3 kB) Collecting numpy<2.4.0,>=2 Using cached numpy-2.3.5.tar.gz (20.6 MB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'error' error: subprocess-exited-with-error × installing backend dependencies for numpy did not run successfully. │ exit code: 1 ╰─> [43 lines of output] Collecting patchelf>=0.11.0 Using cached patchelf-0.17.2.4.tar.gz (149 kB) Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Installing backend dependencies: started Installing backend dependencies: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: patchelf Building wheel for patchelf (pyproject.toml): started Building wheel for patchelf (pyproject.toml): finished with status 'error' error: subprocess-exited-with-error × Building wheel for patchelf (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [16 lines of output] *** scikit-build-core 0.11.6 using CMake 3.28.2 (wheel) *** Configuring CMake... loading initial cache file build/py3-none-harmonyos_aarch64/CMakeInit.txt CMake Error at /data/app/cmake.org/cmake_3.28.2/share/cmake-3.28/Modules/CMakeDetermineCCompiler.cmake:49 (message): Could not find compiler set in environment variable CC: cc. Call Stack (most recent call first): CMakeLists.txt:3 (project) CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred! *** CMake configuration failed [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for patchelf Failed to build patchelf error: failed-wheel-build-for-install × Failed to build installable wheels for some pyproject.toml based projects ╰─> patchelf [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed to build 'numpy' when installing backend dependencies for numpy [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed to build 'scikit-learn' when installing build dependencies for scikit-learn
-
当前鸿蒙PC上CodeArtsIDE的首要开发方向主要在开发语言的细节支持上,但是我们必须要承认的是,目前鸿蒙生态建设情况距离可以真正使用CodeArtsIDE进行开发还相去甚远,我在下载这个APP后一直想用,但基本没有使用机会。我想,对于开发者来说,大部分开发时间在Windows主机上,有时外出会携带笔记本电脑,那么IDE只需要支持远程开发功能,就可以完全弥补当前生态建设处于早起阶段的不可用问题,而且这个功能易于实现,大部分功能可以依托主力开发设备上的Windows,这样就不需要通过远程桌面的方式进行非常卡顿的开发操作,同时增加盘古大模型能力,实现这一功能将借助Windows后端极大提高鸿蒙PC的开发实用能力。
-
是因为的idea版本太高了导致的吗
-
在鸿蒙PC上的CodeArts IDE 的C++中 cin语法输入回车之后,出现sbframe object is not valid.咋办呢?
推荐直播
-
华为云码道-玩转OpenClaw,在线养虾2026/03/11 周三 19:00-21:00
刘昱,华为云高级工程师/谈心,华为云技术专家/李海仑,上海圭卓智能科技有限公司CEO
OpenClaw 火爆开发者圈,华为云码道最新推出 Skill ——开发者只需输入一句口令,即可部署一个功能完整的「小龙虾」智能体。直播带你玩转华为云码道,玩转OpenClaw
回顾中 -
华为云码道-AI时代应用开发利器2026/03/18 周三 19:00-20:00
童得力,华为云开发者生态运营总监/姚圣伟,华为云HCDE开发者专家
本次直播由华为专家带你实战应用开发,看华为云码道(CodeArts)代码智能体如何在AI时代让你的创意应用快速落地。更有华为云HCDE开发者专家带你用码道玩转JiuwenClaw,让小艺成为你的AI助理。
回顾中 -
Skill 构建 × 智能创作:基于华为云码道的 AI 内容生产提效方案2026/03/25 周三 19:00-20:00
余伟,华为云软件研发工程师/万邵业(万少),华为云HCDE开发者专家
本次直播带来两大实战:华为云码道 Skill-Creator 手把手搭建专属知识库 Skill;如何用码道提效 OpenClaw 小说文本,打造从大纲到成稿的 AI 原创小说全链路。技术干货 + OPC创作思路,一次讲透!
回顾中
热门标签