iachat/spec/enterprise
Pranav 4f4ef0389b
feat: Add support for persistent copilot threads and messages (#11489)
The agents can see the previous conversations with the copilot if needed
with this change. We would have to cleanup the data after a while. For
now, that is not considered.

This PR adds:
- A new model for copilot_threads (intentionally named thread instead of
conversation to avoid confusion), copilot_messages
- Add the controller to fetch previous threads and messages.
2025-05-15 17:37:04 -07:00
..
controllers feat: Add support for persistent copilot threads and messages (#11489) 2025-05-15 17:37:04 -07:00
drops feat: Add push/email notification support for SLA (#9140) 2024-03-29 20:27:21 +11:00
jobs feat: Allow customizing the responses, flows in Captain (#11385) 2025-04-29 15:42:15 -07:00
lib/integrations/openai fix: OpenAPI label suggestion response payload (#10008) 2024-08-22 15:32:33 +05:30
mailers/enterprise/agent_notifications feat: Add push/email notification support for SLA (#9140) 2024-03-29 20:27:21 +11:00
models feat: Ability to delete account for administrators (#1874) 2025-04-03 10:41:39 +05:30
policies chore: Clean up report & knowledge base policies (#11234) 2025-04-03 16:00:32 -07:00
presenters/conversations feat: Conversation API to return applied_sla and sla_events (#9174) 2024-04-01 23:30:07 +05:30
services chore: improve plan-based feature handling with plan hierarchy (#11335) 2025-04-28 14:13:56 -07:00