zhiminy commited on
Commit
411e681
·
verified ·
1 Parent(s): 641271d

Add active attribute to claude.json

Browse files
Files changed (1) hide show
  1. claude.json +7 -6
claude.json CHANGED
@@ -1,7 +1,8 @@
1
- {
2
- "agent_name": "Claude Code",
3
- "organization": "Anthropic",
4
- "github_identifier": "claude",
5
- "description": "Claude is an AI assistant developed by Anthropic, designed to be helpful, honest, and harmless. It can assist with a variety of tasks including answering questions, generating text, and providing recommendations.",
6
- "website": "https://www.anthropic.com/claude"
 
7
  }
 
1
+ {
2
+ "agent_name": "Claude Code",
3
+ "organization": "Anthropic",
4
+ "github_identifier": "claude",
5
+ "description": "Claude is an AI assistant developed by Anthropic, designed to be helpful, honest, and harmless. It can assist with a variety of tasks including answering questions, generating text, and providing recommendations.",
6
+ "website": "https://www.anthropic.com/claude",
7
+ "active": true
8
  }