Commit Graph

  • 11f1880c02 fix: handle list-type tool arguments in _tool_hint Michael-lhh 2026-02-28 00:18:00 +08:00
  • a4d95fd064 Merge PR #1293 to generate short alphanumeric tool_call_id for Mistral compatibility Xubin RenandGitHub 2026-02-28 00:15:52 +08:00
  • 1fe94898f6 fix: generate short alphanumeric tool_call_id for Mistral compatibility Re-bin 2026-02-27 16:13:26 +00:00
  • ef09add825 Merge PR #1278 to guide llm grep using timestamp Xubin RenandGitHub 2026-02-27 23:42:05 +08:00
  • 7229d86bb3 fix(shell): parse full Windows absolute paths in workspace guard fengxiaohu 2026-02-27 21:46:46 +08:00
  • db4185c8b7 Add timestamp format hint for HISTORY.md grep searching aiguozhi123456 2026-02-27 11:11:42 +00:00
  • e86cfcde22 Merge PR #1200 to update heartbeat tests to match two-phase tool-call architecture Xubin RenandGitHub 2026-02-27 18:10:35 +08:00
  • fdd2c25aed Merge PR #1222: fix runtime context leaking into session history Re-bin 2026-02-27 10:07:22 +00:00
  • bc558d0592 refactor: merge user-role branches in _save_turn Re-bin 2026-02-27 10:07:22 +00:00
  • 6bdb590028 Merge remote-tracking branch 'origin/main' into pr-1222 Re-bin 2026-02-27 09:57:45 +00:00
  • a6aa5fbd7c Merge PR #1239: register Matrix channel in manager and schema Re-bin 2026-02-27 09:53:31 +00:00
  • 12f3365103 fix: remove duplicate import, tidy MatrixConfig comments Re-bin 2026-02-27 09:53:31 +00:00
  • 2d33371366 Merge remote-tracking branch 'origin/main' into pr-1239 Re-bin 2026-02-27 09:51:33 +00:00
  • 858a62dd9b refactor: slim down helpers.py — remove dead code, compress docstrings Re-bin 2026-02-27 09:50:12 +00:00
  • 21e9644944 Merge PR #1253: auto-sync workspace templates on startup Re-bin 2026-02-27 09:46:57 +00:00
  • d5808bf586 refactor: streamline workspace template sync Re-bin 2026-02-27 09:46:57 +00:00
  • e260219ce6 Merge remote-tracking branch 'origin/main' into pr-1253 Re-bin 2026-02-27 09:41:13 +00:00
  • b7561848e1 Merge PR #1257: feat(feishu): make reaction emoji configurable Re-bin 2026-02-27 09:32:20 +00:00
  • 969b15dbce Merge remote-tracking branch 'origin/main' into pr-1257 Re-bin 2026-02-27 09:31:12 +00:00
  • 32ecfd32f3 Merge PR #1258: fix Telegram media-group aggregation Re-bin 2026-02-27 09:30:01 +00:00
  • aa2987be3e refactor: streamline Telegram media-group buffering Re-bin 2026-02-27 09:30:01 +00:00
  • 568a54ae3e Initialize Matrix channel in ChannelManager when enabled in config Tanish Rajput 2026-02-26 19:49:17 +05:30
  • a3e0543eae chore(telegram): keep media-group fix without unrelated formatting changes Kim 2026-02-27 12:16:51 +08:00
  • aa774733ea fix(telegram): aggregate media-group images into a single inbound turn Kim 2026-02-27 12:08:48 +08:00
  • 6641bad337 feat(feishu): make reaction emoji configurable kimkitsuragi26 2026-02-27 11:45:44 +08:00
  • cab901b2fb Merge PR #1228: fix(web): use self.api_key instead of undefined api_key Re-bin 2026-02-27 02:44:19 +00:00
  • b24df8afeb Merge remote-tracking branch 'origin/main' into pr-1228 Re-bin 2026-02-27 02:43:37 +00:00
  • ec8dee802c refactor: simplify message tool suppress and inline consolidation locks Re-bin 2026-02-27 02:39:38 +00:00
  • cb999ae826 feat: implement automatic workspace template synchronization Hon Jia Xuan 2026-02-27 10:39:05 +08:00
  • c3a0c7c9eb Merge PR #1206: fix message tool suppress for cross-channel sends Re-bin 2026-02-27 02:27:18 +00:00
  • 29e6709e26 refactor: simplify message tool suppress — bool check instead of target tracking Re-bin 2026-02-27 02:27:18 +00:00
  • ac1c40db91 Merge remote-tracking branch 'origin/main' into pr-1206 Re-bin 2026-02-27 02:17:04 +00:00
  • cf2ed8a6a0 tune volcengine provider gaoyiman 2026-02-26 16:22:24 +08:00
  • 7a3788fee9 fix(web): use self.api_key instead of undefined api_key Yongfeng Huang 2026-02-26 15:43:04 +08:00
  • 286e67ddef style(agent): remove inline comment in runtime-context history filter Kim 2026-02-26 14:21:44 +08:00
  • 45ae410f05 fix(agent): do not persist runtime context metadata in session history Kim 2026-02-26 14:12:37 +08:00
  • cc425102ac docs: update Matrix channel guideline and schema Re-bin 2026-02-26 03:08:00 +00:00
  • a1e930d942 Merge PR #420: feat: add Matrix (Element) channel Re-bin 2026-02-26 03:04:13 +00:00
  • 988a85d8de refactor: optimize matrix channel — optional deps, trim comments, simplify methods Re-bin 2026-02-26 03:04:01 +00:00
  • 84f2f3c316 Merge remote-tracking branch 'origin/main' into pr-420 Re-bin 2026-02-26 02:48:21 +00:00
  • a77add9d8c Merge PR #1191: fix base64 images stored in session history causing context overflow Re-bin 2026-02-26 02:43:50 +00:00
  • a1440cf4cb refactor: inline base64 image stripping in _save_turn Re-bin 2026-02-26 02:43:45 +00:00
  • 0a9bb1d8df Merge remote-tracking branch 'origin/main' into pr-1191 Re-bin 2026-02-26 02:39:53 +00:00
  • 4eb44cfb5c Merge PR #1198: fix assistant messages without tool calls not being saved to session Re-bin 2026-02-26 02:33:38 +00:00
  • 3902e31165 refactor: drop redundant tool_calls=None in final assistant message Re-bin 2026-02-26 02:33:38 +00:00
  • 23b9880478 Merge remote-tracking branch 'origin/main' into pr-1198 Re-bin 2026-02-26 02:29:45 +00:00
  • 7e1a08d33c docs: add provider option to Quick Start config example Re-bin 2026-02-26 02:23:07 +00:00
  • cffba8d0be Merge PR #1214 to support explicit provider selection in config Xubin RenandGitHub 2026-02-26 10:17:08 +08:00
  • 65477e4bf3 feat: support explicit provider selection in config Re-bin 2026-02-26 02:15:42 +00:00
  • 39ab89cbd1 Merge PR #1180: feat: /stop command with task-based dispatch Re-bin 2026-02-25 17:04:19 +00:00
  • cdbede2fa8 refactor: simplify /stop dispatch, inline commands, trim verbose docstrings Re-bin 2026-02-25 17:04:08 +00:00
  • fafd8d4eb8 fix(agent): only suppress final reply when message tool sends to same target chengyongru 2026-02-26 00:23:58 +08:00
  • 149f26af32 Merge branch 'main' into pr-1180 Re-bin 2026-02-25 16:16:18 +00:00
  • becb0a4b87 Merge PR #1126: feat: add untrusted runtime context layer for stable prompt prefix Re-bin 2026-02-25 16:13:48 +00:00
  • d55a850357 refactor: simplify runtime context injection — drop JSON/dedup, keep untrusted tag Re-bin 2026-02-25 16:13:48 +00:00
  • b19c729eee Merge branch 'main' into pr-1126 Re-bin 2026-02-25 16:04:06 +00:00
  • 3f41e39c8d Merge PR #1083: feat(exec): add path_append config to extend PATH for subprocess Re-bin 2026-02-25 15:57:50 +00:00
  • 9eca7f339e docs: shorten pathAppend description in config table Re-bin 2026-02-25 15:57:50 +00:00
  • e1a2ef4f29 Merge branch 'main' into pr-1083 Re-bin 2026-02-25 15:50:00 +00:00
  • 19a5efa89e fix: update heartbeat tests to match two-phase tool-call architecture Elliot LeeandClaude Opus 4.6 2026-02-25 07:47:52 -08:00
  • f2e0847d64 Fix assistant messages without tool calls not being saved to session VITOHJL 2026-02-25 23:27:41 +08:00
  • 6aed4265b7 Fix: The base64 images are stored in the session history, causing context overflow. dxtime 2026-02-25 20:58:59 +08:00
  • 4768b9a09d fix: parallel subagent cancellation + register task before lock coldxiangyu 2026-02-25 18:21:46 +08:00
  • 2466b8b843 feat: /stop cancels spawned subagents via session tracking coldxiangyu 2026-02-25 17:53:54 +08:00
  • 3c12efa728 feat: extensible command system + task-based dispatch with /stop coldxiangyu 2026-02-25 17:51:00 +08:00
  • a50a2c6868 fix(docs): clarify platform-specific path separator aiguozhi123456 2026-02-25 01:53:04 +00:00
  • e959b13926 docs: add pathAppend option to exec config docs aiguozhi123456 2026-02-25 01:49:56 +00:00
  • 9e806d7159 Merge PR #1074: fix: preserve reasoning_content in message sanitization for thinking models Re-bin 2026-02-25 00:38:51 +00:00
  • 8fffee124b Merge branch 'main' into pr-1074 Re-bin 2026-02-25 00:38:20 +00:00
  • 22e129b514 fix:Workspace path in onboard command ignores config setting danfeiyang 2026-02-25 01:40:25 +08:00
  • 87a2084ee2 feat: add untrusted runtime context layer for stable prompt prefix rickthemad4 2026-02-24 16:21:33 +00:00
  • a3963bfba3 docs: update v0.1.4.post2 release news Re-bin 2026-02-24 16:35:50 +00:00
  • 637c200dee docs: update v0.1.4.post2 release news Re-bin 2026-02-24 16:34:22 +00:00
  • 17de3699ab chore: bump version to 0.1.4.post2 v0.1.4.post2 Re-bin 2026-02-24 16:24:47 +00:00
  • abc7b0aeb2 Merge PR #1107: fix(slack): post-process slackify_markdown output to catch leftover artifacts Re-bin 2026-02-24 16:20:28 +00:00
  • 96e1730af5 style: simplify _fixup_mrkdwn and trim docstring in SlackChannel Re-bin 2026-02-24 16:20:28 +00:00
  • a3f7cce416 Merge branch 'main' into pr-1107 Re-bin 2026-02-24 16:19:14 +00:00
  • f223a4c5a3 Merge PR #1115: fix: stabilize system prompt for better cache reuse Re-bin 2026-02-24 16:15:21 +00:00
  • f294e9d065 refactor: merge runtime context helpers and move imports to top Re-bin 2026-02-24 16:15:21 +00:00
  • 56b9b33c6d fix: stabilize system prompt for better cache reuse rickthemad4 2026-02-24 14:08:38 +00:00
  • a818fff8fa chore: trim verbose docstrings Re-bin 2026-02-24 13:47:17 +00:00
  • a54b0853f0 Merge PR #1071: refactor(web): resolve api_key via property instead of inline Re-bin 2026-02-24 13:42:35 +00:00
  • 4b9ffea3fc merge origin/main into pr-1071, adopt @property api_key pattern Re-bin 2026-02-24 13:41:49 +00:00
  • 81b669b36e fix(slack): post-process slackify_markdown output to catch leftover artifacts nanobot-agentandCursor 2026-02-24 12:44:17 +00:00
  • 8686f060d9 fix(slack): add post-processing to fix mrkdwn conversion edge cases nanobot-agentandCursor 2026-02-24 12:43:21 +00:00
  • 07ae82583b fix: pass path_append from config to ExecTool aiguozhi123456 2026-02-24 12:31:18 +00:00
  • 0e4dba8d19 Merge PR #1062: fix(mcp): disable httpx default timeout for HTTP transport Re-bin 2026-02-24 12:15:33 +00:00
  • e080902d61 Merge remote-tracking branch 'origin/main' into pr-1062 Re-bin 2026-02-24 12:14:00 +00:00
  • 7be278517e fix(exec): use empty default and os.pathsep for cross-platform aiguozhi123456 2026-02-24 12:13:52 +00:00
  • f828a1d5d1 fix(gateway): show actual heartbeat interval in startup log Re-bin 2026-02-24 12:09:19 +00:00
  • e4888d39f7 Merge PR #1077: fix(email): auto_reply_enabled should not block proactive sends Re-bin 2026-02-24 12:08:13 +00:00
  • c6b933df4a Merge remote-tracking branch 'origin/main' into pr-1077 Re-bin 2026-02-24 11:38:38 +00:00
  • f514ba02e9 Merge PR #1090: feat(feishu): extract and download images from post messages Re-bin 2026-02-24 11:32:04 +00:00
  • 04218276ab Merge remote-tracking branch 'origin/main' into pr-1090 Re-bin 2026-02-24 11:31:40 +00:00
  • cd5a8ac03d Merge PR #1061: fix(memory): handle JSON-string tool call arguments from providers Re-bin 2026-02-24 11:23:10 +00:00
  • d546cbac6e style(memory): use loguru {} formatting in warning Re-bin 2026-02-24 11:23:10 +00:00
  • b9eb9d4963 Merge remote-tracking branch 'origin/main' into pr-1061 Re-bin 2026-02-24 11:22:01 +00:00
  • abd35b1295 Merge PR #1098: fix(web): resolve API key on each call + improve error message Re-bin 2026-02-24 11:18:33 +00:00
  • cda3a02f68 style(web): inline api key resolution, remove unnecessary method Re-bin 2026-02-24 11:18:33 +00:00
  • fdf24e8fd2 Merge branch 'main' into pr-1098 Re-bin 2026-02-24 11:14:37 +00:00