From 5678138cc5f40f950a5abd019c8be752b2e39fd9 Mon Sep 17 00:00:00 2001 From: Marius Mutu Date: Tue, 21 Apr 2026 07:14:28 +0000 Subject: [PATCH] feat(config): add echo-work and echo-sprijin channel aliases Imported claude jobs default channel to echo-work; grup-sprijin-5feb and grup-sprijin-pregatire route to echo-sprijin. Existing echo-core channel is preserved. --- config.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.json b/config.json index d04b00d..6545c85 100644 --- a/config.json +++ b/config.json @@ -11,6 +11,14 @@ "echo-core": { "id": "1471916752119009432", "default_model": "sonnet" + }, + "echo-work": { + "id": "1466726254312030259", + "default_model": "sonnet" + }, + "echo-sprijin": { + "id": "1466739361503772864", + "default_model": "sonnet" } }, "telegram_channels": {},