v0.4.4
What's Changed
- fix(db): create the database file and its directory private by @fajarhide in #452
- fix(server): require an org-scoped automation id on the internal run endpoint by @cakobob in #438
- fix(server): stop POST /v1/automations answering with a raw TypeError by @fajarhide in #451
- refactor(error-tracking): drop the config cache and handler dedupe by @ahmadrosid in #453
- Review asserts: remove meaningless, add meaningful by @ahmadrosid in #455
- fix(whatsapp): stay silent when the account is not linked by @ahmadrosid in #459
- test: remove low-value tests by @ahmadrosid in #458
- fix(settings): stop the provider and timezone routes answering with a TypeError by @fajarhide in #457
- fix(chat): allow agent turns to run for 24 hours by @ahmadrosid in #462
- refactor(core): derive AgentChannel from a single AGENT_CHANNELS array by @vianbas in #463
- feat(web): batch add provider models by @ahmadrosid in #465
- feat(error-tracking): deliver errors to a Sentry-compatible DSN by @fajarhide in #442
- feat(error-tracking): install the handlers in the server and the workers by @fajarhide in #443
- fix(chat): keep the model picker scoped to the current session by @ahmadrosid in #466
- chore: ponytail audit — shrink providers and drop unused deps by @ahmadrosid in #467
- feat(web): render CSV/TSV artifacts as spreadsheet tables by @ahmadrosid in #468
- feat(server): retry custom tool failures at most twice with backoff by @puspoaditya in #454
- fix(server): clean up custom tool retry seam after #454 by @ahmadrosid in #470
- fix(whatsapp): secure auth state permissions by @mamenesia in #460
- refactor(whatsapp): shrink auth-state after ponytail review by @ahmadrosid in #471
- feat(whatsapp): channel artifact share links and documents by @ahmadrosid in #473
- fix(whatsapp): silence nonfatal init query timeouts by @ahmadrosid in #476
- fix(server): reject MCP server creation with 4xx when initial connect fails by @itw-code in #633
- feat(profiles): export and import a single profile as a zip by @ahmadrosid in #475
New Contributors
Full Changelog: v0.4.3...v0.4.4