CC-OpenACP
Integrating Claude Code (CC) with OpenACP to enable agent-style workflows, with a Discord interface for session control.
Current Focus
Getting the Discord interface operational so slash commands (e.g. /clear) can be sent to Claude Code sessions running inside OpenACP.
Open Tasks
- Fix / get Discord interface working in OpenACP
- Test
/clearand/compactcommands once Discord is live - Confirm session thread interaction works (typing commands in thread)
Key Decisions / Insights
/clearand/compactare Claude Code slash commands — they work inside a CC session running within OpenACP once the Discord interface is active- In OpenACP’s own Discord interface,
/clearresets the assistant session history - These are distinct: OpenACP Discord commands vs. Claude Code internal slash commands
People
Progress Log
2026-06-02
Clarified command taxonomy: CC slash commands (/clear, /compact) are native to Claude Code sessions. OpenACP’s Discord interface has its own /clear for resetting session history. Discord interface not yet functional — unblocking this is the critical next step.