Update nexus wiki content

This commit is contained in:
2026-05-03 05:42:06 +08:00
parent 90f3811b83
commit 111bc65b7b
707 changed files with 32306 additions and 7289 deletions

View File

@@ -2,10 +2,20 @@
title: "Claude Code"
type: entity
tags: [ai-agent, coding]
sources: [aionui-cowork-desktop]
last_updated: 2026-04-27
sources: [aionui-cowork-desktop, readme.md]
last_updated: 2026-04-29
---
## Overview
Claude Code 是 Anthropic 推出的 AI 编程 Agent支持在终端中完成代码编写、调试、重构等开发任务。与 OpenClaw 共存于 AionUi 桌面应用中,共享统一 MCP 配置。
## The Agency Integration
Claude Code 是 The Agency 的原始设计目标Agent 以原生 `.md` 格式工作,无需任何转换。
- Agent 格式:`.md`(原生支持)
- 安装路径:`~/.claude/agents/`
- 安装命令:`cp -r <category>/*.md ~/.claude/agents/``./scripts/install.sh --tool claude-code`
- 自动发现Claude Code 会自动扫描 `~/.claude/agents/` 目录
## Overview
Claude Code 是 Anthropic 推出的 AI 编程 Agent支持在终端中完成代码编写、调试、重构等开发任务。与 OpenClaw 共存于 AionUi 桌面应用中,共享统一 MCP 配置。