Initial Agentsd project commit
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
29
plugins/claudecode/plugin.yaml
Normal file
29
plugins/claudecode/plugin.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
id: claudecode
|
||||
name: Claude Code
|
||||
version: 2.1.169
|
||||
type: standard
|
||||
|
||||
syscalls:
|
||||
- process.spawn
|
||||
- display.text
|
||||
- fs.read
|
||||
- fs.write
|
||||
- network.request
|
||||
|
||||
depends:
|
||||
- hermes # 可选,用于 agent 编排
|
||||
|
||||
exports:
|
||||
- name: chat
|
||||
description: Send prompt to Claude Code, get text response (no tools)
|
||||
- name: code
|
||||
description: Generate or edit code with Claude Code (Bash/Read/Edit/Write)
|
||||
- name: review
|
||||
description: Review code changes (Read/Glob/Grep only)
|
||||
- name: ask
|
||||
description: Ask about the codebase (Read/Glob/Grep, max 3 turns)
|
||||
- name: run
|
||||
description: Full Claude Code access (all tools, unlimited turns)
|
||||
|
||||
entry: python claudecode_plugin.py
|
||||
port: 50053
|
||||
Reference in New Issue
Block a user