Skip to content

feat: Plugin Builder, Brain Inbox, and OpenAI TTS (v0.24.12)#246

Merged
jpelaez-23blocks merged 2 commits intomainfrom
docs/plugin-builder-page
Feb 22, 2026
Merged

feat: Plugin Builder, Brain Inbox, and OpenAI TTS (v0.24.12)#246
jpelaez-23blocks merged 2 commits intomainfrom
docs/plugin-builder-page

Conversation

@jpelaez-23blocks
Copy link
Contributor

Summary

  • Plugin Builder page — Visual skill composition interface for building Claude Code plugins with repo scanning, skill picking, and build/push workflow
  • Brain inbox system — JSONL signal queue enabling cerebellum and subconscious to surface signals (memories, warnings, notifications) to the cortex via the idle_prompt hook
  • OpenAI TTS wiring — Provider toggle and API key input in companion UI, unlocking the mid-tier voice ($15/M chars vs ElevenLabs $206/M)
  • Message event detection — Cerebellum now classifies AMP notifications in terminal output as message events with 0ms cooldown for immediate speech
  • Hook optimization — Single agent lookup shared across all check functions, combined notification delivery to prevent race conditions

Test plan

  • yarn test — 486 tests pass
  • yarn build — production build succeeds
  • Open /companion, select OpenAI provider, enter API key, verify speech plays
  • Send AMP message to agent, verify cerebellum speaks notification
  • Trigger memory indexing, check ~/.aimaestro/agents/{id}/brain/cortex-inbox.jsonl for signals
  • Open /plugin-builder, scan a repo, compose a plugin, verify build output
  • Wait for idle_prompt hook, verify combined notification delivery

🤖 Generated with Claude Code

Juan Pelaez and others added 2 commits February 22, 2026 09:36
Three practical fixes to make cortex-cerebellum-subconscious communication work:
- Wire OpenAI TTS provider in companion UI (provider toggle + API key input)
- Add 'message' event type to cerebellum voice-prompts for AMP notification detection
- Create brain inbox (JSONL signal queue) so cerebellum/subconscious can surface
  signals to cortex via the idle_prompt hook
- Refactor hook to do single agent lookup and send combined notifications

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jpelaez-23blocks jpelaez-23blocks merged commit ff9ab56 into main Feb 22, 2026
3 checks passed
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.

1 participant