Commit Graph

2848 Commits

Author SHA1 Message Date
Krishav Raj Singh 4583a7c371 updated snapshot 2025-08-29 11:17:33 +05:30
Marko Kraemer dab74b1ca6
Merge pull request #1481 from kortix-ai/ffrankan-fix/redis-connection-optimization
wip
2025-08-28 22:32:42 -07:00
Marko Kraemer 70b234b3be
Merge branch 'main' into ffrankan-fix/redis-connection-optimization 2025-08-28 22:32:37 -07:00
marko-kraemer 1951f883df wip 2025-08-28 22:31:19 -07:00
marko-kraemer 93152dd1b9 wip 2025-08-28 22:30:41 -07:00
Krishav 03b3ecb4f8
Merge branch 'kortix-ai:main' into feat/pptx 2025-08-29 10:52:37 +05:30
Krishav Raj Singh 69def48771 oauth migrations 2025-08-29 10:50:47 +05:30
Marko Kraemer 45084bfd38
Merge pull request #1477 from escapade-mckv/docs-page
Docs page
2025-08-28 22:00:59 -07:00
Krishav Raj Singh 020bfcda9d google oauth 2025-08-29 10:06:21 +05:30
Krishav Raj Singh 701983e863 toasts 2025-08-29 09:16:14 +05:30
Krishav Raj Singh 588add8945 draggable editor-header 2025-08-29 08:35:51 +05:30
Krishav Raj Singh e9b77c5ee0 remove white space 2025-08-29 06:07:32 +05:30
Krishav Raj Singh 045f27eaa1 feat: upload to drive 2025-08-29 05:55:02 +05:30
Krishav 67705e6345
Merge branch 'kortix-ai:main' into feat/pptx 2025-08-29 05:27:56 +05:30
Marko Kraemer fc842cb601
Merge pull request #1475 from ffrankan/fix/redis-connection-optimization
Fix Redis connection optimization in SSE streaming
2025-08-28 16:11:40 -07:00
Vukasin b92cb3ce01 feat: enable app triggers 2025-08-28 16:08:30 -07:00
marko-kraemer 06df493157 improvements 2025-08-28 16:08:30 -07:00
marko-kraemer f723e4bbd6 ux/ui improvements, improved agent config, improved streaming 2025-08-28 16:08:30 -07:00
marko-kraemer 637767ae8e fix 2025-08-28 16:08:30 -07:00
Krishav 44f83deb1e
Merge branch 'kortix-ai:main' into feat/pptx 2025-08-29 04:12:32 +05:30
kubet 5319a09476
Merge pull request #1479 from kubet/feat/enable-app-triggers
feat: enable app triggers
2025-08-28 18:01:54 +02:00
Vukasin ec8989bb21 feat: enable app triggers 2025-08-28 17:59:30 +02:00
Saumya e3f7a2de0e Merge branch 'main' of github.com:escapade-mckv/suna into docs-page 2025-08-28 13:09:58 +05:30
Saumya 455dbb74e0 docs page 2025-08-28 13:07:42 +05:30
marko-kraemer d79adf8b95 improvements 2025-08-27 23:04:07 -07:00
marko-kraemer fd6f621eef ux/ui improvements, improved agent config, improved streaming 2025-08-27 21:37:04 -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 d4c1b3016e fix 2025-08-27 16:58:41 -07:00
marko-kraemer d2180bada3 center loader 2025-08-27 16:55:01 -07:00
Krishav d707923aee
Merge branch 'kortix-ai:main' into feat/pptx 2025-08-28 04:58:56 +05:30
Krishav Raj Singh cf507c521e refactor 2025-08-28 04:57:46 +05:30
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
Krishav Raj Singh 077b60fb3b seprate visual elements while pptx download 2025-08-27 20:16:41 +05:30
Krishav Raj Singh 1a778b4ab4 feat: present_presentation if slides are completed 2025-08-27 20:10:28 +05:30
Krishav Raj Singh e48aead790 show presentationViewer if filepath is of ppt 2025-08-27 20:10:21 +05:30
Krishav Raj Singh 83fd5196eb disable button when downloading 2025-08-27 20:04:58 +05:30
Krishav Raj Singh 7c7c05228e improved router 2025-08-27 20:04:58 +05:30
Krishav Raj Singh 9cd6e34c0b ui: download pptx 2025-08-27 20:04:58 +05:30
Krishav Raj Singh ba3a7e7bc9 feat: download pptx 2025-08-27 20:04:58 +05:30
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