112 Commits

Author SHA1 Message Date
chaohuang-ai
cb800e8f21
Update README.md 2026-02-06 00:57:58 +08:00
Re-bin
9ac3944323 docs: add Feb 5 update news 2026-02-05 16:36:48 +00:00
Re-bin
b1d6670ce0 feat: add cron tool for scheduling reminders and tasks 2026-02-05 15:09:51 +00:00
Re-bin
dc20927ff0 docs: add v0.1.3 release news 2026-02-05 09:12:30 +00:00
Re-bin
5da74d8116 docs: add v0.1.3 release news 2026-02-05 09:11:52 +00:00
Re-bin
dc92695ad9 Merge PR #38: add DeepSeek provider support 2026-02-05 08:55:47 +00:00
Re-bin
301fba568b refactor: remove redundant env var setting, add DeepSeek to docs 2026-02-05 08:55:41 +00:00
Re-bin
ac45630116 resolve conflicts with main 2026-02-05 08:51:11 +00:00
Re-bin
1d74dd24d6 docs: update contributors image 2026-02-05 06:09:37 +00:00
Re-bin
0649c9b30a Merge PR #84: add feishu channel support 2026-02-05 06:05:50 +00:00
Re-bin
f341de075d docs: simplify Feishu configuration guide 2026-02-05 06:05:09 +00:00
Re-bin
50a4c4ca1a refactor: improve feishu channel implementation 2026-02-05 06:01:02 +00:00
Re-bin
1e0f87b356 Merge branch 'main' into pr-84 2026-02-05 05:01:02 +00:00
Re-bin
795f8105a0 bump version to 0.1.3.post4 2026-02-04 09:27:37 +00:00
Re-bin
be8772355c fix: correct bridge path for pip-installed package 2026-02-04 09:21:53 +00:00
Xubin Ren
b1bce89d4b
Merge pull request #32 from pjperez/main
fix: Use correct 'zai/' prefix for Zhipu AI models in LiteLLM
2026-02-04 17:10:13 +08:00
Re-bin
bf1dc7c0d3 docs: fix incorrect references and add missing tool docs 2026-02-04 06:45:53 +00:00
tao.jun
50fa024ab4 feishu support 2026-02-04 14:07:45 +08:00
Re-bin
9a0f8fcc73 refactor: simplify parameter validation logic 2026-02-04 03:50:39 +00:00
Re-bin
579cbfc8fe Merge PR #30: Harden exec tool with safety guard 2026-02-04 03:45:39 +00:00
Re-bin
a20d887f9e feat: add parameter validation and safety guard for exec tool 2026-02-04 03:45:26 +00:00
Re-bin
e508f73f54 Merge branch 'main' into pr-30 2026-02-04 03:24:31 +00:00
Re-bin
ed809637bc Merge PR #27: fix: status command now respects workspace from config 2026-02-04 00:50:00 +00:00
Re-bin
efb4ddd138 fix: status command now respects workspace from config 2026-02-04 00:49:35 +00:00
Re-bin
31b642729d Merge PR #23: fix: correct heartbeat token matching logic 2026-02-03 17:27:59 +00:00
Re-bin
a4026a8bf7 Merge branch 'main' into pr-23 2026-02-03 17:21:27 +00:00
Re-bin
020d8d46cf Merge PR #22: feat: improve web_fetch URL validation and security 2026-02-03 17:13:38 +00:00
Re-bin
1a784fca1e refactor: simplify _validate_url function 2026-02-03 17:13:30 +00:00
Re-bin
1660d7b261 Merge branch 'main' into pr-22 2026-02-03 17:09:37 +00:00
Re-bin
d9d744d536 docs: optimize the structure 2026-02-03 12:44:55 +00:00
Re-bin
6b7eebc46d docs: add discord community 2026-02-03 12:42:06 +00:00
Re-bin
bb2a04d50d Merge PR #26: fix: add Telegram channel to channels status command 2026-02-03 12:29:38 +00:00
Re-bin
8f9d4ef981 Merge PR #21: feat: add Amazon Bedrock support 2026-02-03 12:23:45 +00:00
Re-bin
254bad8f19 Merge branch 'main' into pr-21 2026-02-03 12:19:26 +00:00
Re-bin
c3b32afbbb docs: improve README with disclaimer 2026-02-03 11:53:21 +00:00
Xubin Ren
9e0ec2db10
Merge pull request #43 from tlguszz1010/fix/update-news-date
docs: update news date from 2025 to 2026
2026-02-03 15:32:24 +08:00
Re-bin
a4269593fc docs: improve install methods 2026-02-03 07:24:59 +00:00
Re-bin
73a3934cc5 docs: unify note/tip format to GitHub Alerts 2026-02-03 07:21:46 +00:00
Re-bin
ee6c13212c Merge PR #18: add Dockerfile and instructions 2026-02-03 07:17:56 +00:00
Re-bin
99339c7be9 docs: improve README with provider info and Docker examples 2026-02-03 07:17:47 +00:00
Re-bin
5ea4025b01 Merge branch 'main' into pr-18 2026-02-03 07:01:05 +00:00
Re-bin
9bd051f744 Merge PR #17: add voice transcription support with groq 2026-02-03 06:37:08 +00:00
Re-bin
8989adc9ae refactor: use explicit dependency injection for groq_api_key 2026-02-03 06:36:58 +00:00
Re-bin
eb20cea668 resolve conflicts with main 2026-02-03 06:16:17 +00:00
tlguszz1010
1af404c4d9 docs: update news date from 2025 to 2026 2026-02-03 14:08:36 +09:00
Kyya Wang
f23548f296 feat: add DeepSeek provider support 2026-02-03 03:09:13 +00:00
Pedro Perez
43fe83755d fix: Use correct 'zai/' prefix for Zhipu AI models in LiteLLM
LiteLLM expects the 'zai/' provider prefix for Zhipu AI (Z.ai) models,
not 'zhipu/'. This was causing 'LLM Provider NOT provided' errors when
users configured models like 'glm-4.7' without an explicit prefix.

According to LiteLLM docs, the correct format is:
- model='zai/glm-4.7' (correct)
- NOT model='zhipu/glm-4.7' (incorrect)

This fix ensures auto-prefixed models use the correct 'zai/' format.

Fixes: Error when using Zhipu AI models with shorthand names like 'glm-4.7'
2026-02-02 22:15:21 +01:00
Kiplangatkorir
00841309c1 Harden exec tool with safety guard 2026-02-02 21:14:29 +03:00
Kiplangat Korir
bad935d871
Merge pull request #1 from kiplangatkorir/tool-schema-validation
Validate tool params and add tests
2026-02-02 21:02:02 +03:00
Kiplangat Korir
9b09cb5c63
Update nanobot/agent/tools/base.py
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
2026-02-02 20:52:30 +03:00