Commit graph

  • 7fc601b351 Merge remote-tracking branch 'origin/main' into feat/telegram-use-md2 Aleksandr Bortnikov 2026-03-11 10:57:54 +03:00
  • 655700f845 Merge pull request #1214 from afjcjsbx/feat/echo-voice-audio-transcription Mauro 2026-03-11 08:45:25 +01:00
  • a3a0949b9d Merge pull request #1214 from afjcjsbx/feat/echo-voice-audio-transcription Mauro 2026-03-11 08:45:25 +01:00
  • 30584f04cb
    Merge pull request #1214 from afjcjsbx/feat/echo-voice-audio-transcription Mauro 2026-03-11 08:45:25 +01:00
  • e3416662dd feat: add exec admin support for unrestricted shell command execution seagochen 2026-03-11 15:39:53 +08:00
  • b5fda34f25 feat(qq): support parsing and replying to more attachment types aishannon 2026-03-11 15:26:54 +08:00
  • f02c3a35ed fix(tools): track all sent chat_ids to avoid missed duplicate suppression 青柠 2026-03-11 15:26:01 +08:00
  • 52ca27461c fix: linter issues Aleksandr Bortnikov 2026-03-11 10:23:20 +03:00
  • 89d77ee724
    refactor: single computed EffectiveReasoning() on LLMResponse, prefer Reasoning over ReasoningContent (#1) Copilot 2026-03-11 15:06:10 +08:00
  • 40dd8b1e86 conflict fix swordandart 2026-03-11 15:01:31 +08:00
  • 5fb488ca31 fix(agent): skip final reply only when message tool sent to same chat 青柠 2026-03-10 20:27:14 +08:00
  • 75f1537f45
    Merge branch 'main' into main Liang Zhang 2026-03-11 14:52:42 +08:00
  • ede7cc7045 fix(provider): enable reasoning_split for MiniMax to separate CoT from content Oceanpie 2026-03-11 14:51:57 +08:00
  • baa98ea7c4
    fix: use the correct field name for reasoning content CzBiX 2026-03-11 14:43:34 +08:00
  • f3be98ed87 fix(feishu): fetch and prepend quoted message content for reply context 青柠 2026-03-11 14:41:14 +08:00
  • 608574a701 feat: add /stats command for session statistics swordandart 2026-03-11 14:36:49 +08:00
  • d7b6438402 fix: skip meta json files during session migration (#1340) wenjie 2026-03-11 14:29:42 +08:00
  • 4ef8e718bb fix: skip meta json files during session migration (#1340) wenjie 2026-03-11 14:29:42 +08:00
  • e74820cf69
    fix: skip meta json files during session migration (#1340) wenjie 2026-03-11 14:29:42 +08:00
  • 1f2802906f feat(exec): add dev mode, command whitelist, and unify cmd dispatch seagochen 2026-03-11 14:25:51 +08:00
  • 770afb1932
    Merge branch 'sipeed:main' into main bumu 2026-03-11 14:14:22 +08:00
  • aa5ee02507 feat(provider): add retry logic and vendor prefix handling in OpenAI provider tong3jie 2026-03-11 14:09:07 +08:00
  • d17233e195 feat(commands): add /exec command and ! prefix shell execution seagochen 2026-03-11 13:56:21 +08:00
  • a49337efed Merge branch 'main' into max_tools weedge 2026-03-11 13:55:00 +08:00
  • dcea74452c add weedge 2026-03-11 13:54:33 +08:00
  • 27a1693387 fix: skip meta json files during session migration wenjie 2026-03-11 13:45:45 +08:00
  • e0bf0de271
    Merge branch 'sipeed:main' into main wly2lcl 2026-03-11 13:34:51 +08:00
  • db4b62990c
    Merge branch 'sipeed:main' into feat/longcat-provider LeaderOnePro 2026-03-11 12:56:18 +08:00
  • d8a520766b fix: resolve gateway binary path, pass --config flag, and clarify empty model error (#1337) Cage 2026-03-11 12:54:08 +08:00
  • 6357742dfd fix: resolve gateway binary path, pass --config flag, and clarify empty model error (#1337) Cage 2026-03-11 12:54:08 +08:00
  • d5cbf198b2
    fix: resolve gateway binary path, pass --config flag, and clarify empty model error (#1337) Cage 2026-03-11 12:54:08 +08:00
  • a080785de9 test(providers): add ResolveProviderSelection tests for LongCat LeaderOnePro 2026-03-11 12:53:45 +08:00
  • 2f4d10dcd7
    Merge branch 'sipeed:main' into main lppp04808 2026-03-11 12:44:50 +08:00
  • 8813fc89e2 fix for review Cytown 2026-03-11 11:22:09 +08:00
  • 9ceb55a378 fix for review Cytown 2026-03-11 12:39:42 +08:00
  • 613f788ce8
    Merge branch 'sipeed:main' into feat/longcat-provider LeaderOnePro 2026-03-11 12:39:25 +08:00
  • f570f1e166 fix(providers): address LongCat review feedback LeaderOnePro 2026-03-11 12:37:56 +08:00
  • 929f18eb91 Merge pull request #1330 from statxc/fix/session-key-sanitize-slash 美電球 2026-03-11 12:18:54 +08:00
  • ece6899c8a Merge pull request #1330 from statxc/fix/session-key-sanitize-slash 美電球 2026-03-11 12:18:54 +08:00
  • 755fa32336
    Merge pull request #1330 from statxc/fix/session-key-sanitize-slash 美電球 2026-03-11 12:18:54 +08:00
  • be83866fbc fix: resolve gateway binary path, pass --config flag, and clarify empty model error Cage 2026-03-11 10:45:49 +08:00
  • f8598f50bd feat(feishu): add tool progress feedback with verbose toggle shikihane 2026-03-10 12:30:50 +08:00
  • 06c21d8feb 增加工作流 王璐瑶 2026-03-11 11:16:31 +08:00
  • ddfa437f9c fix(providers): address review comments in anthropic-messages provider ZaneTung 2026-03-11 11:08:47 +08:00
  • 9fb9b423ec feat(channels): add wecom_ws (WeCom WebSocket) channel support 王璐瑶 2026-03-11 10:28:13 +08:00
  • 82756fa27f fix(config): support Chinese comma separator in allow_from environment variables 曾文锋0668000834 2026-03-11 10:06:41 +08:00
  • 64202257bd docs(workspace): split agent instructions into quick reference and detailed guide 曾文锋0668000834 2026-03-11 09:40:52 +08:00
  • 740a9f9106 docs(workspace): improve AGENTS.md with task patterns and skill discovery 曾文锋0668000834 2026-03-10 16:19:59 +08:00
  • 984853f602 Revert "feat(docker): pre-install essential dev tools in minimal image" 曾文锋0668000834 2026-03-11 09:29:13 +08:00
  • df87f3ba56 Add development Dockerfile with extra tools (jq, git, python3, pip, bash) 曾文锋0668000834 2026-03-11 09:27:45 +08:00
  • 3dbf197e9f feat(docker): pre-install essential dev tools in minimal image 曾文锋0668000834 2026-03-10 16:22:51 +08:00
  • c9613ab7c1
    Merge branch 'sipeed:main' into main lppp04808 2026-03-11 09:13:26 +08:00
  • a93f5a80cd merge: sync dev_features with origin/main seagochen 2026-03-11 08:28:25 +08:00
  • 09c3533eae resolve conflicts afjcjsbx 2026-03-11 00:17:10 +01:00
  • 23cf270f7a resolve conflicts afjcjsbx 2026-03-11 00:17:10 +01:00
  • 08cc09e091 resolve conflicts afjcjsbx 2026-03-11 00:17:10 +01:00
  • e667100117 Merge remote-tracking branch 'origin/main' into feat/echo-voice-audio-transcription afjcjsbx 2026-03-11 00:06:37 +01:00
  • b8e45efaa3 Merge remote-tracking branch 'origin/main' into feat/echo-voice-audio-transcription afjcjsbx 2026-03-11 00:06:37 +01:00
  • 87d458f519 Merge remote-tracking branch 'origin/main' into feat/echo-voice-audio-transcription afjcjsbx 2026-03-11 00:06:37 +01:00
  • 9e15b6f076 set defaults afjcjsbx 2026-03-10 23:01:05 +01:00
  • 1201a960bc feat: Add system prompt rule for attached files Bernardo 2026-03-10 22:48:45 +01:00
  • e6deebdc2c feat: Add ReplyToMessage context for Telegram Bernardo 2026-03-10 22:31:57 +01:00
  • e20bfd650a fix(agent): address review feedback on skill context injection Anu S Pillai 2026-03-09 13:03:44 +05:30
  • 534653228d style: apply golangci-lint formatting to test file Anu S Pillai 2026-03-09 02:08:01 +05:30
  • bf8fce7cf6 fix(agent): auto-inject SKILL.md into LLM context when user references a skill Anu S Pillai 2026-03-09 01:12:48 +05:30
  • 4e1ca1e9c8 chore: update go.mod dependencies Bot 2026-03-10 22:08:37 +01:00
  • ffb7841572 refactor(commands): use shared /switch model path niuguy 2026-03-10 21:06:58 +00:00
  • 47accae0d8 feat(telegram): support runtime model switching via model_list niuguy 2026-03-01 08:55:19 +00:00
  • d5aa7569cc v1 Bernardo 2026-03-10 21:53:26 +01:00
  • 9e3633a4bf feat(tool): debug usage via channel afjcjsbx 2026-03-10 21:06:45 +01:00
  • 8ce92a4ce7 fix: syntax errors in instance.go Bernardo 2026-03-10 19:35:09 +01:00
  • c60309b497 fix: missing acp import in spawn.go Bernardo 2026-03-10 19:34:28 +01:00
  • 914efcf087 feat: finalized Gemini architecture improvements Bernardo 2026-03-10 19:33:47 +01:00
  • c63426a504 feat: per-chat rate limiting and fix unused imports Bernardo 2026-03-10 19:31:07 +01:00
  • fa1524f247 feat: Gemini architecture improvements (Singleflight, Tools Filtering) Bernardo 2026-03-10 19:30:18 +01:00
  • b068f6ae44 fix: compilation errors in commands and providers Bernardo 2026-03-10 19:24:27 +01:00
  • 81841df578 feat: Gemini architecture improvements (WaitGroups, Provider Registry, Session Backups, Semantic Chunking) Bernardo 2026-03-10 19:18:47 +01:00
  • 3d387ed5f8 fix: regex block-quote line > Aleksandr Bortnikov 2026-03-10 21:15:52 +03:00
  • 992277b252 feat: Add openclaw port Bernardo 2026-03-10 18:50:27 +01:00
  • 167887361c test: fixed Test_markdownToTelegramMarkdownV2 Aleksandr Bortnikov 2026-03-10 20:02:53 +03:00
  • 3cd3628c60
    Merge branch 'main' into fix/main-ssrf Chengpeng Wang 2026-03-11 00:52:35 +08:00
  • c31318b374 fix(config): correct off-by-one in round-robin model selection Nikolas de Hor 2026-03-10 13:48:27 -03:00
  • 6645cc82ab Merge pull request #1207 from afjcjsbx/feat/debug-mode-no-truncate Mauro 2026-03-10 17:13:44 +01:00
  • 09c8a5553c Merge pull request #1207 from afjcjsbx/feat/debug-mode-no-truncate Mauro 2026-03-10 17:13:44 +01:00
  • 9cd2d21800
    Merge pull request #1207 from afjcjsbx/feat/debug-mode-no-truncate Mauro 2026-03-10 17:13:44 +01:00
  • c3127559f9 fix(session): sanitize '/' and '\' in session keys so forum topic keys don't create invalid paths statxc 2026-03-10 16:11:34 +00:00
  • a5b6f77995 fix(session): sanitize '/' and '\' in session keys so forum topic keys don't create invalid paths statxc 2026-03-10 16:11:34 +00:00
  • 2e3e6788ab fix(session): sanitize '/' and '\' in session keys so forum topic keys don't create invalid paths statxc 2026-03-10 16:11:34 +00:00
  • 1000daa9e2 Merge remote-tracking branch 'origin/main' into feat/telegram-use-md2 Aleksandr Bortnikov 2026-03-10 18:54:47 +03:00
  • 83a831e193 fix: case with ~ Aleksandr Bortnikov 2026-03-10 18:38:08 +03:00
  • 1b65531ac2 fix(feishu): extract images from post (rich text) messages 青柠 2026-03-10 23:22:16 +08:00
  • bd53e81069 fix(feishu): extract images from post (rich text) messages 青柠 2026-03-10 23:22:16 +08:00
  • 5edf1cb27e feat: integrate Google services and WhatsApp QR command Bernardo 2026-03-10 15:26:49 +01:00
  • 51ac004b0c
    Merge branch 'sipeed:main' into main lppp04808 2026-03-10 22:19:14 +08:00
  • 112d80396e fix(providers): resolve correct provider per fallback candidate 青柠 2026-03-10 21:41:17 +08:00
  • d2366b4785 feat: implement OpenRouter Free default and paid model authorization check Bernardo 2026-03-10 14:54:12 +01:00
  • 985289a3b7 fix: resolve OpenRouter migration error and reduce bot rambling by tuning temperature and tool iterations Bernardo 2026-03-10 14:48:22 +01:00
  • fca371c850 fix(providers): resolve correct provider per fallback candidate 青柠 2026-03-10 21:41:17 +08:00
  • c207ee4ee8 Merge pull request #1291 from statxc/feat/telegram-forum-topics 美電球 2026-03-10 21:38:40 +08:00
  • c69ed6c0a2 Merge pull request #1291 from statxc/feat/telegram-forum-topics 美電球 2026-03-10 21:38:40 +08:00