Re-bin
57d8aefc22
docs: update introduction of nanobot
2026-03-05 14:46:03 +00:00
Re-bin
b71c1bdca7
fix(mcp): hoist sse/http imports, annotate auto-detection heuristic, restore field comments
2026-03-05 14:44:45 +00:00
Re-bin
376b7d6d58
Merge remote-tracking branch 'origin/main' into pr-553
2026-03-05 14:28:50 +00:00
Re-bin
c05cb2ef64
refactor(cron): remove CLI cron commands and unify scheduling via cron tool
2026-03-03 05:51:24 +00:00
Re-bin
bbfc1b40c1
security: deny-by-default allowFrom with wildcard support and startup validation
2026-03-02 06:13:37 +00:00
Joel Chan
e9d023f52c
feat(discord): add group policy to control group respond behaviour
2026-03-02 12:16:49 +08:00
Re-bin
f172c9f381
docs: reformat release news with v0.1.4.post3 release
2026-02-28 18:06:56 +00:00
Re-bin
ee9bd6a96c
docs: update v0.1.4.post3 release news
2026-02-28 18:04:12 +00:00
Re-bin
f9d72e2e74
feat: add reasoning_effort config to enable LLM thinking mode
2026-02-28 17:18:05 +00:00
Re-bin
8545d5790e
refactor: streamline subagent prompt by reusing ContextBuilder and SkillsLoader
2026-02-28 16:32:50 +00:00
Yan-ke Guo
936e094a7f
Modify Feishu bot permissions in README
...
Updated permissions for Feishu bot setup instructions.
2026-02-28 14:03:36 +08:00
Re-bin
858a62dd9b
refactor: slim down helpers.py — remove dead code, compress docstrings
2026-02-27 09:50:12 +00:00
Re-bin
ec8dee802c
refactor: simplify message tool suppress and inline consolidation locks
2026-02-27 02:39:38 +00:00
Re-bin
cc425102ac
docs: update Matrix channel guideline and schema
2026-02-26 03:08:00 +00:00
Re-bin
988a85d8de
refactor: optimize matrix channel — optional deps, trim comments, simplify methods
2026-02-26 03:04:01 +00:00
Re-bin
84f2f3c316
Merge remote-tracking branch 'origin/main' into pr-420
2026-02-26 02:48:21 +00:00
Re-bin
7e1a08d33c
docs: add provider option to Quick Start config example
2026-02-26 02:23:07 +00:00
Re-bin
9eca7f339e
docs: shorten pathAppend description in config table
2026-02-25 15:57:50 +00:00
Re-bin
e1a2ef4f29
Merge branch 'main' into pr-1083
2026-02-25 15:50:00 +00:00
aiguozhi123456
a50a2c6868
fix(docs): clarify platform-specific path separator
2026-02-25 01:53:04 +00:00
aiguozhi123456
e959b13926
docs: add pathAppend option to exec config docs
2026-02-25 01:49:56 +00:00
Re-bin
a3963bfba3
docs: update v0.1.4.post2 release news
2026-02-24 16:35:50 +00:00
Re-bin
637c200dee
docs: update v0.1.4.post2 release news
2026-02-24 16:34:22 +00:00
Re-bin
a818fff8fa
chore: trim verbose docstrings
2026-02-24 13:47:17 +00:00
Re-bin
d9462284e1
improve agent reliability: behavioral constraints, full tool history, error hints
2026-02-23 09:13:08 +00:00
Re-bin
577b3d104a
refactor: move workspace/ to nanobot/templates/ for packaging
2026-02-23 08:08:01 +00:00
Re-bin
25f0a236fd
docs: fix MiniMax API key link
2026-02-22 18:29:09 +00:00
Re-bin
437ebf4e6e
feat(mcp): make tool_timeout configurable per server via config
2026-02-22 18:04:13 +00:00
Re-bin
1aa06ea03d
docs: improve Linux Service section in README
2026-02-22 17:51:23 +00:00
Rok Pergarec
3e40600483
docs: add systemd user service instructions to README
2026-02-21 20:55:54 +01:00
Re-bin
edc671a8a3
docs: update format of news section
2026-02-21 16:39:26 +00:00
Re-bin
88ca2e0530
docs: update v.0.1.4.post1 release news
2026-02-21 13:20:55 +00:00
Re-bin
9c61e1389c
docs: update nanobot news
2026-02-21 08:33:31 +00:00
Re-bin
ec4bdb651f
docs: update nanobot news
2026-02-21 08:33:02 +00:00
Re-bin
ab026c5131
refactor: extract memory consolidation to MemoryStore, slim down AgentLoop
2026-02-21 08:14:46 +00:00
Alexander Minges
97cb85ee0b
feat(matrix): add outbound media uploads and unify media limits with maxMediaBytes
...
- Use OutboundMessage.media for Matrix file/image/audio/video sends
- Apply effective media limit as min(m.upload.size, maxMediaBytes)
- Rename matrix config key maxInboundMediaBytes -> maxMediaBytes (no legacy fallback)
2026-02-20 18:02:13 +01:00
Alexander Minges
bfd2018095
docs: update maxMediaBytes documentation to include blocking option
...
Add clarification that setting to 0 blocks all attachments
2026-02-20 18:01:21 +01:00
Alexander Minges
9b06f682c3
docs(readme): document matrix e2eeEnabled option
2026-02-20 17:58:02 +01:00
Re-bin
8db91f59e2
style: remove trailing space
2026-02-20 11:18:57 +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
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
2383dcb3a8
style: use loguru native format and trim comments in interim retry
2026-02-20 08:31:48 +00:00
Re-bin
002de466d7
chore: remove test file for memory consolidation fix
2026-02-20 08:12:23 +00:00
dxtime
f3c7337356
feat: Added custom headers for MCP Auth use, update README.md
2026-02-20 08:31:52 +08:00
Your Name
1663517998
feat: Add VolcEngine LLM provider support
...
- Add VolcEngine ProviderSpec entry in registry.py
- Add volcengine to ProvidersConfig class in schema.py
- Update model providers table in README.md
- Add description about VolcEngine coding plan endpoint
2026-02-19 03:02:16 +08:00
Xubin Ren
8de36d398f
docs: update news about release information
2026-02-18 23:09:55 +08:00
Re-bin
1f1f5b2d27
docs: update v0.1.4 release news
2026-02-18 14:41:13 +00:00
Re-bin
715b2db24b
feat: stream intermediate progress to user during tool execution
2026-02-18 14:23:51 +00:00