Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion pkg/harness/claude/embeds/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,20 @@
harness: claude
image: scion-claude:latest
user: scion
# provisioner.type is container-script so the container-side provision.py
# handles auth resolution, API key pre-approval, project path setup, MCP
# server translation, and other harness-native config writes. Existing
# installations that still have type: builtin can run
# `scion harness-config upgrade claude --activate-script` to migrate.
provisioner:
type: builtin
type: container-script
interface_version: 1
command: ["python3", "/home/scion/.scion/harness/provision.py"]
timeout: 30s
lifecycle_events:
- pre-start
required_image_tools:
- python3
config_dir: .claude
skills_dir: .claude/skills
interrupt_key: Escape
Expand Down Expand Up @@ -48,6 +59,10 @@ capabilities:
auth_file: { support: "yes" }
oauth_token: { support: "yes" }
vertex_ai: { support: "yes" }
mcp:
stdio: { support: "yes" }
sse: { support: "yes" }
streamable_http: { support: "yes" }
auth:
default_type: api-key
types:
Expand Down
Loading
Loading