CREDO23
74fcad6496
feat(file-storage): add local and azure blob backends
2026-06-02 16:10:43 +02:00
CREDO23
f3ebb14e46
feat(file-storage): add storage backend contract
2026-06-02 16:10:43 +02:00
CREDO23
7753a238ef
chore(backend): add azure-storage-blob dependency
2026-06-02 16:10:43 +02:00
Rohan Verma
a80a9cb87c
Merge pull request #1444 from AnishSarkar22/feat/whatsapp-gateway-integration
...
feat: Add external chat gateways for Telegram, WhatsApp, Slack, and Discord
2026-06-01 13:04:57 -07:00
Anish Sarkar
375056858f
chore: update migration number
2026-06-02 01:27:34 +05:30
Anish Sarkar
8f8abe6f58
chore: renamed alembic migrations
2026-06-02 01:24:50 +05:30
Anish Sarkar
2e64d5d3de
Merge remote-tracking branch 'upstream/dev' into feat/whatsapp-gateway-integration
2026-06-02 01:22:32 +05:30
Anish Sarkar
1f83898a87
feat(gateway): renamed the gateway related alembic migrations
2026-06-02 01:19:28 +05:30
Rohan Verma
8340cda6e3
Merge pull request #1456 from octo-patch/feature/upgrade-minimax-m3
...
feat: upgrade MiniMax default model to M3
2026-06-01 12:45:24 -07:00
Rohan Verma
43bb256987
Merge pull request #1457 from CREDO23/fixes-autmations
...
Feat(Automations): Live Run Status & Step Ticker Via Zero
2026-06-01 12:44:02 -07:00
CREDO23
00ee6d04ee
docs(zero-sync): list automation_runs in synced tables
2026-06-01 21:02:58 +02:00
CREDO23
ca66bff02b
feat(automations): render live step ticker, defer REST until terminal
...
Step results now render from the synced Zero row so the panel ticks
forward as the run progresses. The REST getRun call is gated on the
run reaching a terminal status, since output/artifacts/error are only
written at terminal mark.
2026-06-01 21:02:54 +02:00
CREDO23
d8db3159d6
feat(automations): forward live status and steps to run details panel
2026-06-01 21:02:47 +02:00
CREDO23
69eb64db08
refactor(automations): source runs list from Zero
...
useAutomationRuns now reads from the zero_publication thin column set
and adapts rows to LiveRunSummary (RunSummary + step_results). The
detail hook stays on REST for the heavy fields.
2026-06-01 21:02:40 +02:00
CREDO23
c73f7ef03a
feat(zero): register automationRuns queries
2026-06-01 21:02:34 +02:00
CREDO23
9dbe864d6a
feat(zero): add runs-by-automation query
2026-06-01 21:02:30 +02:00
CREDO23
a458a56e53
feat(zero): register automationRunTable in schema
2026-06-01 21:02:25 +02:00
CREDO23
c64781252d
feat(zero): define automationRunTable schema
2026-06-01 21:02:20 +02:00
CREDO23
ec2b57bfb3
feat(db): add automation_runs to zero_publication (thin column list)
...
Resyncs zero_publication via the canonical ALTER PUBLICATION ... SET
TABLE pattern (mirrors migration 143) to publish a thin live view of
automation_runs for dashboard real-time updates. Heavy JSONB fields
(definition_snapshot, inputs, output, artifacts, error) stay on REST.
2026-06-01 21:02:16 +02:00
Anish Sarkar
e3de7c4667
Merge remote-tracking branch 'upstream/dev' into feat/whatsapp-gateway-integration
2026-06-02 00:29:32 +05:30
Anish Sarkar
ebddf4506a
feat(messaging): introduce comprehensive setup docs for Telegram, WhatsApp, Slack, and Discord messaging channels
2026-06-02 00:25:49 +05:30
Anish Sarkar
20994671bc
feat(gateway): add configuration options for Telegram, WhatsApp, Slack, and Discord gateways
2026-06-02 00:03:26 +05:30
Anish Sarkar
799a83239f
feat(gateway): add Slack and Telegram gateway configuration and enablement checks
2026-06-01 23:58:28 +05:30
CREDO23
c752bdd4fb
docs: clarify automation checkpointer TODO
2026-06-01 20:23:11 +02:00
CREDO23
b2b70cfa3e
fix: make migration 144 idempotent
2026-06-01 20:11:25 +02:00
octo-patch
722b5fefcd
feat: upgrade MiniMax default model to M3
...
- Add MiniMax-M3 to the model selection list (set as the new default)
- Add MiniMax-M2.7 and MiniMax-M2.7-highspeed as alternatives
- Remove deprecated MiniMax-M2.5 / M2.5-highspeed entries
- Update example config and Chinese setup docs to reference M3 (512K context)
2026-06-02 01:48:11 +08:00
Anish Sarkar
fc2467be3d
feat(gateway): improve WhatsApp account mode handling and connection filtering
2026-06-01 23:08:56 +05:30
Anish Sarkar
a151e8f729
feat(gateway): enhance WhatsApp account management and connection handling
2026-06-01 22:49:46 +05:30
Anish Sarkar
2d1a6be776
feat(gateway): implement search space management for messaging channels
2026-06-01 21:39:09 +05:30
Anish Sarkar
455a3ee021
feat(web): add Discord messaging channel setup
2026-06-01 20:59:52 +05:30
Anish Sarkar
e85710dd7b
feat(gateway): include Discord in gateway maintenance
2026-06-01 20:59:41 +05:30
Anish Sarkar
7860714f74
feat(gateway): add Discord gateway install flow
2026-06-01 20:59:31 +05:30
Anish Sarkar
05eaa46c3a
feat(gateway): add Discord mention intake supervisor
2026-06-01 20:59:21 +05:30
Anish Sarkar
f8ff58bdce
feat(gateway): route Discord events through external chat
2026-06-01 20:59:13 +05:30
Anish Sarkar
5024b69e69
feat(gateway): handle Discord channel replies
2026-06-01 20:59:04 +05:30
Anish Sarkar
bc8a285187
feat(gateway): add Discord platform adapter
2026-06-01 20:58:50 +05:30
Anish Sarkar
68da295b5d
feat(gateway): add Discord gateway configuration
2026-06-01 20:58:31 +05:30
Anish Sarkar
4b8ca29f9e
feat(gateway): add Discord external chat platform
2026-06-01 20:58:17 +05:30
Anish Sarkar
78fbca1967
refactor(assistant-ui): remove unused ShieldCheck icon from MCPTrustedTools component
2026-06-01 12:38:01 +05:30
Anish Sarkar
ad24c3a369
feat(web): add Slack messaging channel setup
2026-06-01 12:37:35 +05:30
Anish Sarkar
b5cc19843c
feat(gateway): include Slack in gateway maintenance
2026-06-01 12:37:16 +05:30
Anish Sarkar
9c7e093db4
feat(gateway): add Slack gateway webhook flow
2026-06-01 12:37:04 +05:30
Anish Sarkar
f305a2e67d
feat(gateway): route Slack events through external chat
2026-06-01 12:36:53 +05:30
Anish Sarkar
61a3586caf
feat(gateway): handle Slack thread replies
2026-06-01 12:36:39 +05:30
Anish Sarkar
78315eb55b
feat(gateway): add Slack platform adapter
2026-06-01 12:36:27 +05:30
Anish Sarkar
5b71685dad
feat(gateway): add Slack gateway configuration
2026-06-01 12:36:07 +05:30
Anish Sarkar
b0b0f3517b
feat(gateway): add Slack external chat platform
2026-06-01 12:35:52 +05:30
Rohan Verma
c44263e3d8
Merge pull request #1454 from MODSetter/dev_mod
...
feat(release): v0.0.26
2026-05-31 19:31:29 -07:00
DESKTOP-RTLN3BA\$punk
cfa52929cc
fix(docs): add missing line breaks in README files
...
- Added line breaks in the automations section across multiple language README files for improved readability and formatting consistency.
2026-05-31 19:29:36 -07:00
DESKTOP-RTLN3BA\$punk
2690fe1196
feat(pricing): update pricing page and add AI automations details
...
- Revised the pricing page title and description to reflect new features including AI workspace, automations, and agents.
- Enhanced the FAQ section with detailed information about AI automations and agents, including scheduling and event-triggered workflows.
- Updated demo plans to include features related to AI automations and agents, ensuring clarity on capabilities and costs.
- Added a new automation illustration to the homepage features grid, emphasizing the automation capabilities of SurfSense.
2026-05-31 19:22:50 -07:00