2026-07-19 16:13:58 +02:00
..
2026-06-15 08:12:35 +02:00
2026-07-19 11:05:18 +02:00
2026-06-08 12:04:08 +02:00
2026-05-24 16:07:18 +00:00
2026-05-23 16:04:24 +00:00
2026-06-30 10:06:49 +02:00
2026-06-15 08:12:35 +02:00
2026-06-30 10:06:49 +02:00
2026-01-30 08:47:26 +01:00
feat: AI contact research agent that gathers cited web findings per contact with sync and background-batch runs - contact_research_runs table plus a strict save_research schema (every signal and public_artifact must carry a url, confidence high/medium/low, signals<=5 hooks<=3, reject-and-reprompt once then fail), a text/template runtime prompt injecting org voice, contact record, objective, and 5-search/6-fetch budgets, a research service that drives search_web/fetch_url through the provider loop and charges 2 credits on save (billable even for nothing_found, refund-free since charged only on save, balance and abuse-cap pre-checked so a capped org never does free work), POST/GET /contacts/:id/research plus a 500-cap /contacts/research/batch draining through a bounded pool of 4 workers over FOR-UPDATE-SKIP-LOCKED claims (no new Kafka), an org-scoped AI_RESEARCH_PROGRESS realtime event gated to view_contacts, APIPermAIResearch bit 23, a ContactEdit Research tab and a ContactsTable bulk Research action, and docs; also org-scopes every credit and research idempotency key so a client-supplied Idempotency-Key can never replay across tenants
2026-07-13 19:34:11 +02:00
2026-06-13 10:47:17 +02:00
2026-05-24 04:20:28 +00:00
2026-07-19 16:13:58 +02:00
2026-05-23 09:18:45 +00:00
feat: in-composer AI writing experience — select text in the unibox reply textarea or the campaign TipTap editor and a floating Edit-with-AI pill opens quick actions (improve, shorten, expand, fix grammar, friendlier, more formal) plus free instructions backed by a new fenced /generation/edit endpoint (1 credit, idempotent, refund on failure, prompt-injection fencing around the passage), rewrites type themselves in with undo/again/done review, and Draft reply now runs through an inline draft bar with staged shimmer status and Keep/Adjust/Retry/Discard instead of a toast
2026-07-18 11:55:37 +02:00
2026-06-08 06:25:44 +02:00
2026-06-04 11:50:09 +02:00
2026-07-13 20:05:24 +02:00
2026-06-13 10:47:17 +02:00
2026-06-08 15:05:09 +02:00
2026-06-15 08:11:35 +02:00
2026-06-11 11:57:45 +02:00
2026-06-28 05:10:04 +00:00
feat: org AI skills (playbooks) that every AI feature loads and follows - ai_skills table (org-scoped, unique name per org, 32KB content cap) with a skills service exposing CRUD plus an enabled-skills preamble injected into the dashboard agent, contact research, and reply-draft prompts and a load_skill read-tool that returns a playbook's full content by name, /ai/skills CRUD gated on manage_settings (JWT) or the AI_AGENT scope (API) with an ai_skill audit entity and spine entry, an AI skills settings page (list rows opening a right-side drawer with name, one-line description, enable toggle, and a markdown body), and docs with two example playbooks
2026-07-13 19:46:25 +02:00
2026-01-30 08:47:26 +01:00
2026-07-19 13:22:56 +02:00
2026-05-23 09:18:45 +00:00
2026-06-07 07:03:56 +02:00
2026-05-24 12:01:37 +00:00
2026-07-19 08:52:56 +02:00
2026-06-15 08:11:35 +02:00
2026-04-03 06:08:52 +00:00