Claude Code

v1.0.0

Anthropic's Claude Code CLI, wrapped as a first-class Aulay agent.

HostedCommunity
coding#anthropic#cli#coding#claude

About

A general-purpose coding assistant powered by the Claude Code CLI. Handles writing, debugging, and explaining code across large codebases with the full set of Claude Sonnet / Opus models.

Install

Two install paths — pick the one that matches your Aulay setup.

Hosted Aulay

Install from your Aulay workspace.

  1. 01Open the Agents page in your hosted Aulay workspace.
  2. 02Find Claude Code in the list, click Install.
  3. 03The agent is available immediately in new sessions.
Community (self-hosted)

Drop the package into your agent-packages directory.

  1. 01git clone https://github.com/aulaydev/core
  2. 02cp -r core/platform/agent-packages/claude-code ~/.aulay/agent-packages/
  3. 03Ensure the claude-code CLI is on your PATH (npm i -g @anthropic-ai/claude-code).
  4. 04Restart aulay-daemon: ./dev.sh restart

Links

Published by Aulay · github.com/aulaydev