Alexander Minges
|
51c085c378
|
docs(matrix): document raw html escaping in markdown renderer
|
2026-02-10 16:29:31 +01:00 |
|
Alexander Minges
|
4afe322d43
|
fix(matrix): sanitize formatted html with nh3
|
2026-02-10 16:23:57 +01:00 |
|
Alexander Minges
|
f660aec540
|
feat(matrix): support inline markdown html for url and super/subscript
|
2026-02-10 15:58:59 +01:00 |
|
Alexander Minges
|
cc6e55f7f1
|
test(matrix): cover mention policy and sender filtering
|
2026-02-10 15:30:54 +01:00 |
|
Alexander Minges
|
83e0877a5c
|
feat(matrix): add group policy and strict mention gating
|
2026-02-10 15:30:39 +01:00 |
|
Alexander Minges
|
fc0805e465
|
test(matrix): cover formatted body and markdown fallback
|
2026-02-10 15:08:35 +01:00 |
|
Alexander Minges
|
ed235b5744
|
feat(matrix): send markdown as formatted html messages
|
2026-02-10 15:08:33 +01:00 |
|
Alexander Minges
|
2556ebe5e7
|
test(matrix): cover typing indicator lifecycle
|
2026-02-10 14:25:33 +01:00 |
|
Alexander Minges
|
377428c790
|
feat(matrix): show typing while processing messages
|
2026-02-10 14:25:12 +01:00 |
|
Alexander Minges
|
79602b268e
|
refactor(matrix): replace logging depth magic number
|
2026-02-10 14:12:45 +01:00 |
|
Alexander Minges
|
9f3a9f10a0
|
chore(matrix): route matrix-nio logs through loguru
|
2026-02-10 14:03:13 +01:00 |
|
Alexander Minges
|
abd41c171e
|
test(matrix): cover response callbacks and graceful shutdown
|
2026-02-10 12:32:19 +01:00 |
|
Alexander Minges
|
79cb52a27f
|
feat(matrix): add startup warnings and response error logging
|
2026-02-10 12:32:18 +01:00 |
|
Alexander Minges
|
2642009792
|
feat(matrix): add configurable graceful sync shutdown
|
2026-02-10 12:32:17 +01:00 |
|
Alexander Minges
|
227251649f
|
test(matrix): add matrix channel behavior test
|
2026-02-10 11:14:57 +01:00 |
|
Alexander Minges
|
79db3b9446
|
fix(matrix): guard store load without device id and allow invites by default
|
2026-02-10 11:14:56 +01:00 |
|
 djmazeandAlexander Minges
|
c55442d9dc
|
fix: activate E2E and accept room invites in Matrix channels
|
2026-02-10 11:14:54 +01:00 |
|
Tanish Rajput
|
fe6be071a6
|
feat: add matrix (Element) chat channel support
|
2026-02-09 22:57:38 +05:30 |
|
Re-bin
|
20ca78c106
|
docs: add Zhipu coding plan apiBase tip
|
2026-02-09 04:51:58 +00:00 |
|
 Xubin RenandGitHub
|
8af98004b3
|
Merge pull request #225 from chaowu2009/main
Drop unsupported parameters for providers.
|
2026-02-09 03:52:52 +08:00 |
|
Re-bin
|
25e17717c2
|
fix: restore terminal state on Ctrl+C exit in agent interactive mode
|
2026-02-08 19:36:53 +00:00 |
|
Re-bin
|
eb2fbf80da
|
fix: use config key to detect provider, prevent api_base misidentifying as vLLM
|
2026-02-08 19:31:25 +00:00 |
|
Re-bin
|
2931694eb8
|
fix: preserve reasoning_content in conversation history for thinking models
|
2026-02-08 18:37:41 +00:00 |
|
Re-bin
|
b4217b2690
|
chore: remove test file from tracking
|
2026-02-08 18:26:06 +00:00 |
|
Re-bin
|
119f94c57a
|
Merge PR #326: fix cli input arrow keys
|
2026-02-08 18:24:29 +00:00 |
|
Re-bin
|
dfa173323c
|
refactor(cli): simplify input handling — drop prompt-toolkit, use readline
|
2026-02-08 18:23:43 +00:00 |
|
Re-bin
|
5a20f3681d
|
Merge branch 'main' into pr-326
|
2026-02-08 18:12:11 +00:00 |
|
Re-bin
|
c45a239c01
|
Merge PR #219: add DingTalk channel support
|
2026-02-08 18:06:16 +00:00 |
|
Re-bin
|
b6ec6a8a76
|
fix(dingtalk): security and resource fixes for DingTalk channel
|
2026-02-08 18:06:07 +00:00 |
|
Re-bin
|
499f602223
|
Merge branch 'main' into pr-219
|
2026-02-08 17:34:06 +00:00 |
|
 chaohuang-aiandGitHub
|
3675758a44
|
Update README.md
|
2026-02-08 18:10:24 +08:00 |
|
 chaohuang-aiandGitHub
|
9e3823ae03
|
Update README.md
|
2026-02-08 18:03:00 +08:00 |
|
 chaohuang-aiandGitHub
|
f49c639b74
|
Update README.md
|
2026-02-08 18:02:48 +08:00 |
|
Re-bin
|
299d8b33b3
|
refactor: replace provider if-elif chains with declarative registry
|
2026-02-08 07:29:31 +00:00 |
|
Re-bin
|
00185f2bee
|
feat: add Telegram typing indicator
|
2026-02-08 05:44:06 +00:00 |
|
Re-bin
|
f7f812a177
|
feat: add /reset and /help commands for Telegram bot
|
2026-02-08 05:06:41 +00:00 |
|
Re-bin
|
3b61ae4fff
|
fix: skip provider prefix rules for vLLM/OpenRouter/AiHubMix endpoints
|
2026-02-08 04:29:51 +00:00 |
|
w0x7ce
|
240db894b4
|
feat(channels): add DingTalk channel support and documentation
|
2026-02-08 11:58:49 +08:00 |
|
张涔熙
|
342ba2b879
|
fix(cli): stabilize wrapped CJK arrow navigation in interactive input
|
2026-02-08 11:10:03 +08:00 |
|
张涔熙
|
8b1ef77970
|
fix(cli): keep prompt stable and flush stale arrow-key input
|
2026-02-08 10:38:32 +08:00 |
|
Re-bin
|
438ec66fd8
|
docs: v0.1.3.post5 release news
|
2026-02-07 18:15:18 +00:00 |
|
Re-bin
|
9fe2c09fd3
|
bump version to 0.1.3.post5
v0.1.3.post5
|
2026-02-07 18:01:14 +00:00 |
|
Re-bin
|
d2fef6059d
|
Merge PR #289: add Telegram proxy support and channel startup error handling
|
2026-02-07 17:56:45 +00:00 |
|
Re-bin
|
d258f5beba
|
Merge branch 'main' into pr-289
|
2026-02-07 17:54:33 +00:00 |
|
Re-bin
|
d027964b77
|
Merge PR #287: fix WhatsApp LID access denied
|
2026-02-07 17:40:56 +00:00 |
|
Re-bin
|
544eefbc8a
|
fix: correct variable references in WhatsApp LID handling
|
2026-02-07 17:40:46 +00:00 |
|
alan
|
cf1663af13
|
feat: conditionally set telegram proxy
|
2026-02-07 22:18:43 +08:00 |
|
alan
|
3166c15cff
|
feat: add telegram proxy support and add error handling for channel startup
|
2026-02-07 20:37:41 +08:00 |
|
Adrian Höhne
|
b179a028c3
|
Fixes Access Denied because only the LID was used.
|
2026-02-07 12:13:13 +00:00 |
|
 chaohuang-aiandGitHub
|
625fc60282
|
Update README.md
|
2026-02-07 17:52:29 +08:00 |
|