Commit Graph

  • 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 Ren 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 Lee 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 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-agent 2026-02-24 12:44:17 +00:00
  • 8686f060d9 fix(slack): add post-processing to fix mrkdwn conversion edge cases nanobot-agent 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
  • 8d1eec114a Merge PR #1102 to replace HEARTBEAT_OK token with virtual tool-call decision Xubin Ren 2026-02-24 19:07:55 +08:00
  • ec55f77912 fix(heartbeat): replace HEARTBEAT_OK token with virtual tool-call decision Re-bin 2026-02-24 11:04:56 +00:00
  • ef57225974 fix(web): resolve API key on each call + improve error message coldxiangyu 2026-02-24 18:19:47 +08:00
  • 4f8033627e feat(feishu): support images in post (rich text) messages xzq.xu 2026-02-24 13:42:07 +08:00
  • abcce1e1db feat(exec): add path_append config to extend PATH for subprocess aiguozhi123456 2026-02-24 03:18:23 +00:00
  • 91e13d91ac fix(email): allow proactive sends when autoReplyEnabled is false chengyongru 2026-02-24 04:26:26 +08:00
  • 8de2f8d588 fix: preserve reasoning_content in message sanitization for thinking models haosenwang1018 2026-02-24 04:21:55 +08:00
  • eeaad6e0c2 fix: resolve API key at call time so config changes take effect without restart haosenwang1018 2026-02-24 04:06:22 +08:00
  • 30361c9307 refactor: replace cron usage docs in TOOLS.md with reference to cron skill Re-bin 2026-02-23 18:28:09 +00:00
  • f8dc6fafa9 **fix(mcp): Remove default timeout for HTTP transport to avoid tool timeout conflicts** dulltackle 2026-02-24 01:26:56 +08:00
  • 3eeac4e8f8 Fix: handle non-string tool call arguments in memory consolidation alairjt 2026-02-23 13:59:49 -03:00
  • 2f573e591b fix(session): get_history uses last_consolidated cursor, aligns to user turn Re-bin 2026-02-23 16:57:08 +00:00
  • 35e3f7ed26 fix(templates): tighten AGENTS.md tool call guidelines to reduce hallucinations Re-bin 2026-02-23 14:10:43 +00:00
  • c76a8d2e83 Merge PR #1029: fix: break Discord typing loop on persistent HTTP failure Re-bin 2026-02-23 14:06:36 +00:00
  • 3c2cc3a71c Merge remote-tracking branch 'origin/main' into pr-1029 Re-bin 2026-02-23 14:01:43 +00:00
  • f4b3bbd87c Merge PR #1039: fix(heartbeat): make start idempotent and add tests Re-bin 2026-02-23 13:59:47 +00:00
  • eae6059889 fix: remove extra blank line Re-bin 2026-02-23 13:59:47 +00:00
  • 6f4d1c2cdc merge origin/main into pr-1039, adopt HEARTBEAT_OK in-check and on_notify Re-bin 2026-02-23 13:57:28 +00:00
  • 54e350a496 Merge PR #1054 to deliver agent response to user and fix HEARTBEAT_OK detection Xubin Ren 2026-02-23 21:52:08 +08:00
  • 7671239902 fix(heartbeat): suppress progress messages and deliver agent response to user Re-bin 2026-02-23 13:45:09 +00:00
  • 2c09f23c02 Merge PR #1048: feat(slack): isolate session context per thread Re-bin 2026-02-23 13:10:55 +00:00
  • 2b983c708d refactor: pass session_key as explicit param instead of via metadata Re-bin 2026-02-23 13:10:47 +00:00
  • 0be70b05b1 Merge remote-tracking branch 'origin/main' into pr-1048 Re-bin 2026-02-23 13:04:54 +00:00
  • ea1c4ef025 fix: suppress heartbeat progress messages to external channels Re-bin 2026-02-23 12:33:29 +00:00
  • 1f7a81e5ee feat(slack): isolate session context per thread Paul 2026-02-23 10:15:12 +00:00
  • b2a1d1208e Merge PR #1046 to improve agent reliability: behavioral constraints, full tool history, error hints Xubin Ren 2026-02-23 17:16:09 +08:00
  • d9462284e1 improve agent reliability: behavioral constraints, full tool history, error hints Re-bin 2026-02-23 09:13:08 +00:00
  • 491739223d fix: lower default temperature from 0.7 to 0.1 Re-bin 2026-02-23 08:24:53 +00:00
  • e69ff8ac0e Merge pull request #1043 to move workspace/ to nanobot/templates/ for packaging Xubin Ren 2026-02-23 16:11:44 +08:00
  • 577b3d104a refactor: move workspace/ to nanobot/templates/ for packaging Re-bin 2026-02-23 08:08:01 +00:00
  • f8e8cbee6a Merge PR #1036: fix(heartbeat): route heartbeat runs to enabled chat context Re-bin 2026-02-23 07:45:20 +00:00
  • e4376896ed Merge remote-tracking branch 'origin/main' into pr-1036 Re-bin 2026-02-23 07:16:40 +00:00