Skip to content

Composio integration - #165

Draft
gluk-w wants to merge 4 commits into
mainfrom
composio-integration
Draft

Composio integration#165
gluk-w wants to merge 4 commits into
mainfrom
composio-integration

Conversation

@gluk-w

@gluk-w gluk-w commented Jun 3, 2026

Copy link
Copy Markdown
Owner

No description provided.

@mintlify

mintlify Bot commented Jun 3, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Claworc 🟢 Ready View Preview Jun 3, 2026, 7:40 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

useInitiateConnection,
} from "@common/hooks/useConnections";
import { confirmConnection } from "@common/api/connections";
import { successToast, errorToast, infoToast } from "@common/utils/toast";
}
skillName, files, err := internalproxy.GenerateConnectionSkill(context.Background(), client, toolkitSlug, toolkitName, secret)
if err != nil {
log.Printf("connection skill: generate for toolkit %s: %v", toolkitSlug, err)
return
}
if result := deployToInstance(inst.ID, skillName, files); result.Status != "ok" {
log.Printf("connection skill: deploy %s to instance %d: %s", skillName, inst.ID, result.Error)
return
}
if result := deployToInstance(inst.ID, skillName, files); result.Status != "ok" {
log.Printf("connection skill: deploy %s to instance %d: %s", skillName, inst.ID, result.Error)
Stan Misiurev and others added 2 commits June 28, 2026 15:28
- Add CLAWORC_PORT setting (default 8000) and use it for the HTTP listener
- Set dev port to 8173 across Makefile, .env.development, vite proxy, docs
- Ongoing composio integration changes (handlers, internal proxy, migrations,
  models, tests, docs)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Bq7kWLiGRLWy62xEGmrQpW
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants