iachat/lib/captain
Gabriel Jablonski 56c5609ca0
feat: add per-inbox signature management (#226)
* feat: add per-inbox signature management

- Introduced `InboxSignature` model to manage signatures specific to each inbox.
- Added API endpoints for fetching, creating, updating, and deleting inbox signatures.
- Updated UI components to support inbox-specific signatures, including overrides for signature position and separator.
- Implemented a new composable `useInboxSignatures` for managing inbox signatures in the frontend.
- Enhanced existing components to utilize inbox signatures, including the reply box and message signature settings.
- Added tests for the new inbox signatures functionality, ensuring proper behavior of the API and model validations.
- Updated translations for new UI elements related to inbox signatures.

* feat: implement inbox access validation and add related tests

* feat: enhance inbox signatures fetching and management logic
2026-02-26 19:53:03 -03:00
..
base_task_service.rb feat: search documentation tool for reply suggestions (#13340) 2026-01-30 16:18:33 +05:30
follow_up_service.rb feat: new Captain Editor (#13235) 2026-01-21 13:39:07 +05:30
label_suggestion_service.rb feat: new Captain Editor (#13235) 2026-01-21 13:39:07 +05:30
reply_suggestion_service.rb feat: add per-inbox signature management (#226) 2026-02-26 19:53:03 -03:00
rewrite_service.rb feat: new Captain Editor (#13235) 2026-01-21 13:39:07 +05:30
summary_service.rb feat: new Captain Editor (#13235) 2026-01-21 13:39:07 +05:30
tool_instrumentation.rb feat: langfuse logging improvements (#13534) 2026-02-17 13:30:04 +05:30