This website requires JavaScript.
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
fe0341da5b
Fix regex for URL formatting in Slack channel
Aleksander W. Oleszkiewicz (Alek)
2026-02-16 09:58:38 +01:00
5d683da38f
Fix regex for URL and image URL formatting
Aleksander W. Oleszkiewicz (Alek)
2026-02-16 09:53:20 +01:00
90be900448
Enhance Slack message formatting with new regex rules
Aleksander W. Oleszkiewicz (Alek)
2026-02-16 09:49:44 +01:00
51d22b7ef4
Fix: _forward_command now builds sender_id with username for allowlist matching
Thomas Lisankie
2026-02-16 00:14:34 -05:00
40f4834f30
Merge remote-tracking branch 'upstream/main'
Harry Zhou
2026-02-16 11:40:07 +08:00
9bfc86af41
refactor(telegram): extract message splitting into helper function
zhouzhuojie
2026-02-15 22:49:01 +00:00
203aa154d4
fix(telegram): split long messages to avoid Message is too long error
zhouzhuojie
2026-02-15 22:39:31 +00:00
a5265c263d
docs: update readme structure
Re-bin
2026-02-15 16:41:27 +00:00
7e2d801ffc
Implement markdown conversion for Slack messages
Aleksander W. Oleszkiewicz (Alek)
2026-02-15 15:51:19 +01:00
82074a7715
docs: update news section
Re-bin
2026-02-15 14:03:51 +00:00
d07e0c1f79
Update Slack message text fallback response
Aleksander W. Oleszkiewicz (Alek)
2026-02-15 13:51:17 +01:00
69f80ec634
Merge pull request #664 to use json_repair for robust LLM response parsing
Xubin Ren
2026-02-15 16:12:47 +08:00
49fec3684a
fix: use json_repair for robust LLM response parsing
Re-bin
2026-02-15 08:11:33 +00:00
728874179c
Merge PR #554 : add MCP support
Re-bin
2026-02-15 07:03:08 +00:00
52cf1da30a
fix: store original MCP tool name, make close_mcp public
Re-bin
2026-02-15 07:00:27 +00:00
54d5f637e7
merge main into pr-554
Re-bin
2026-02-15 06:12:15 +00:00
e2ef1f9d48
docs: add custom provider guideline
Re-bin
2026-02-15 06:02:45 +00:00
fd480bb6f5
Merge branch 'main' into pr-625
Re-bin
2026-02-15 05:27:16 +00:00
fbbbdc727d
fix(tools): resolve relative file paths against workspace
Oleg Medvedev
2026-02-14 13:38:49 -06:00
b523b277b0
fix(agent): handle non-string values in memory consolidation
Harry Zhou
2026-02-14 23:44:03 +08:00
3411035447
Merge pull request #617 from themavik/fix/523-clamp-max-tokens
Xubin Ren
2026-02-14 18:02:20 +08:00
6e3f86714c
Merge pull request #629 from C-Li/feishu_optmize
Xubin Ren
2026-02-14 17:51:10 +08:00
66cd21e6ec
feat: add SiliconFlow provider support
Zhiwei Li
2026-02-14 20:21:34 +11:00
5e082690d8
refactor(feishu): support both direct and localized post content formats
Ahwei
2026-02-14 14:37:23 +08:00
4e4eb21d23
feat(feishu): Add rich text message content extraction feature
Ahwei
2026-02-14 12:14:31 +08:00
d3f6c95ceb
refactor(cron): simplify timezone logic and merge conditional branches
Ahwei
2026-02-14 10:27:09 +08:00
153c83e340
fix(cron): add timezone support for accurate next run time calculation
Ahwei
2026-02-14 10:23:54 +08:00
f821e95d3c
fix: wire max_tokens/temperature to all chat calls, clean up redundant comments
Re-bin
2026-02-14 01:40:37 +00:00
155fc48b29
merge: resolve conflict with main, keep extracted _run_agent_loop with temperature
Re-bin
2026-02-14 01:22:17 +00:00
59d5e3cc4f
docs: update line count
Re-bin
2026-02-14 01:14:47 +00:00
2f2c55f921
fix: add missing comma and type annotation for temperature param
Re-bin
2026-02-14 01:13:49 +00:00
9a83301ea6
Merge branch 'main' into pr-560
Re-bin
2026-02-14 01:10:51 +00:00
d6d73c8167
docs: update .gitignore to remove tests
Re-bin
2026-02-14 01:03:16 +00:00
3b580fd6c8
tests: update test_commands.py
Re-bin
2026-02-14 01:02:58 +00:00
12540ba8cb
feat: improve onboard with merge-or-overwrite prompt
Re-bin
2026-02-14 00:58:43 +00:00
835a10e1a9
merge: resolve conflict with main, keep load-merge-save approach
Re-bin
2026-02-14 00:51:29 +00:00
10e9e0cdc9
fix(providers): clamp max_tokens to >= 1 before calling LiteLLM (#523 )
The Mavik
2026-02-13 17:08:10 -05:00
bc045fae1f
Merge pull request #604 to add custom provider and non-destructive onboard
Xubin Ren
2026-02-14 00:08:40 +08:00
b76cf05c3a
feat: add custom provider and non-destructive onboard
Re-bin
2026-02-13 16:05:00 +00:00
a3f4bb74ff
fix: increase max_messages to 500 as temporary workaround
chengyongru
2026-02-13 22:10:39 +08:00
bd55bf5278
cleaned up logic for onboarding
Luke Milby
2026-02-13 08:56:37 -05:00
a9d911c80d
Merge branch 'HKUDS:main' into feature/onboard_workspace
Luke Milby
2026-02-13 08:45:31 -05:00
8a11490798
updated logic for onboard function not ask for to overwrite workspace since the logic already ensures nothing will be overwritten. Added onboard command tests and removed tests from gitignore
Luke Milby
2026-02-13 08:43:49 -05:00
442136a313
fix: remove uv.lock
qiupinhua
2026-02-13 18:52:43 +08:00
1ae47058d9
fix: refactor code structure for improved readability and maintainability
qiupinhua
2026-02-13 18:51:30 +08:00
09c7e7aded
feat: change OAuth login command for providers
qiupinhua
2026-02-13 18:37:21 +08:00
3f59a8e234
Merge pull request #593 from C-Li/feishu_fix
Xubin Ren
2026-02-13 17:02:27 +08:00
afc8d50659
test: add comprehensive tests for consolidate offset functionality
chengyongru
2026-02-13 16:30:43 +08:00
98a762452a
fix: useasyncio.create_task to avoid block
chengyongru
2026-02-13 15:14:22 +08:00
ccf9a6c146
fix(feishu): convert markdown headings to div elements in card messages
Ahwei
2026-02-13 15:31:30 +08:00
740294fd74
fix: history messages should not be change[kvcache]
chengyongru
2026-02-13 15:10:07 +08:00
43e2f2605b
docs: update v0.1.3.post7 news
Re-bin
2026-02-13 06:26:12 +00:00
202f0a3144
bump: 0.1.3.post7
Re-bin
2026-02-13 06:17:22 +00:00
92191ad2a9
Merge pull request #587 from HKUDS/fix/whatsapp-bridge-security
Xubin Ren
2026-02-13 13:41:27 +08:00
fd7e477b18
fix(security): bind WhatsApp bridge to localhost + optional token auth
Re-bin
2026-02-13 05:37:56 +00:00
3e9f6d0b6b
Merge branch 'main' into fix/config-temperature
wymcmh
2026-02-13 13:07:37 +08:00
5c398c5faf
Merge pull request #567 from 3927o/feature/better-fallback-message
Xubin Ren
2026-02-13 12:55:14 +08:00
e1c359a198
chore: add venv/ to .gitignore
Ahwei
2026-02-13 12:29:45 +08:00
32c9431191
fix: align CLI session_id default to "cli:direct" for backward compatibility
Re-bin
2026-02-13 04:13:16 +00:00
64feec6656
Merge PR #569 : feat: add /new command with memory consolidation
Re-bin
2026-02-13 03:31:26 +00:00
903caaa642
feat: unified slash commands (/new, /help) across all channels
Re-bin
2026-02-13 03:30:21 +00:00
f016025f63
add feature to onboarding that will ask to generate missing workspace files
Luke Milby
2026-02-12 22:20:56 -05:00
0fc4f109bf
Merge branch 'HKUDS:main' into feat/add_new_command
我惹你的温
2026-02-13 01:35:07 +08:00
24a90af6d3
feat: add /new command
worenidewen
2026-02-13 01:24:48 +08:00
dbbbecb25c
feat: improve fallback message when max iterations reached
3927o
2026-02-12 23:57:34 +08:00
890d7cf853
docs: news about the redesigned memory system
Re-bin
2026-02-12 15:28:07 +00:00
dd4c06bea5
Merge pull request #565 for redesign memory system
Xubin Ren
2026-02-12 23:17:26 +08:00
94c21fc235
feat: redesign memory system — two-layer architecture with grep-based retrieval
Re-bin
2026-02-12 15:02:52 +00:00
a3599b97b9
fix: bug #370 , support temperature configuration
lemon
2026-02-12 19:12:38 +08:00
d30523f460
fix(mcp): clean up connections on exit in interactive and gateway modes
Sergio Sánchez Vallés
2026-02-12 10:44:25 +01:00
61e9f7f58a
chore: revert unrelated changes, keep only MCP support
Sergio Sánchez Vallés
2026-02-12 10:16:52 +01:00
16af3dd1cb
Merge branch 'main' into feature/mcp-support
Sergio Sánchez Vallés
2026-02-12 10:12:49 +01:00
7052387f07
Merge branch 'feature/mcp-support' of github.com:SergioSV96/nanobot into feature/mcp-support
Sergio Sánchez Vallés
2026-02-12 10:12:10 +01:00
e89afe61f1
feat(tools): add mcp support
Sergio Sánchez Vallés
2026-02-12 10:01:30 +01:00
cb5964c201
feat(tools): add mcp support
Sergio Sánchez Vallés
2026-02-12 10:01:30 +01:00
a05e58cf79
Merge pull request #543 to add edit_file tool and time context to sub agent
Xubin Ren
2026-02-12 15:53:10 +08:00
de3324807f
fix(subagent): add edit_file tool and time context to sub agent
Re-bin
2026-02-12 07:49:36 +00:00