Files
opencode/src
Artur Do Lago 2322fdef9f refactor(config): add session entry primitives to shared types
Add additional shared primitives for session management:
- SessionChatType: direct | group | room
- MessagingProvider: whatsapp | telegram | discord | slack | signal | imessage | webchat
- GroupActivation: mention | always
- SendPolicy: allow | deny

These complement the existing SessionScope and enable zee to import
session-related types from agent-core's shared config module.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 12:30:39 +01:00
..