Commit graph

  • 0897c834b4 fix(ci): resolve linter and security check failures horsley 2026-03-08 08:06:28 +00:00
  • cd955d730b fix(ci): resolve linter and security check failures horsley 2026-03-08 08:06:28 +00:00
  • 69206b46dc Merge upstream/main and resolve conflicts in .env.example mutezebra 2026-03-08 15:32:11 +08:00
  • 4f6bad0239 Merge upstream/main and resolve conflicts in .env.example mutezebra 2026-03-08 15:32:11 +08:00
  • b15cff1266
    Merge upstream/main and resolve conflicts in .env.example mutezebra 2026-03-08 15:32:11 +08:00
  • d056c377a5 support immessage t 2026-03-08 15:02:14 +08:00
  • 0142b3adaa
    Merge branch 'main' into fix/default-model-list-bug 理查德 2026-03-08 13:27:03 +08:00
  • 8beea4e5f8 fix: resolve defaults.go conflict with main, preserve ModelList nil fix opencode-assistant[bot] 2026-03-08 12:56:57 +08:00
  • 14b7089e62 fix(providers): avoid /responses for namespaced compat models Equent 2026-03-08 12:22:33 +08:00
  • 3db54ebc1c Merge pull request #1100 from zihan987/main Meng Zhuo 2026-03-08 11:03:13 +08:00
  • 71ba68ff05 Merge pull request #1100 from zihan987/main Meng Zhuo 2026-03-08 11:03:13 +08:00
  • 81dfdf5f45
    Merge pull request #1100 from zihan987/main Meng Zhuo 2026-03-08 11:03:13 +08:00
  • 1655561ac8 feat(providers): prefer OpenAI responses API with fallback Equent 2026-03-08 10:40:14 +08:00
  • dd3b91408c fix: format code for linter keithy 2026-03-08 01:28:31 +00:00
  • 9796051136 test(skills): add IndexRegistry tests keithy 2026-03-05 02:28:19 +00:00
  • a5b88dce5e feat(skills): add IndexRegistry with url_mappings for local dev keithy 2026-03-05 02:28:12 +00:00
  • f135161377 fix: wecom bot callback message is xml xwisenwang 2026-03-08 09:51:02 +08:00
  • 9d65af13e4 feat: Add QQ Bot multimedia message sending and upload functionality, supporting four types of media: image/file/video/audio boydzheng 2026-03-08 09:32:58 +08:00
  • 92d49c6854
    Update .github/workflows/nightly.yml Hua Audio 2026-03-08 02:22:39 +01:00
  • b80694fc44
    Update .github/workflows/nightly.yml Hua Audio 2026-03-08 02:22:16 +01:00
  • 6b63ed0f8e update base version regular Hua Audio 2026-03-08 02:13:27 +01:00
  • af79b0e2ec correct release naming Hua Audio 2026-03-08 02:08:59 +01:00
  • 9a35f69323
    Update .github/workflows/nightly.yml Hua Audio 2026-03-08 01:56:32 +01:00
  • c1f4eb0c21
    Update .github/workflows/nightly.yml Hua Audio 2026-03-08 01:55:56 +01:00
  • c096cc1581 incorporate review suggestions Hua Audio 2026-03-08 01:30:16 +01:00
  • 7dac458c2f
    Apply suggestion from @Copilot Hua Audio 2026-03-08 01:24:55 +01:00
  • c946477d21
    Apply suggestion from @Copilot Hua Audio 2026-03-08 01:23:31 +01:00
  • 4b6d75260e remove unused research docs Hua Audio 2026-03-08 00:58:32 +01:00
  • f3cc7c9401
    Refactor nightly build workflow for clarity and efficiency Hua Audio 2026-03-08 00:53:46 +01:00
  • 73b09860f9 Fix task plan delivery and Telegram chunk edits Dmitrii Balabanov 2026-03-08 00:54:40 +02:00
  • 96a7125879 fix(config): remove invalid default= option from env tags on TaskToolIconsConfig Dmitrii Balabanov 2026-03-08 00:27:43 +02:00
  • 430f6578f3 fix(config): wire tasktool defaults in DefaultConfig and fix env tags Dmitrii Balabanov 2026-03-08 00:23:18 +02:00
  • 8f40b0099f fix(tasktool): use agent session key, persist plan on create, add docs Dmitrii Balabanov 2026-03-08 00:19:25 +02:00
  • 764e4bcb9d
    fix: support Telegram forum topics (message_thread_id routing) Guglielmo Caponi 2026-03-07 23:17:54 +01:00
  • e7585e8185 fix: restore path-traversal rejection and enable tasktool config flag Dmitrii Balabanov 2026-03-08 00:11:08 +02:00
  • 554ad4e932
    feat: add web-based Gateway Dashboard UI Guglielmo Caponi 2026-03-07 23:10:51 +01:00
  • 161a23b119
    feat: add web-based Gateway Dashboard UI Guglielmo Caponi 2026-03-07 23:08:25 +01:00
  • 3f44ee47b6
    feat: add web-based Gateway Dashboard UI Guglielmo Caponi 2026-03-07 23:06:50 +01:00
  • 08e5ca9eb1 feat: fix a tool calling issue with claude and update the oauth version (could change with newer claude code versions) Baller 2026-03-07 16:58:57 -05:00
  • 896fb08f93 refactor: Move SanitizeFilename to fileutil, propagate context.Context in task tool callbacks, and improve task tool and channel manager error handling. Dmitrii Balabanov 2026-03-07 23:49:46 +02:00
  • e938241c0d refactor(manager): update SendMessageWithID to accept bus.OutboundMessage Dmitrii Balabanov 2026-03-07 23:31:21 +02:00
  • eeabdd098f fix(telegram): update Send parameters to properly proxy OutboundMessage to SendMessageWithID Dmitrii Balabanov 2026-03-07 23:27:22 +02:00
  • 0b65f7d31c refactor(channels): standardize SyncSender to accept bus.OutboundMessage Dmitrii Balabanov 2026-03-07 23:22:39 +02:00
  • cafdb51df2 refactor: extract DI to channels.Manager, resolve upstream merge and add chunking to SendMessageWithID Dmitrii Balabanov 2026-03-07 23:19:08 +02:00
  • 01f07ab323 fix: use explicit tags instead of metadata-action zhangmikoto 2026-03-07 21:11:14 +00:00
  • 7e7fd74b40
    Feat/nightly build (#2) Hua Audio 2026-03-07 21:35:04 +01:00
  • 9e21eea292 fix(matrix): improve group mention detection horsley 2026-03-07 18:05:09 +00:00
  • b0a541aa4c fix(matrix): improve group mention detection horsley 2026-03-07 18:05:09 +00:00
  • 64b99b34bb fix(matrix): improve group mention detection horsley 2026-03-07 18:05:09 +00:00
  • b6a5d6d4d2 Merge remote-tracking branch 'upstream/main' Keith Patrick 2026-03-07 18:03:34 +00:00
  • 7a360f726e Merge remote-tracking branch 'upstream/main' Keith Patrick 2026-03-07 18:03:34 +00:00
  • 994cc23d4d resolve conflicts afjcjsbx 2026-03-07 18:56:38 +01:00
  • 957af7853d resolve conflicts afjcjsbx 2026-03-07 18:56:38 +01:00
  • 5b1f11aaf6 resolve conflicts afjcjsbx 2026-03-07 18:56:38 +01:00
  • b27bf5418c Merge remote-tracking branch 'origin/main' into feat/echo-voice-audio-transcription afjcjsbx 2026-03-07 18:55:32 +01:00
  • e732907772 Merge remote-tracking branch 'origin/main' into feat/echo-voice-audio-transcription afjcjsbx 2026-03-07 18:55:32 +01:00
  • 424c40e98b Merge remote-tracking branch 'origin/main' into feat/echo-voice-audio-transcription afjcjsbx 2026-03-07 18:55:32 +01:00
  • 8303740089
    Merge branch 'main' into d4 Cytown 2026-03-08 01:51:01 +08:00
  • 89facc03ee fix according to code review Cytown 2026-03-08 01:47:55 +08:00
  • 8ed26a5547 slack reply message with audio transcription afjcjsbx 2026-03-07 18:47:22 +01:00
  • b94c40b9fc slack reply message with audio transcription afjcjsbx 2026-03-07 18:47:22 +01:00
  • 2effc2b4bd slack reply message with audio transcription afjcjsbx 2026-03-07 18:47:22 +01:00
  • 1d1b17f69a feat: add Matrix channel support horsley 2026-03-07 17:44:24 +00:00
  • ff022341ba feat: add Matrix channel support horsley 2026-03-07 17:44:24 +00:00
  • a66eac42c4 feat: add Matrix channel support horsley 2026-03-07 17:44:24 +00:00
  • d3a0febe3a merge: integrate origin/main into feat/pico-client-channel Amir Mamaghani 2026-03-07 18:26:06 +01:00
  • bd17ca1c18 fix(pico): address PR #1198 review — goroutine leak, race, auth Amir Mamaghani 2026-03-07 18:25:00 +01:00
  • 55f9f244c1 Fix Vivgrid docs and inference logic zihan987 2026-03-07 09:20:56 -08:00
  • 5e0aacfcbe Fix Vivgrid docs and inference logic zihan987 2026-03-07 09:20:56 -08:00
  • 4df4138663 Fix Vivgrid docs and inference logic zihan987 2026-03-07 09:20:56 -08:00
  • a514e5280c merge: sync main into feat/telegram-streaming Amir Mamaghani 2026-03-07 18:15:42 +01:00
  • 96e5ef0d53 test(tools): add comprehensive quoted path tests cornjosh 2026-03-08 00:52:15 +08:00
  • 13ac4a6851 fix(tools): address copilot review feedback cornjosh 2026-03-08 00:49:20 +08:00
  • 4d3a6f2042 Add mise/ to gitignore Keith Patrick 2026-03-07 16:40:01 +00:00
  • 0270e38efa Add mise/ to gitignore Keith Patrick 2026-03-07 16:40:01 +00:00
  • e0210e48c8 fix(tools): safety guard URL path handling and security enhancements (#1203, #1193) cornjosh 2026-03-08 00:33:36 +08:00
  • 7d663b7209 Merge pull request #1215 from yinwm/refactor/agent 美電球 2026-03-08 00:25:47 +08:00
  • 5788f4f124 Merge pull request #1215 from yinwm/refactor/agent 美電球 2026-03-08 00:25:47 +08:00
  • 4768edc67b
    Merge pull request #1215 from yinwm/refactor/agent 美電球 2026-03-08 00:25:47 +08:00
  • c82e25f30a docs: add agent refactor working notes yinwm 2026-03-08 00:22:31 +08:00
  • aeca46c435 docs: add agent refactor working notes yinwm 2026-03-08 00:22:31 +08:00
  • 726a87b70f docs: add agent refactor working notes yinwm 2026-03-08 00:22:31 +08:00
  • 05fd3af7dd Merge pull request #935 from putueddy/feat/telegram-chunking 美電球 2026-03-07 23:47:06 +08:00
  • 6df9b10b82 Merge pull request #935 from putueddy/feat/telegram-chunking 美電球 2026-03-07 23:47:06 +08:00
  • 826f92cf53
    Merge pull request #935 from putueddy/feat/telegram-chunking 美電球 2026-03-07 23:47:06 +08:00
  • 49487350e4 fix lint afjcjsbx 2026-03-07 16:45:21 +01:00
  • 7e492d5861 fix lint afjcjsbx 2026-03-07 16:45:21 +01:00
  • 73243c9014 fix lint afjcjsbx 2026-03-07 16:45:21 +01:00
  • a9e13bb598 unit test placeholder logic afjcjsbx 2026-03-07 16:40:26 +01:00
  • fcd4b0fad9 unit test placeholder logic afjcjsbx 2026-03-07 16:40:26 +01:00
  • a0591f0c08 unit test placeholder logic afjcjsbx 2026-03-07 16:40:26 +01:00
  • bf5cfcce57 fix lint afjcjsbx 2026-03-07 16:24:49 +01:00
  • 5cada5f5cd fix lint afjcjsbx 2026-03-07 16:24:49 +01:00
  • 68bdf66168 fix lint afjcjsbx 2026-03-07 16:24:49 +01:00
  • 2b8d794847 discord reply message on transcript echo afjcjsbx 2026-03-07 16:18:53 +01:00
  • 24e205ac2b discord reply message on transcript echo afjcjsbx 2026-03-07 16:18:53 +01:00
  • 48d8c8738d discord reply message on transcript echo afjcjsbx 2026-03-07 16:18:53 +01:00
  • 2037e4e09c fix: remove redundant SplitMessage in Send() per review feedback I Putu Eddy Irawan 2026-03-07 22:01:04 +07:00
  • f07dbd1db2 fix: remove redundant SplitMessage in Send() per review feedback I Putu Eddy Irawan 2026-03-07 22:01:04 +07:00
  • f97ebfedd0 feat(channel): echo voice audio transcription afjcjsbx 2026-03-07 15:49:33 +01:00