pinhua33
f20afc8d2f
feat: add Codex login status to nanobot status command
2026-02-06 00:39:02 +08:00
pinhua33
01420f4dd6
refactor: remove unused functions and simplify code
2026-02-06 00:26:02 +08:00
qiupinhua
d4e65319ee
refactor: split codex oauth logic to several files
2026-02-05 17:53:00 +08:00
qiupinhua
5bff24096c
feat: implement OpenAI Codex OAuth login and provider integration
2026-02-05 17:39:18 +08: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
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
Kiplangatkorir
7ef18c4e8a
Validate tool params and add tests
2026-02-02 20:39:08 +03:00
Cheng Wang
cd20252072
fix: status command now respects workspace from config
...
The status command was ignoring the workspace setting from the
configuration file and always displaying the default path
(~/.nanobot/workspace). This fix loads the config first and uses
config.workspace_path when available, falling back to the default
only when no config exists.
This brings the status command in line with other commands that
correctly use config.workspace_path.
2026-02-03 00:45:52 +08:00
Cheng Wang
2466d9e1dc
fix: add Telegram channel to channels status command
...
Previously, the `nanobot channels status` command only displayed
WhatsApp channel status, completely omitting Telegram despite it
being fully implemented in the codebase.
Changes:
- Added Telegram channel status display
- Renamed "Bridge URL" column to "Configuration" for better generality
- Show Telegram token (first 10 chars) or "not configured" message
- Added comments to distinguish WhatsApp and Telegram sections
Fixes the issue where users couldn't see Telegram channel status
via CLI, even though the feature was working correctly.
2026-02-03 00:37:55 +08:00
Re-bin
30d6e4b4b6
feat: enhance scheduled reminders
2026-02-02 16:18:04 +00:00
Xubin Ren
073a176d24
Merge pull request #14 from pve/uv-install
...
feat: Add uv as install method
2026-02-02 21:35:36 +08:00