feat: rebrand app for KangAIrooski and add Tell Colleen workflow - #14
Open
CollDummeyer wants to merge 5 commits into
Open
feat: rebrand app for KangAIrooski and add Tell Colleen workflow#14CollDummeyer wants to merge 5 commits into
CollDummeyer wants to merge 5 commits into
Conversation
Unifies the desktop experience around Andy the Analyst with KangAIrooski styling and adds a backend + skill path to escalate user feedback to Colleen via GitHub issues, while carrying forward the Python server/provider migration. Made-with: Cursor
Added new neon color variables and applied them to various elements, including buttons and sidebar components. Updated styles to incorporate text shadows and box shadows for a more vibrant and modern look.
Add Meta Cloud API GET/POST webhook endpoints, optional Composio org webhook, and a reply pipeline that runs Claude with Composio MCP then sends WHATSAPP_SEND_MESSAGE. Document env vars and HOST-based server binding. Made-with: Cursor
… steps opencode.json is rewritten at runtime with session MCP URLs and headers; keep only a placeholder example in git. Expand the WhatsApp skill with Meta field subscription and env mapping for full two-way setup. Made-with: Cursor
Filter Claude reasoning chunks from WhatsApp responses and strip any accidental thinking wrappers before sending through Composio. Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/api/tell-colleenendpoint, and a dedicated skill for escalation/feedback workflows.Test plan
npm run serverand confirm backend starts cleanly.npm startand verify KangAIrooski/Andy home + chat visuals render as expected./api/tell-colleenreturnsstatus: sentwhenGITHUB_TOKENis configured..claude/skills/tell-colleen/SKILL.mdis discoverable in relevant prompts.Made with Cursor