Skip to content

Commit 6826348

Browse files
committed
feat: add Claude Code integration
1 parent 63729bc commit 6826348

2 files changed

Lines changed: 902 additions & 0 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,11 @@ export default defineConfig({
7171
{ text: 'CrewAI', link: '/integrations/crewai' },
7272
{ text: 'AutoGPT', link: '/integrations/autogpt' },
7373
{ text: 'Clawdbot', link: '/integrations/clawdbot' },
74+
{ text: 'Claude Code', link: '/integrations/claude-code' },
75+
{ text: 'OpenAI Agents', link: '/integrations/openai-agents' },
7476
{ text: 'Semantic Kernel', link: '/integrations/semantic-kernel' },
77+
{ text: 'AWS Bedrock', link: '/integrations/bedrock' },
78+
{ text: 'Vertex AI', link: '/integrations/vertex-ai' },
7579
{ text: 'Generic HTTP', link: '/integrations/http' },
7680
]
7781
}

0 commit comments

Comments
 (0)