root f3c16c7609 refactor: split inbound/outbound into separate files
- Extract inbound message handling to inbound.ts (WebSocket, pending Webhook migration)
- Extract outbound message handling to outbound.ts with updated VoceChat API
- Update authentication to use x-api-key header
- Add support for text, markdown, file, and reply messages
- Add file upload helper functions
2026-03-13 20:31:23 +08:00

12 lines
105 B
Plaintext

node_modules/
dist/
*.log
.DS_Store
.env
.vscode/
.idea/
# Vault - sensitive data
.vault/
*.secret
*.key