Commit Graph

  • fe7b0b64c1 Merge branch 'main' into pr-851 Re-bin 2026-02-19 17:42:23 +00:00
  • 125524f5c2 Merge PR #836: fix Codex provider routing for GitHub Copilot models Re-bin 2026-02-19 17:39:52 +00:00
  • b11f0ce6a9 fix: prefer explicit provider prefix over keyword match to fix Codex routing Re-bin 2026-02-19 17:39:44 +00:00
  • d78368bb2f Merge branch 'main' into pr-836 Re-bin 2026-02-19 17:35:19 +00:00
  • 9a00a274e5 Merge PR #844: support sending images, audio, and files for Feishu Re-bin 2026-02-19 17:34:01 +00:00
  • 3890f1a7dd refactor(feishu): clean up send() and remove dead code Re-bin 2026-02-19 17:33:08 +00:00
  • eea4942025 Merge branch 'main' into pr-844 Re-bin 2026-02-19 17:29:35 +00:00
  • d748e6eca3 fix: pin dependency version ranges Re-bin 2026-02-19 17:28:13 +00:00
  • 3b4763b3f9 feat: add Anthropic prompt caching via cache_control tercerapersonaandClaude Sonnet 4.6 2026-02-19 11:05:22 -03:00
  • c86dbc9f45 fix: wait for killed process after shell timeout to prevent fd leaks Nikolas de Hor 2026-02-19 10:27:11 -03:00
  • 1b49bf9602 fix: avoid duplicate messages on retry and reset final_content Nikolas de Hor 2026-02-19 10:26:49 -03:00
  • d08c022255 feat(feishu): support sending images, audio, and files Ubuntu 2026-02-19 16:31:00 +08:00
  • 9789307dd6 Fix Codex provider routing for GitHub Copilot models PiEgg 2026-02-19 13:30:02 +08:00
  • 523b2982f4 fix: fixed not logging tool uses if a think fragment had them attached. Darye 2026-02-19 05:22:00 +01:00
  • 124c611426 Fix: Add ensure_ascii=False to WhatsApp send payload chtangwin 2026-02-18 18:46:23 -08:00
  • a2379a08ac Fix: Ensure UTF-8 encoding and ensure_ascii=False for remaining file/JSON operations chtangwin 2026-02-18 18:37:17 -08:00
  • c7b5dd9350 Fix: Ensure UTF-8 encoding for all file operations chtangwin 2026-02-10 17:31:45 +08:00
  • 464352c664 fix: allow one retry for models that send interim text before tool calls Nikolas de Hor 2026-02-18 21:29:10 -03:00
  • 33d760d312 fix: handle /help command directly in Telegram, bypassing ACL check Nikolas de Hor 2026-02-18 21:27:13 -03:00
  • 107a380e61 fix: prevent duplicate memory consolidation tasks per session Nikolas de Hor 2026-02-18 21:22:22 -03:00
  • 4367038a95 fix: make cron run command actually execute the agent Clayton WilsonandClaude Sonnet 4.6 2026-02-18 13:32:06 -06:00
  • 536ed60a05 Fix safety guard false positive on 'format' in URLs ruby childsandClaude Opus 4.6 2026-02-18 16:39:06 -05:00
  • 3ac5513004 If given a message_id to telegram provider send, the bot will try to reply to that message Darye 2026-02-18 20:27:48 +01:00
  • c865b293a9 feat: enhance message context handling by adding message_id parameter Darye 2026-02-18 20:18:27 +01:00
  • 1663517998 feat: Add VolcEngine LLM provider support Your Name 2026-02-19 03:00:44 +08:00
  • 4a85cd9a11 fix(cron): add service-layer timezone validation Alexander MingesandClaude Sonnet 4.6 2026-02-17 13:18:43 +01:00
  • c5b4331e69 feature: Added custom headers for MCP Auth use. dxtime 2026-02-19 01:21:17 +08:00
  • 8de36d398f docs: update news about release information Xubin Ren 2026-02-18 23:09:55 +08:00
  • 1f1f5b2d27 docs: update v0.1.4 release news Re-bin 2026-02-18 14:41:13 +00:00
  • b14d4711c0 release: v0.1.4 Re-bin 2026-02-18 14:31:26 +00:00
  • 92d279924f Merge pull request #802 to enable stream intermediate progress Xubin Ren 2026-02-18 22:28:37 +08:00
  • 715b2db24b feat: stream intermediate progress to user during tool execution Re-bin 2026-02-18 14:23:51 +00:00
  • e44f14379a fix: sanitize messages and ensure 'content' for strict LLM providers Ivan 2026-02-18 11:57:58 +03:00
  • ce4f00529e Merge PR #713: scope sessions to workspace with migration and tool metadata Re-bin 2026-02-18 05:16:00 +00:00
  • 27a131830f refine: migrate legacy sessions on load and simplify get_history Re-bin 2026-02-18 05:09:57 +00:00
  • 5c61f30546 Merge branch 'main' into pr-713 Re-bin 2026-02-18 04:58:59 +00:00
  • 4c577761e2 Merge PR #630: add SiliconFlow provider Re-bin 2026-02-18 03:53:00 +00:00
  • 80a5a8c983 feat: add siliconflow provider support Re-bin 2026-02-18 03:52:53 +00:00
  • df09ba1232 Merge branch 'main' into pr-630 Re-bin 2026-02-18 03:13:00 +00:00
  • 7f8a3dfc0f Merge PR #312: add GitHub Copilot OAuth login and provider status display Re-bin 2026-02-18 03:09:35 +00:00
  • d54831a35f feat: add github copilot oauth login and improve provider status display Re-bin 2026-02-18 03:09:09 +00:00
  • 8f6dd8708f Merge branch 'main' into pr-312 Re-bin 2026-02-18 02:57:11 +00:00
  • 74bec26698 Merge branch 'main' of https://github.com/HKUDS/nanobot Re-bin 2026-02-18 02:51:16 +00:00
  • e5e5f02e73 merge: upstream/main into feat/add-siliconflow-provider, resolve schema conflict ras_botandCursor 2026-02-18 10:50:15 +08:00
  • 43590145ee Merge PR #784: configurable Slack thread reply and reaction emoji Re-bin 2026-02-18 02:48:28 +00:00
  • 95fead24e0 Merge pull request #786 to add custom provider with direct openai-compatible support Xubin Ren 2026-02-18 10:40:26 +08:00
  • e2a0d63909 feat: add custom provider with direct openai-compatible support Re-bin 2026-02-18 02:39:15 +00:00
  • 16127d49f9 [github] Fix Oauth login Jeroen Evens 2026-02-17 22:50:39 +01:00
  • b161fa4f9a [github] Add Github Copilot Jeroen Evens 2026-02-06 18:38:18 +01:00
  • 72db01db63 slack: Added replyInThread logic and custom react emoji in config Hyudryu 2026-02-17 13:42:57 -08:00
  • 831eb07945 docs: update security guideline Xubin Ren 2026-02-18 02:00:30 +08:00
  • 05d06b1eb8 docs: update line count Re-bin 2026-02-17 17:58:36 +00:00
  • ed2aa7fe67 Merge PR #765: add Docker Compose support Re-bin 2026-02-17 17:56:04 +00:00
  • aad1df5b9b Simplify Docker Compose docs and remove fixed CLI container name Re-bin 2026-02-17 17:55:48 +00:00
  • fae573573f Merge branch 'main' into pr-765 Re-bin 2026-02-17 17:50:56 +00:00
  • 090b8fb768 Merge PR #746: enable cron tool in CLI agent mode Re-bin 2026-02-17 17:49:22 +00:00
  • 7d7d6bcadc Merge branch 'main' into pr-746 Re-bin 2026-02-17 17:46:46 +00:00
  • 711d03e8ac Merge PR #766: use Pydantic alias_generator to fix MCP env key conversion Re-bin 2026-02-17 17:34:31 +00:00
  • 941c3d9826 style: restore single-line formatting for readability Re-bin 2026-02-17 17:34:24 +00:00
  • 4d4d629928 fix(config): mcpServers env variables should not be converted to snake case Simon Guigui 2026-02-17 15:19:21 +01:00
  • c03f2b670b 🐳 feat: add Docker Compose support for easy deployment Rajasimman S 2026-02-17 18:50:03 +05:30
  • 8053193a36 Merge PR #747: add media file sending support for Telegram Re-bin 2026-02-17 10:38:05 +00:00
  • 5ad9c837df refactor: clean up telegram media sending logic Re-bin 2026-02-17 10:37:55 +00:00
  • c81cc07032 Merge branch 'main' into pr-747 Re-bin 2026-02-17 10:24:26 +00:00
  • 79d15e6023 Merge PR #748: avoid sending empty content entries in assistant messages Re-bin 2026-02-17 08:59:49 +00:00
  • 1db05c881d fix: omit empty content in assistant messages Re-bin 2026-02-17 08:59:05 +00:00
  • 80d1ff69ad Merge branch 'main' into pr-748 Re-bin 2026-02-17 08:57:27 +00:00
  • d89736a484 Merge PR #720: add GitHub Copilot provider support Re-bin 2026-02-17 08:41:16 +00:00
  • f5c5b13ff0 refactor: use is_oauth flag instead of hardcoded provider name check Re-bin 2026-02-17 08:41:09 +00:00
  • 12e59ecaae Merge branch 'main' into pr-720 Re-bin 2026-02-17 08:33:34 +00:00
  • d405dcb5a8 Merge PR #744: add timezone support for cron scheduling Re-bin 2026-02-17 08:31:00 +00:00
  • 6bae6a617f fix(cron): fix timezone display bug, add tz validation and skill docs Re-bin 2026-02-17 08:30:52 +00:00
  • 2c3a568e46 Merge branch 'main' into pr-744 Re-bin 2026-02-17 08:21:13 +00:00
  • cf4dce5df0 docs: update clawhub news Re-bin 2026-02-17 08:20:50 +00:00
  • 8509a81120 docs: update 15/16 Feb news Re-bin 2026-02-17 08:19:23 +00:00
  • 23726cb802 Merge pull request #758 to add ClawHub skill Xubin Ren 2026-02-17 16:15:47 +08:00
  • 5735f9bdce feat: add ClawHub skill for searching and installing agent skills from the public registry Re-bin 2026-02-17 08:14:16 +00:00
  • 56bc8b5677 fix: avoid sending empty content entries in assistant messages nano bot 2026-02-17 03:52:08 +00:00
  • 778a93370a Enable Cron management on CLI Agent. Darye 2026-02-17 03:52:54 +01:00
  • ae903e983c fix(cron): improve timezone scheduling and tz propagation jopo 2026-02-16 17:49:19 -08:00
  • 0a2a9a77b7 Merge branch 'HKUDS:main' into telegram-media Darye 2026-02-16 21:08:41 +01:00
  • 23b7e1ef5e Handle media files (voice messages, audio, images, documents) on Telegram Channel Darye 2026-02-16 16:29:03 +01:00
  • 96f63aee06 Merge branch 'HKUDS:main' into github_copilot Darye 2026-02-16 15:03:01 +01:00
  • 5033ac1759 Added Github Copilot Provider Darye 2026-02-16 15:02:12 +01:00
  • a219a91bc5 feat: support openclaw/clawhub skill metadata format Re-bin 2026-02-16 13:42:33 +00:00
  • 1207b89adb Merge pull request #717 from xek/slack-mrkdwn-formatting Xubin Ren 2026-02-16 21:08:21 +08:00
  • b0871497e0 Merge PR #717: use slackify-markdown for Slack formatting Re-bin 2026-02-16 13:07:06 +00:00
  • c9926153b2 Add table-to-text conversion for Slack messages Grzegorz Grasza 2026-02-16 14:03:33 +01:00
  • ed5593bbe0 slack: use slackify-markdown for proper mrkdwn formatting Grzegorz Grasza 2026-02-16 13:53:24 +01:00
  • c28e6771a9 Merge PR #694: fix Telegram message too long error Re-bin 2026-02-16 12:39:45 +00:00
  • db0e8aa61b fix: handle Telegram message length limit with smart splitting Re-bin 2026-02-16 12:39:39 +00:00
  • 8f49b52079 Scope sessions to workspace with legacy fallback Kiplangatkorir 2026-02-16 15:22:15 +03:00
  • 48a14edbda Merge branch 'main' into pr-694 Re-bin 2026-02-16 12:16:05 +00:00
  • 3cdb8a0db2 Merge PR #701: fix Telegram command allowlist matching Re-bin 2026-02-16 12:11:09 +00:00
  • ffbb264a5d fix: consistent sender_id for Telegram command allowlist matching Re-bin 2026-02-16 12:11:03 +00:00
  • ba923c0205 Merge branch 'main' into pr-701 Re-bin 2026-02-16 12:07:58 +00:00
  • e8e7215d3e refactor: simplify Slack markdown-to-mrkdwn conversion Re-bin 2026-02-16 11:57:55 +00:00
  • 3706903978 Merge branch 'main' into pr-704 Re-bin 2026-02-16 11:52:02 +00:00
  • 1ce586e9f5 fix: resolve Codex provider bugs and simplify implementation Re-bin 2026-02-16 11:43:36 +00:00
  • 9e5f7348fe Merge branch 'main' into pr-151 Re-bin 2026-02-16 09:19:40 +00:00