fix: honor send path/filePath inputs (#1444) (thanks @hopyky)

This commit is contained in:
Peter Steinberger
2026-01-23 02:10:05 +00:00
parent 59a8eecd7e
commit 837749dced
4 changed files with 60 additions and 10 deletions

View File

@@ -26,6 +26,7 @@ Docs: https://docs.clawd.bot
### Fixes
- BlueBubbles: stop typing indicator on idle/no-reply. (#1439) Thanks @Nicell.
- Message tool: keep path/filePath as-is for send; hydrate buffers only for sendAttachment. (#1444) Thanks @hopyky.
- Auto-reply: only report a model switch when session state is available. (#1465) Thanks @robbyczgw-cla.
- Control UI: resolve local avatar URLs with basePath across injection + identity RPC. (#1457) Thanks @dlauer.
- Agents: surface concrete API error details instead of generic AI service errors.