83826f3904
Add persona and language command localization
2026-03-13 11:32:06 +08:00
b2584dd2cf
Merge remote-tracking branch 'origin/main'
2026-03-13 11:24:46 +08:00
Xubin Ren
62a2e71748
Merge PR #1958 : fix(restart): use -m nanobot for Windows compatibility
...
fix(restart): use -m nanobot for Windows compatibility
2026-03-13 11:19:57 +08:00
Xubin Ren
4f77b9385c
fix(memory): fallback to tool_choice=auto when provider rejects forced function call
...
Some providers (e.g. Dashscope in thinking mode) reject object-style
tool_choice with "does not support being set to required or object".
Retry once with tool_choice="auto" instead of failing silently.
Made-with: Cursor
2026-03-13 03:18:08 +00:00
Xubin Ren
e30d19e94d
merge: PR #1919 reorder Hatch build tables in pyproject
2026-03-13 03:07:27 +00:00
Xubin Ren
4f05e30331
Merge remote-tracking branch 'origin/main' into pr-1919
2026-03-13 03:02:17 +00:00
chengyongru
6ad30f12f5
fix(restart): use -m nanobot for Windows compatibility
...
On Windows, sys.argv[0] may be just "nanobot" without full path when
running from PATH. os.execv() doesn't search PATH, causing restart to
fail with "No such file or directory".
Fix by using `python -m nanobot` instead of relying on sys.argv[0].
Fixes #1937
2026-03-13 11:01:01 +08:00
Xubin Ren
ba045f56d8
Merge PR #1941 : fix(qq): restore plain text replies for legacy clients
...
fix(qq): restore plain text replies for legacy clients
2026-03-13 10:57:58 +08:00
52097f9836
Merge remote-tracking branch 'origin/main'
2026-03-13 10:57:24 +08:00
Xubin Ren
aab909e936
Merge PR #1953 : fix: catch BaseException in MCP connection to handle CancelledError
...
fix: catch BaseException in MCP connection to handle CancelledError
2026-03-13 10:57:11 +08:00
Xubin Ren
fb9d54da21
docs: update .gitignore to add .docs
2026-03-13 02:41:52 +00:00
chengyongru
127ac39063
fix: catch BaseException in MCP connection to handle CancelledError
2026-03-13 10:23:15 +08:00
f4018dcce5
Merge remote-tracking branch 'origin/main'
2026-03-13 09:39:01 +08:00
Frank
a09245e919
fix(qq): restore plain text replies for legacy clients
2026-03-12 12:48:25 -07:00
Re-bin
774452795b
fix(memory): use explicit function name in tool_choice for DashScope compatibility
2026-03-12 16:09:24 +00:00
Re-bin
109ae13301
Merge PR #1930 : fix async interactive CLI formatting with prompt_toolkit
2026-03-12 15:38:39 +00:00
Re-bin
3fa62e7fda
fix: remove duplicate dim/arrow prefix in interactive progress line
2026-03-12 15:38:39 +00:00
Re-bin
48c74a11d4
Merge remote-tracking branch 'origin/main' into pr-1930
2026-03-12 15:28:57 +00:00
Re-bin
ab087ed05f
Merge PR #1608 : add VolcEngine/BytePlus providers and improve local provider auto-selection
2026-03-12 15:22:15 +00:00
Re-bin
3467a7faa6
fix: improve local provider auto-selection and update docs for VolcEngine/BytePlus
2026-03-12 15:22:15 +00:00
chengdu121
d51ec7f0e8
fix: preserve interactive CLI formatting for async subagent output
2026-03-12 19:15:04 +08:00
gaoyiman
556cb3e83d
feat: add support for Ollama local models in ProvidersConfig
2026-03-12 14:58:03 +08:00
gaoyiman
8865b6848c
Merge branch 'main' into feat-volcengine-tuning
2026-03-12 14:56:05 +08:00
cf3c88014f
fix: searxng搜索引擎支持
2026-03-12 14:44:19 +08:00
4de0bf9c4a
Merge remote-tracking branch 'origin/main'
2026-03-12 14:40:14 +08:00
lvguangchuan001
8e412b9603
[紧急]修复we_chat在pyproject.toml配置的问题
2026-03-12 14:28:33 +08:00
Re-bin
c38579dc22
Merge PR #1900 : telegram reply context and media forwarding
2026-03-12 06:16:57 +00:00
Re-bin
64888b4b09
Simplify reply context extraction, fix slash commands broken by reply injection, attach reply media regardless of caption
2026-03-12 06:16:57 +00:00
Re-bin
869149ef1e
Merge branch 'main' into pr-1900
2026-03-12 06:06:26 +00:00
Re-bin
6141b95037
fix: feishu bot mention detection — user_id can be None, not just empty string
2026-03-12 06:00:39 +00:00
10cd9bf228
Merge remote-tracking branch 'origin/main'
2026-03-12 13:43:37 +08:00
Re-bin
af4e3b2647
Merge PR #1768 : feishu group mention policy
2026-03-12 04:45:57 +00:00
Re-bin
bd1ce8f144
Simplify feishu group_policy: default to mention, clean up mention detection
2026-03-12 04:45:57 +00:00
Re-bin
94e9b06086
Merge branch 'main' into pr-1768
2026-03-12 04:38:49 +00:00
7f1e42c3fd
fix: searxng搜索引擎支持
2026-03-12 12:38:01 +08:00
Re-bin
95c741db62
docs: update nanobot key features
2026-03-12 04:35:34 +00:00
Re-bin
ad2be4ea8b
Merge PR #1751 : add /restart command
2026-03-12 04:33:51 +00:00
Re-bin
64aeeceed0
Add /restart command: restart the bot process from any channel
2026-03-12 04:33:51 +00:00
Re-bin
231b02963d
Merge branch 'main' into pr-1751
...
Made-with: Cursor
# Conflicts:
# nanobot/agent/loop.py
2026-03-12 03:53:59 +00:00
Xubin Ren
fc4f7cca21
Merge PR #1909 : fix: raise tool result history limit to 16k and force save_memory in consolidation
...
fix: raise tool result history limit to 16k and force save_memory in consolidation
2026-03-12 11:11:01 +08:00
Re-bin
0a0017ff45
fix: raise tool result history limit to 16k and force save_memory in consolidation
2026-03-12 03:08:53 +00:00
Xubin Ren
d313765442
Merge PR #1897 : fix: wecom-aibot-sdk-python should use pypi version
...
fix: wecom-aibot-sdk-python should use pypi version
2026-03-12 10:52:37 +08:00
Re-bin
35260ca157
fix: raise persisted tool result limit to 16k
2026-03-12 02:50:28 +00:00
John Doe
3f799531cc
Add media download functionality
2026-03-12 06:43:59 +07:00
John Doe
1eedee0c40
add reply context extraction for Telegram messages
2026-03-12 06:23:02 +07:00
Re-bin
6155a43b8a
Merge PR #1845 : absorb shell path guard improvements
2026-03-11 17:27:17 +00:00
Re-bin
dff1643fb3
Merge branch 'main' into pr-1845
2026-03-11 17:25:22 +00:00
chengyongru
64ab6309d5
fix: wecom-aibot-sdk-python should use pypi version
2026-03-12 00:38:28 +08:00
Xubin Ren
214693ce6e
Merge PR #1895 : enhance: improve filesystem & shell tools with pagination, fallback matching, and smarter output
...
enhance: improve filesystem & shell tools with pagination, fallback matching, and smarter output
2026-03-12 00:22:32 +08:00
Re-bin
0d94211a93
enhance: improve filesystem & shell tools with pagination, fallback matching, and smarter output
2026-03-11 16:20:11 +00:00