feat: NanoClaude Phase 3 — Synology Chat 연동
- POST /webhook/synology: outgoing webhook 수신 + token 검증 - 파이프라인 완료 시 incoming webhook으로 응답 자동 전송 - "분석 중..." typing 메시지 선전송 - 응답 길이 1500자 제한 (Synology Chat 제한 대응) - 에러/실패 시에도 사용자에게 알림 메시지 전송 - 중복 요청 방지 (30초 TTL dedup) - Synology에서 rewrite 이벤트 숨김 (SSE에서만 노출) - callback 구조로 확장 가능 (Slack, Discord 등) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -21,4 +21,6 @@ REASONING_BASE_URL=http://192.168.1.122:8800
|
||||
REASONING_MODEL=mlx-community/gemma-4-26b-a4b-it-8bit
|
||||
PIPELINE_ENABLED=true
|
||||
MAX_CONCURRENT_JOBS=3
|
||||
SYNOLOGY_INCOMING_URL=
|
||||
SYNOLOGY_OUTGOING_TOKEN=
|
||||
NANOCLAUDE_API_KEY=
|
||||
|
||||
Reference in New Issue
Block a user