marko-kraemer
637767ae8e
fix
2025-08-28 16:08:30 -07:00
Frank An
b3fef49e4c
fix(agent): optimize Redis connections in SSE streaming
...
Reduce Redis connection usage in SSE streams by merging two separate PubSub
connections (response + control) into a single connection. This addresses
the "too many connections" issue by halving the connection count per stream
and improves cleanup reliability.
Changes:
- Merge response_channel and control_channel subscriptions into one PubSub
- Simplify message listening logic with unified channel handling
- Strengthen cleanup sequence: unsubscribe → close → cancel
- Add error handling for pubsub cleanup edge cases
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-28 11:27:38 +08:00
marko-kraemer
d2180bada3
center loader
2025-08-27 16:55:01 -07:00
marko-kraemer
6e7d16ff15
slight unify shared comp share & thread page
2025-08-27 16:17:27 -07:00
marko-kraemer
6dbc63baee
improve streaming
2025-08-27 15:48:44 -07:00
marko-kraemer
5c8a82ffc4
fix
2025-08-27 15:12:47 -07:00
marko-kraemer
7d1c096c8c
share
2025-08-27 14:55:55 -07:00
marko-kraemer
d782582d74
md image render & fix tool call cut off
2025-08-26 20:19:14 -07:00
Bobbie
14edb083e7
Merge pull request #1467 from escapade-mckv/fix-integrations-saving
...
Fix integrations saving
2025-08-27 02:52:09 +05:30
Saumya
ca2b146b45
fix custom mcps saving
2025-08-27 02:51:46 +05:30
Saumya
938f049ac9
fix custom mcps saving
2025-08-27 02:49:17 +05:30
Saumya
d64f51ada4
chore: auto save integrations
2025-08-27 00:00:44 +05:30
kubet
c4803768f4
Merge pull request #1465 from kubet/fix/integration-tool-interface-improvement
...
fix: tool slug saving
2025-08-26 20:17:03 +02:00
Vukasin
8155b65a54
fix: tool slug saving
2025-08-26 20:16:11 +02:00
kubet
c4be0791a7
Merge pull request #1464 from kubet/fix/integration-tool-interface-improvement
...
fix: improve integration tool interface
2025-08-26 20:04:01 +02:00
Vukasin
39cd190311
fix: improve integration tool interface
2025-08-26 20:03:23 +02:00
Bobbie
f713c51daf
Merge pull request #1461 from escapade-mckv/fix-pagination
...
fix pagination in agents tab
2025-08-26 17:01:56 +05:30
Saumya
a69d61c8f6
fix pagination in agents tab
2025-08-26 16:59:58 +05:30
Bobbie
270a3d2ea2
Merge pull request #1460 from escapade-mckv/suna-creates-agents
...
Suna creates agents
2025-08-26 14:34:27 +05:30
Saumya
b40b4bee22
agent update tool
2025-08-26 14:33:56 +05:30
Saumya
da92c1de77
agent update tool
2025-08-26 14:31:19 +05:30
Saumya
8a4debfa9b
agent update tool
2025-08-26 14:17:35 +05:30
Saumya
1946d8c2ed
Merge branch 'main' of github.com:escapade-mckv/suna into suna-creates-agents
2025-08-26 13:58:42 +05:30
Saumya
beea83916b
agent creation capabilities suna
2025-08-26 13:58:27 +05:30
marko-kraemer
008c8944bc
billing modal
2025-08-25 16:00:11 -07:00
marko-kraemer
ad48d9ebe8
cancel plan
2025-08-25 15:40:26 -07:00
Bobbie
4171e3259b
Merge pull request #1443 from nettanvirdev/fix/avoid-stream-on-old-runs
...
Fix: Avoid streaming for inactive agent runs when opening old threads
2025-08-26 02:14:36 +05:30
Bobbie
33ddd9303f
Merge pull request #1456 from nettanvirdev/updated-docs-self-hosting
...
fix: updated self hosting docs, removed slack configuration, updated setup.py
2025-08-26 02:12:30 +05:30
nettanvirdev
01c1e631e4
fix: updated self hosting docs, removed slack configuration, updated setup.py
2025-08-26 00:10:46 +06:00
nettanvirdev
87e51496cb
fix: updated self hosting docs, removed slack configuration, updated setup.py
2025-08-26 00:07:18 +06:00
nettanvirdev
d902f28695
fix: updated self hosting docs, removed slack configuration, updated setup.py
2025-08-26 00:04:46 +06:00
kubet
0ec3a341c9
Merge pull request #1454 from kubet/fix/csv-improvements
...
Fix/csv improvements
2025-08-25 17:03:25 +02:00
Vukasin
3f481e8091
Merge remote-tracking branch 'upstream/main' into fix/csv-improvements
2025-08-25 16:20:24 +02:00
Vukasin
90a789192a
feat: add XLSX support for file previews and rendering
2025-08-25 16:20:21 +02:00
Bobbie
a189e25a82
Merge pull request #1451 from escapade-mckv/agent-icons
...
enhance color picker
2025-08-25 12:07:29 +05:30
Saumya
a445ef4611
enhance color picker
2025-08-25 12:01:55 +05:30
kubet
7a67ebe746
Merge pull request #1446 from kubet/fix/csv-improvements
...
Fix/csv improvements
2025-08-24 21:40:16 +02:00
Vukasin
87d25e3634
Merge remote-tracking branch 'upstream/main' into fix/csv-improvements
2025-08-24 21:38:24 +02:00
Vukasin
85abdf7698
fix: styling
2025-08-24 21:38:15 +02:00
Bobbie
7ed528400c
Merge pull request #1445 from escapade-mckv/agent-icons
...
debug agent icons
2025-08-25 00:48:39 +05:30
Saumya
47238cba3b
debug agent icons
2025-08-25 00:47:41 +05:30
nettanvirdev
74b89f4020
frontend(thread): avoid streaming for inactive agent runs and quiet expected not-running/404 cases\n\n- Thread page: only auto-start streaming on load when agentStatus === 'running'\n- useAgentStream: pre-check status; finalize quietly for not-running/not-found; suppress toasts for expected cases\n- Reduce noisy logs/toasts when opening historical threads
2025-08-24 23:31:43 +06:00
Bobbie
70df974720
Merge pull request #1442 from escapade-mckv/agent-icons
...
create agent with a default icon
2025-08-24 22:45:25 +05:30
Saumya
a7df37b0ba
create agent with a default icon
2025-08-24 22:44:29 +05:30
Bobbie
dad49f8a50
Merge pull request #1441 from escapade-mckv/agent-icons
...
fix agent creation error
2025-08-24 22:35:27 +05:30
Saumya
2e31dd4593
fix agent creation error
2025-08-24 22:34:32 +05:30
Bobbie
e4189c74a3
Merge pull request #1440 from escapade-mckv/agent-icons
...
agents use icons and bg color
2025-08-24 20:49:30 +05:30
Saumya
f55cc025d7
agents use icons and bg color
2025-08-24 20:48:04 +05:30
Bobbie
ab32d5040f
Merge pull request #1439 from escapade-mckv/agent-icons
...
Agent icons
2025-08-24 17:17:52 +05:30
Saumya
7af07582ff
agents use icons and bg color
2025-08-24 17:16:50 +05:30