BTerminal/v2/sidecar
DexterFromLab a158ed9544 feat(orchestration): multi-agent communication, unified agents, env passthrough
- btmsg: admin role (tier 0), channel messaging (create/list/send/history),
  admin global feed, mark-read conversations
- Rust btmsg module: admin bypass, channels, feed, 8 new Tauri commands
- CommsTab: sidebar chat interface with activity feed, DMs, channels (Ctrl+M)
- Agent unification: Tier 1 agents rendered as ProjectBoxes via agentToProject()
  converter, getAllWorkItems() combines agents + projects in ProjectGrid
- GroupAgentsPanel: click-to-navigate agents to their ProjectBox
- Agent system prompts: generateAgentPrompt() builds comprehensive introductory
  context (role, environment, team, btmsg/bttask docs, workflow instructions)
- AgentSession passes group context to prompt generator via $derived.by()
- BTMSG_AGENT_ID env var passthrough: extra_env field flows through full chain
  (agent-bridge → Rust AgentQueryOptions → NDJSON → sidecar runners → cleanEnv)
- workspace store: updateAgent() for Tier 1 agent config persistence
2026-03-11 14:53:39 +01:00
..
agent-runner-deno.ts fix(v2): default systemPrompt to claude_code preset for CLAUDE.md loading 2026-03-07 01:59:51 +01:00
claude-runner.ts feat(orchestration): multi-agent communication, unified agents, env passthrough 2026-03-11 14:53:39 +01:00
codex-runner.ts feat(orchestration): multi-agent communication, unified agents, env passthrough 2026-03-11 14:53:39 +01:00
ollama-runner.ts feat(providers): add Codex and Ollama provider runners with message adapters 2026-03-11 03:56:05 +01:00
package-lock.json feat(v2): implement agent-runner sidecar with claude CLI subprocess 2026-03-06 01:01:43 +01:00
package.json feat(provider-adapter): implement multi-provider abstraction layer (Phase 1) 2026-03-11 02:08:45 +01:00