Re-bin
|
09a45f8993
|
Merge pull request #921: fix(tools): provide diff hint when edit_file old_text not found
|
2026-02-21 06:35:14 +00:00 |
|
Re-bin
|
e0edb904bd
|
style(filesystem): move difflib import to top level
|
2026-02-21 06:35:10 +00:00 |
|
Re-bin
|
7bc77c1b41
|
Merge branch 'main' into pr-921
|
2026-02-21 06:32:57 +00:00 |
|
Re-bin
|
6f266f1a8a
|
Merge pull request #922: feat(feishu): multimedia download and share card parsing
|
2026-02-21 06:30:31 +00:00 |
|
Re-bin
|
8125d9b6bc
|
fix(feishu): fix double recursion, English placeholders, top-level Path import
|
2026-02-21 06:30:26 +00:00 |
|
Re-bin
|
9a31571b6d
|
fix: don't append interim assistant message before retry to avoid prefill errors
|
2026-02-20 16:51:37 +00:00 |
|
Re-bin
|
7279ff0167
|
refactor: route CLI interactive mode through message bus for subagent support
|
2026-02-20 16:45:21 +00:00 |
|
Re-bin
|
f8ffff98a5
|
Merge PR #892: fix MCP connection retry and concurrent connection guard
|
2026-02-20 16:09:13 +00:00 |
|
Re-bin
|
80b5e6cea0
|
Merge branch 'main' into pr-892
|
2026-02-20 16:06:17 +00:00 |
|
Re-bin
|
5ba3ee97a4
|
Merge PR #832: avoid duplicate reply when message tool already sent
|
2026-02-20 15:56:13 +00:00 |
|
Re-bin
|
132807a3fb
|
refactor: simplify message tool turn tracking to a single boolean flag
|
2026-02-20 15:55:30 +00:00 |
|
Re-bin
|
c8682512c9
|
Merge branch 'main' into pr-832
|
2026-02-20 15:47:16 +00:00 |
|
Re-bin
|
b6610721f9
|
Merge PR #902: store session key in JSONL metadata to avoid lossy filename reconstruction
|
2026-02-20 15:43:06 +00:00 |
|
Re-bin
|
d9cc144575
|
style: remove redundant comment in list_sessions
|
2026-02-20 15:42:24 +00:00 |
|
Re-bin
|
40867bff86
|
Merge branch 'main' into pr-902
|
2026-02-20 15:27:05 +00:00 |
|
Re-bin
|
5110b070dd
|
Merge PR #900: split Discord messages exceeding 2000-character limit
|
2026-02-20 15:26:15 +00:00 |
|
Re-bin
|
b853222c87
|
style: trim _send_payload docstring
|
2026-02-20 15:26:12 +00:00 |
|
Re-bin
|
9643b477da
|
Merge branch 'main' into pr-900
|
2026-02-20 15:23:22 +00:00 |
|
Re-bin
|
44c2de2283
|
Merge PR #903: convert remaining f-string logger calls to loguru native format
|
2026-02-20 15:21:43 +00:00 |
|
Re-bin
|
a33cb3e2dc
|
Merge branch 'main' into pr-903
|
2026-02-20 15:21:11 +00:00 |
|
Re-bin
|
ff0003de3f
|
Merge PR #904: add media file upload support to Slack channel
|
2026-02-20 15:19:23 +00:00 |
|
Re-bin
|
6bcfbd9610
|
style: remove redundant comments and use loguru native format
|
2026-02-20 15:19:18 +00:00 |
|
Re-bin
|
fe089abe5b
|
Merge branch 'main' into pr-904
|
2026-02-20 15:17:04 +00:00 |
|
Re-bin
|
1d41dcd99a
|
Merge PR #905: enable prompt caching for OpenRouter
|
2026-02-20 15:15:44 +00:00 |
|
Re-bin
|
cc04bc4dd1
|
fix: check gateway's supports_prompt_caching instead of always returning False
|
2026-02-20 15:14:45 +00:00 |
|
Re-bin
|
c8089021a5
|
Merge PR #795: sanitize messages and ensure content key for strict LLM providers
|
2026-02-20 11:27:28 +00:00 |
|
Re-bin
|
5cc019bf1a
|
style: trim verbose comments in _sanitize_messages
|
2026-02-20 11:27:21 +00:00 |
|
Re-bin
|
0c2fea6d33
|
Merge branch 'main' into pr-795
|
2026-02-20 11:25:51 +00:00 |
|
Re-bin
|
ddf7f92275
|
Merge PR #833: always send tool hint even when model has preceding text
|
2026-02-20 11:19:00 +00:00 |
|
Re-bin
|
8db91f59e2
|
style: remove trailing space
|
2026-02-20 11:18:57 +00:00 |
|
Re-bin
|
b73e847e89
|
Merge branch 'main' into pr-833
|
2026-02-20 11:16:49 +00:00 |
|
Re-bin
|
e1854c4373
|
feat: make Telegram reply-to-message behavior configurable, default false
|
2026-02-20 11:13:10 +00:00 |
|
Re-bin
|
792f80ce0c
|
Merge PR #821: make cron run command actually execute the agent
|
2026-02-20 09:04:41 +00:00 |
|
Re-bin
|
b97b1a5e91
|
fix: pass full agent config including mcp_servers to cron run command
|
2026-02-20 09:04:33 +00:00 |
|
Re-bin
|
0b34a43779
|
Merge branch 'main' into pr-821
|
2026-02-20 08:59:51 +00:00 |
|
Re-bin
|
698b09b4e7
|
Merge PR #815: reply to original Telegram message using message_id
|
2026-02-20 08:57:13 +00:00 |
|
Re-bin
|
44eb1bdca2
|
Merge branch 'main' into pr-815
|
2026-02-20 08:57:02 +00:00 |
|
Re-bin
|
9f0928fde6
|
Merge PR #807: support custom headers for MCP HTTP authentication
|
2026-02-20 08:50:39 +00:00 |
|
Re-bin
|
f5fe74f578
|
style: move httpx import to top-level and fix README example for MCP headers
|
2026-02-20 08:49:49 +00:00 |
|
Re-bin
|
bbd76e8f5b
|
Merge branch 'main' into pr-807
|
2026-02-20 08:47:13 +00:00 |
|
Re-bin
|
d609eba7d6
|
Merge PR #812: add VolcEngine LLM provider support
|
2026-02-20 08:45:47 +00:00 |
|
Re-bin
|
25efd1bc54
|
docs: update docs for providers
|
2026-02-20 08:45:42 +00:00 |
|
Re-bin
|
82a318759f
|
Merge branch 'main' into pr-812
|
2026-02-20 08:42:31 +00:00 |
|
Re-bin
|
72a622aea1
|
Merge PR #824: handle /help in Telegram directly, bypassing ACL
|
2026-02-20 08:40:32 +00:00 |
|
Re-bin
|
2f315ec567
|
style: trim _on_help docstring
|
2026-02-20 08:39:26 +00:00 |
|
Re-bin
|
7957f84e3d
|
Merge branch 'main' into pr-824
|
2026-02-20 08:36:34 +00:00 |
|
Re-bin
|
7d7c1e3edf
|
Merge PR #823: prevent duplicate memory consolidation tasks per session
|
2026-02-20 08:35:27 +00:00 |
|
Re-bin
|
686471bd8d
|
Merge branch 'main' into pr-823
|
2026-02-20 08:33:45 +00:00 |
|
Re-bin
|
ef0eef9f74
|
Merge PR #825: allow one retry for models that send interim text before tool calls
|
2026-02-20 08:31:57 +00:00 |
|
Re-bin
|
2383dcb3a8
|
style: use loguru native format and trim comments in interim retry
|
2026-02-20 08:31:48 +00:00 |
|
Re-bin
|
0660d614f6
|
Merge branch 'main' into pr-825
|
2026-02-20 08:24:26 +00:00 |
|
Re-bin
|
5855d92619
|
Merge PR #854: add Anthropic prompt caching via cache_control
|
2026-02-20 08:21:55 +00:00 |
|
Re-bin
|
9ffae47c13
|
refactor(litellm): remove redundant comments in cache_control methods
|
2026-02-20 08:21:02 +00:00 |
|
Re-bin
|
afa0513243
|
Merge branch 'main' into pr-854
|
2026-02-20 08:17:32 +00:00 |
|
Re-bin
|
72f449e868
|
Merge PR #644: handle non-string values in memory consolidation
|
2026-02-20 08:13:07 +00:00 |
|
Re-bin
|
002de466d7
|
chore: remove test file for memory consolidation fix
|
2026-02-20 08:12:23 +00:00 |
|
Re-bin
|
a9bffdc06f
|
Merge branch 'main' into pr-644
|
2026-02-20 08:08:55 +00:00 |
|
Re-bin
|
a79e56a44d
|
Merge PR #763: add service-layer timezone validation for cron jobs
|
2026-02-20 08:06:36 +00:00 |
|
Re-bin
|
2b8c082428
|
Merge branch 'main' into pr-763
|
2026-02-20 08:04:48 +00:00 |
|
Re-bin
|
5d7a27ebf2
|
Merge PR #653: resolve relative file paths against workspace
|
2026-02-20 08:03:27 +00:00 |
|
Re-bin
|
e17342ddfc
|
fix: pass workspace to file tools in subagent
|
2026-02-20 08:03:24 +00:00 |
|
Re-bin
|
55ac4b729e
|
Merge branch 'main' into pr-653
|
2026-02-20 08:01:08 +00:00 |
|
Re-bin
|
ae0347042b
|
Merge PR #455: fix UTF-8 encoding and ensure_ascii for non-ASCII support
|
2026-02-20 08:00:32 +00:00 |
|
Re-bin
|
73fdd0dd45
|
fix: complete ensure_ascii=False and UTF-8 encoding migration
|
2026-02-20 07:59:32 +00:00 |
|
Re-bin
|
4c2f64db14
|
Merge PR #864: use loguru native formatting to prevent KeyError on curly braces
|
2026-02-20 07:55:52 +00:00 |
|
Re-bin
|
37252a4226
|
fix: complete loguru native formatting migration across all files
|
2026-02-20 07:55:34 +00:00 |
|
Re-bin
|
0bde1d89fa
|
Merge branch 'main' into pr-864
|
2026-02-20 07:47:48 +00:00 |
|
Re-bin
|
0e6683ad4b
|
Merge PR #870: remove dead pub/sub code from MessageBus
|
2026-02-20 07:42:50 +00:00 |
|
Re-bin
|
b26a2e1af1
|
Merge branch 'main' into pr-870
|
2026-02-20 07:41:17 +00:00 |
|
Re-bin
|
d22929305f
|
Merge PR #820: fix safety guard false positive on 'format' in URLs
|
2026-02-19 17:48:37 +00:00 |
|
Re-bin
|
fbfb030a6e
|
chore: remove network-dependent test file for shell guard
|
2026-02-19 17:48:09 +00:00 |
|
Re-bin
|
1c51fbeeee
|
Merge branch 'main' into pr-820
|
2026-02-19 17:44:30 +00:00 |
|
Re-bin
|
c1296746e3
|
Merge PR #851: wait for killed process after shell timeout to prevent fd leaks
|
2026-02-19 17:43:05 +00:00 |
|
Re-bin
|
fe7b0b64c1
|
Merge branch 'main' into pr-851
|
2026-02-19 17:42:23 +00:00 |
|
Re-bin
|
125524f5c2
|
Merge PR #836: fix Codex provider routing for GitHub Copilot models
|
2026-02-19 17:39:52 +00:00 |
|
Re-bin
|
b11f0ce6a9
|
fix: prefer explicit provider prefix over keyword match to fix Codex routing
|
2026-02-19 17:39:44 +00:00 |
|
Re-bin
|
d78368bb2f
|
Merge branch 'main' into pr-836
|
2026-02-19 17:35:19 +00:00 |
|
Re-bin
|
9a00a274e5
|
Merge PR #844: support sending images, audio, and files for Feishu
|
2026-02-19 17:34:01 +00:00 |
|
Re-bin
|
3890f1a7dd
|
refactor(feishu): clean up send() and remove dead code
|
2026-02-19 17:33:08 +00:00 |
|
Re-bin
|
eea4942025
|
Merge branch 'main' into pr-844
|
2026-02-19 17:29:35 +00:00 |
|
Re-bin
|
d748e6eca3
|
fix: pin dependency version ranges
|
2026-02-19 17:28:13 +00:00 |
|
Re-bin
|
1f1f5b2d27
|
docs: update v0.1.4 release news
|
2026-02-18 14:41:13 +00:00 |
|
Re-bin
|
b14d4711c0
|
release: v0.1.4
|
2026-02-18 14:31:26 +00:00 |
|
Re-bin
|
715b2db24b
|
feat: stream intermediate progress to user during tool execution
|
2026-02-18 14:23:51 +00:00 |
|
Re-bin
|
ce4f00529e
|
Merge PR #713: scope sessions to workspace with migration and tool metadata
|
2026-02-18 05:16:00 +00:00 |
|
Re-bin
|
27a131830f
|
refine: migrate legacy sessions on load and simplify get_history
|
2026-02-18 05:09:57 +00:00 |
|
Re-bin
|
5c61f30546
|
Merge branch 'main' into pr-713
|
2026-02-18 04:58:59 +00:00 |
|
Re-bin
|
4c577761e2
|
Merge PR #630: add SiliconFlow provider
|
2026-02-18 03:53:00 +00:00 |
|
Re-bin
|
80a5a8c983
|
feat: add siliconflow provider support
|
2026-02-18 03:52:53 +00:00 |
|
Re-bin
|
df09ba1232
|
Merge branch 'main' into pr-630
|
2026-02-18 03:13:00 +00:00 |
|
Re-bin
|
7f8a3dfc0f
|
Merge PR #312: add GitHub Copilot OAuth login and provider status display
|
2026-02-18 03:09:35 +00:00 |
|
Re-bin
|
d54831a35f
|
feat: add github copilot oauth login and improve provider status display
|
2026-02-18 03:09:09 +00:00 |
|
Re-bin
|
8f6dd8708f
|
Merge branch 'main' into pr-312
|
2026-02-18 02:57:11 +00:00 |
|
Re-bin
|
74bec26698
|
Merge branch 'main' of https://github.com/HKUDS/nanobot
|
2026-02-18 02:51:16 +00:00 |
|
Re-bin
|
43590145ee
|
Merge PR #784: configurable Slack thread reply and reaction emoji
|
2026-02-18 02:48:28 +00:00 |
|
Re-bin
|
e2a0d63909
|
feat: add custom provider with direct openai-compatible support
|
2026-02-18 02:39:15 +00:00 |
|
Re-bin
|
05d06b1eb8
|
docs: update line count
|
2026-02-17 17:58:36 +00:00 |
|
Re-bin
|
ed2aa7fe67
|
Merge PR #765: add Docker Compose support
|
2026-02-17 17:56:04 +00:00 |
|
Re-bin
|
aad1df5b9b
|
Simplify Docker Compose docs and remove fixed CLI container name
|
2026-02-17 17:55:48 +00:00 |
|
Re-bin
|
fae573573f
|
Merge branch 'main' into pr-765
|
2026-02-17 17:50:56 +00:00 |
|