93d5e62455
feat(skill): add clawhub slash commands
2026-03-17 14:16:31 +08:00
f65d1a9857
Merge remote-tracking branch 'origin/main'
Test Suite / test (3.11) (push) Failing after 3m2s
Test Suite / test (3.12) (push) Failing after 3m31s
Test Suite / test (3.13) (push) Failing after 3m56s
2026-03-17 09:34:49 +08:00
Xubin Ren
84565d702c
docs: update v0.1.4.post5 release news
2026-03-16 15:28:41 +00:00
Xubin Ren
df7ad91c57
docs: update to v0.1.4.post5 release
2026-03-16 15:27:40 +00:00
Xubin Ren
dbe9cbc78e
docs: update news section
2026-03-16 14:27:28 +00:00
95e77b41ba
Merge remote-tracking branch 'origin/main'
...
# Conflicts:
# .github/workflows/ci.yml
# nanobot/agent/context.py
2026-03-16 14:49:12 +08:00
chengyongru
5a220959af
docs: add branching strategy and CONTRIBUTING guide
...
- Add CONTRIBUTING.md with detailed contribution guidelines
- Add branching strategy section to README.md explaining main/nightly branches
- Include maintainer information and development setup instructions
2026-03-16 11:13:46 +08:00
Xubin Ren
a1241ee68c
fix(mcp): clarify enabledTools filtering semantics
...
- support both raw and wrapped MCP tool names
- treat [\"*\"] as all tools and [] as no tools
- add warnings, tests, and README docs for enabledTools
2026-03-14 18:33:48 +08:00
Xubin Ren
af65145bc8
fix(qq): add configurable message format and onboard backfill
2026-03-14 08:25:44 +00:00
Xubin Ren
dbdb43faff
feat: channel plugin architecture with decoupled configs
...
- Add plugin discovery via Python entry_points (group: nanobot.channels)
- Move 11 channel Config classes from schema.py into their own channel modules
- ChannelsConfig now only keeps send_progress + send_tool_hints (extra=allow)
- Each built-in channel parses dict->Pydantic in __init__, zero internal changes
- All channels implement default_config() for onboard auto-population
- nanobot onboard injects defaults for all discovered channels (built-in + plugins)
- Add nanobot plugins list CLI command
- Add Channel Plugin Guide (docs/CHANNEL_PLUGIN_GUIDE.md)
- Fully backward compatible: existing config.json and sessions work as-is
- 340 tests pass, zero regressions
2026-03-14 16:13:38 +08:00
2c09a91f7c
docs(readme): expand multi-instance channel notes
2026-03-13 23:08:21 +08:00
b24ad7b526
feat(channels): support multi-instance channel configs
2026-03-13 22:41:24 +08:00
Xubin Ren
65cbd7eb78
docs: update web search configuration instruction
2026-03-13 05:54:51 +00:00
Xubin Ren
ca5047b602
feat(web): multi-provider web search + Jina Reader fetch
2026-03-13 05:44:16 +00:00
f4018dcce5
Merge remote-tracking branch 'origin/main'
2026-03-13 09:39:01 +08:00
Frank
d48dd00682
docs: correct BaiLian dashscope apiBase endpoint
2026-03-12 18:23:05 -07:00
Re-bin
3467a7faa6
fix: improve local provider auto-selection and update docs for VolcEngine/BytePlus
2026-03-12 15:22:15 +00:00
10cd9bf228
Merge remote-tracking branch 'origin/main'
2026-03-12 13:43:37 +08: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
4478838424
fix(pr-1863): complete Ollama provider routing and README docs
2026-03-11 08:42:12 +00:00
Re-bin
ec87946c04
docs: update table of contents position
2026-03-11 08:11:28 +00:00
Re-bin
486df1ddbd
docs: update table of contents in README
2026-03-11 08:10:38 +00:00
Re-bin
7ceddcded6
fix(wecom): await async disconnect, add SDK attribution in README
2026-03-11 08:04:14 +00:00
Re-bin
d0b4f0d70d
feat(wecom): add WeCom channel with SDK pinned to GitHub tag v0.1.2
2026-03-11 07:57:12 +00:00
Re-bin
eb6310c438
merge origin/main into pr-1327
...
Made-with: Cursor
2026-03-11 07:30:38 +00:00
chengyongru
45c0eebae5
docs(wecom): add wecom configuration guide in readme
2026-03-10 00:53:23 +08:00
Zek
711903bc5f
feat(feishu): add global group mention policy
...
- Add group_policy config: 'open' (default) or 'mention'
- 'open': Respond to all group messages (backward compatible)
- 'mention': Only respond when @mentioned in any group
- Auto-detect bot mentions by pattern matching:
* If open_id configured: match against mentions
* Otherwise: detect bot by empty user_id + ou_ open_id pattern
- Support @_all mentions
- Private chats unaffected (always respond)
- Clean implementation with minimal logging
docs: update Feishu README with group policy documentation
2026-03-09 17:54:02 +08:00
Re-bin
f19cefb1b9
docs: update v0.1.4.post4 release news
2026-03-08 17:00:46 +00:00
Re-bin
4147d0ff9d
docs: update v0.1.4.post4 release news
2026-03-08 17:00:09 +00:00
Re-bin
998021f571
docs: refresh install/update guidance and bump v0.1.4.post4
2026-03-08 16:57:28 +00:00
Re-bin
bf0ab93b06
Merge branch 'main' into pr-1635
2026-03-08 03:24:15 +00:00
Re-bin
fb4f696085
Merge branch 'main' into pr-1635
2026-03-08 03:14:20 +00:00
Re-bin
0a5daf3c86
docs: update readme for multiple instances and cli
2026-03-08 03:03:25 +00:00
Re-bin
20dfaa5d34
refactor: unify instance path resolution and preserve workspace override
2026-03-08 02:58:25 +00:00
Re-bin
bdac08161b
Merge branch 'main' into pr-1581
2026-03-08 02:05:23 +00:00
Re-bin
822d2311e0
docs: update nanobot march news
2026-03-08 01:44:06 +00:00
Re-bin
3ca89d7821
docs: update nanobot news
2026-03-08 01:42:30 +00:00
Re-bin
7c074e4684
Merge remote-tracking branch 'origin/main' into pr-1618
2026-03-07 03:42:02 +00:00
Re-bin
64112eb9ba
fix(whatsapp): avoid dropping media-only messages
2026-03-07 03:06:19 +00:00
Maciej Wojcik
79f3ca4f12
feat(cli): add workspace and config flags to agent
2026-03-06 20:32:10 +00:00
Kunal Karmakar
33c52cfb74
Merge branch 'main' of https://github.com/kunalk16/nanobot into feat-support-azure-openai
2026-03-06 10:39:29 +00:00
Kunal Karmakar
0b0f47f09f
Update readme with azure openai support
2026-03-06 10:37:16 +00:00
samsonchoi
858b136f30
docs: add comprehensive multi-instance configuration guide
...
- Add detailed setup examples with directory structure
- Document complete isolation mechanism (config, workspace, cron, logs, media)
- Include use cases and production deployment patterns
- Add management scripts for systemd (Linux) and launchd (macOS)
- Provide step-by-step configuration examples
2026-03-06 17:57:21 +08:00
Re-bin
b817463939
chore: simplify Alibaba Coding Plan to apiBase hint, remove dedicated provider
2026-03-06 07:13:04 +00:00
Re-bin
e81b6ceb49
merge origin/main into pr-1563
2026-03-06 07:01:23 +00:00
Re-bin
6d342fe79d
Merge remote-tracking branch 'origin/main' into pr-1435
2026-03-05 14:51:13 +00:00
Re-bin
cd0bcc162e
docs: update introduction of nanobot
2026-03-05 14:48:57 +00:00