Loading...
Loading...
This skill should be used when the user asks to "write SDK examples", "create a changelog", "release notes", "developer documentation", or mentions API examples or technical product updates. Creates clear, actionable developer resources and product communication.
npx skill4agent add mikefilsaime-groove/clickcampaigns-for-claude-code-in-cursor sdk-changelogimport { Client } from 'click-campaigns-sdk';
// Initialize the client
const client = new Client({
apiKey: process.env.CC_API_KEY
});
// Fetch your first campaign
const campaign = await client.campaigns.get('camp_123');
console.log(`Successfully fetched: ${campaign.name}`);| Category | Change |
|---|---|
| Added | Parallel execution support for LangGraph agents. |
| Fixed | Resolved race condition in WebSocket reconnection logic. |
| Changed | Updated |
| Security | Patched dependency vulnerability in |