Commit Graph

5478 Commits

Author SHA1 Message Date
CREDO23 f695298d30 feat(multi-agent): wire model fallback and retry into subagent middleware 2026-05-05 17:39:27 +02:00
CREDO23 fa6f3015a9 test(hitl): regression net for bundle decision shape preservation 2026-05-05 17:19:39 +02:00
CREDO23 0c55635603 test(hitl): regression net for fail-loud guard on missing resume value 2026-05-05 17:15:28 +02:00
CREDO23 681895d28d test(hitl): regression net for end-to-end resume bridge dispatch 2026-05-05 17:13:13 +02:00
CREDO23 102f77ab7f test(hitl): regression net for surfsense_resume_value pop-on-read 2026-05-05 17:04:19 +02:00
CREDO23 e74fce4166 Merge branch 'dev' into feature/multi-agent 2026-05-05 16:48:11 +02:00
DESKTOP-RTLN3BA\$punk b5be9408f7 Merge commit '9576d1f01fb3ed1bcec9c7908f8590be4da8ff37' into dev 2026-05-05 01:44:39 -07:00
Rohan Verma 9576d1f01f Merge pull request #1347 from MODSetter/fix/stripe-routes
fix: metadata extraction in Stripe checkout session
0.0.22.4
2026-05-05 01:27:11 -07:00
DESKTOP-RTLN3BA\$punk dd8c503eb0 fix: metadata extraction in Stripe checkout session
- Updated the `_get_metadata` function to handle changes in the Stripe SDK, specifically for `StripeObject` which is no longer a subclass of `dict` in `stripe>=15.0`.
- Implemented a fallback mechanism in `finalize_checkout` to recover purchase type from the database if metadata extraction fails, ensuring robust handling of checkout sessions.
2026-05-05 01:26:41 -07:00
Rohan Verma 3c0f318323 Merge pull request #1346 from MODSetter/fix/stripe-routes
fix: stripe routes
0.0.22.3
2026-05-05 01:02:29 -07:00
DESKTOP-RTLN3BA\$punk 0bd3281ccf Merge commit '3edefb95960b05a0cc0c6b121e135bcac834df77' into fix/stripe-routes 2026-05-05 01:01:51 -07:00
DESKTOP-RTLN3BA\$punk 6e1dd40597 feat: implement finalize checkout endpoint and update purchase success handling
- Added a new endpoint `/stripe/finalize-checkout` to synchronously fulfill a checkout session, addressing the webhook-vs-redirect race condition.
- Updated the `PurchaseSuccessPage` component to handle various states of the checkout process, including loading, completed, pending, and failed states.
- Introduced a new response model `FinalizeCheckoutResponse` to provide immediate feedback on the purchase status.
- Enhanced the Stripe API service to include the new finalize checkout functionality.
2026-05-05 01:01:12 -07:00
Rohan Verma 3edefb9596 Merge pull request #1345 from MODSetter/fix/stripe-routes
fix: stripe weebhook
0.0.22.2
2026-05-05 00:18:41 -07:00
DESKTOP-RTLN3BA\$punk 5ff6baedb3 fix: stripe weebhook 2026-05-05 00:17:44 -07:00
DESKTOP-RTLN3BA\$punk ca26676b4f Merge commit '2a63a0ab887c7e6e90efb0f905f68a735c9ed0d5' into dev 2026-05-04 23:58:17 -07:00
Rohan Verma 2a63a0ab88 Merge pull request #1344 from MODSetter/fix/app-py-changes
feat: bumped version to 0.0.22
0.0.22.1 v0.0.22
2026-05-04 21:08:30 -07:00
DESKTOP-RTLN3BA\$punk 0b4bd50bce feat: bumped version to 0.0.22 2026-05-04 21:08:08 -07:00
Rohan Verma e5c00221c8 Merge pull request #1343 from MODSetter/fix/app-py-changes
feat: add CORS preflight response caching for 24 hours
0.0.21.2
2026-05-04 21:05:04 -07:00
DESKTOP-RTLN3BA\$punk cb6357f577 feat: add CORS preflight response caching for 24 hours 2026-05-04 19:55:19 -07:00
DESKTOP-RTLN3BA\$punk 3e8da2bbcc Merge commit '29c25b4ce54d418078c3682e5cc957303b6b8e8a' into dev 2026-05-04 17:36:22 -07:00
Rohan Verma ce6d9233bc Merge pull request #1335 from AnishSarkar22/fix/memory-extraction
refactor(memory): streamline memory extraction
2026-05-04 17:26:27 -07:00
Rohan Verma 7c00840e9a Merge pull request #1326 from CREDO23/feature/multi-agent
[Feature] Opt-in multi-agent chat with bundled human approval
2026-05-04 17:25:03 -07:00
CREDO23 6c4ede5f9a fix(test): pin enable_kb_planner_runnable=false for KB-search planner tests 2026-05-05 02:00:34 +02:00
CREDO23 5119915f4f Merge upstream/dev into feature/multi-agent 2026-05-05 01:44:46 +02:00
CREDO23 9e35cdaec7 Fail loud on registry subagent build error. 2026-05-05 00:38:34 +02:00
CREDO23 6a9433c8ff Apply per-card decisions in HITL bundle resume. 2026-05-05 00:22:10 +02:00
CREDO23 0af2c28a8d Stabilize HITL bundle UX and resume. 2026-05-04 23:58:53 +02:00
CREDO23 972650909c Rename package: multi_agent_chat 2026-05-04 21:57:05 +02:00
CREDO23 d675d4df3f Remove unwired multi_agent_chat package. 2026-05-04 21:45:57 +02:00
CREDO23 216a678f1a Address LLM review findings; trim comments. 2026-05-04 21:32:42 +02:00
CREDO23 65f1f8f73c Harden multi-agent for production: resume cleanup, busy-mutex race, deny propagation, disabled-tools. 2026-05-04 20:48:55 +02:00
CREDO23 7735becd02 Skip middleware gate for native body-gated tools to restore approval-card context. 2026-05-04 19:25:50 +02:00
CREDO23 277bd50f37 Harden HITL for multi-step tasks: bypass internal MCP gate, full-args dedup, and decision-envelope normalization. 2026-05-04 19:25:27 +02:00
CREDO23 4ac3f0b304 Forward HITL decisions from the streaming layer to subagents via the config side-channel. 2026-05-04 18:42:58 +02:00
CREDO23 ba2138c164 Wire SurfSenseCheckpointedSubAgentMiddleware into the multi-agent stack. 2026-05-04 18:42:46 +02:00
CREDO23 acd2fdda8a Add SurfSenseCheckpointedSubAgentMiddleware to bridge HITL into deepagents subagents. 2026-05-04 18:42:39 +02:00
Rohan Verma 29c25b4ce5 Merge pull request #1342 from MODSetter/dev
feat: version bump to 0.0.21
0.0.21.1
2026-05-04 03:17:48 -07:00
DESKTOP-RTLN3BA\$punk b2373c1ba3 Merge commit '743eff42cdbd3b13ee0a72cf2a673a5f2ffde49a' into dev v0.0.21 2026-05-04 03:17:13 -07:00
DESKTOP-RTLN3BA\$punk 4bbf2dac95 feat: version bump 2026-05-04 03:16:15 -07:00
Rohan Verma 743eff42cd Merge pull request #1341 from MODSetter/dev
feat: moved chat persistance to Server Side
0.0.20.5
2026-05-04 03:10:47 -07:00
DESKTOP-RTLN3BA\$punk b5612f1dd0 Merge commit '635866ae39fdff2cd6ce9c0a2babc722a81e113b' into dev 2026-05-04 03:06:57 -07:00
DESKTOP-RTLN3BA\$punk 19b6e0a025 feat: moved chat persistance to Server Side 2026-05-04 03:06:15 -07:00
Anish Sarkar e38e20b484 fix: handle empty response in forced rewrite function
- Updated the `_forced_rewrite` function to strip whitespace from the extracted text and added a warning log if the response is empty, preventing potential issues with empty rewrites.
2026-05-04 12:18:09 +05:30
Anish Sarkar b981b51ab1 Merge remote-tracking branch 'upstream/dev' into fix/memory-extraction 2026-05-04 12:03:44 +05:30
Rohan Verma 635866ae39 Merge pull request #1340 from MODSetter/dev
fix(security): manual auth endpoint leaks
0.0.20.4
2026-05-03 19:23:50 -07:00
DESKTOP-RTLN3BA\$punk 2e1b9b5582 Merge branch 'dev' of https://github.com/MODSetter/SurfSense into dev 2026-05-03 19:14:54 -07:00
DESKTOP-RTLN3BA\$punk 78be75ed54 fix(security): manual auth endpoint leaks 2026-05-03 19:14:51 -07:00
DESKTOP-RTLN3BA\$punk 8337821125 fix(security): manual auth endpoint leaks 2026-05-03 19:14:16 -07:00
Rohan Verma 3b84cf8a97 Merge pull request #1339 from MODSetter/dev
feat: implement agent caches and fix invalid prompt cache configs
0.0.20.3
2026-05-03 06:04:35 -07:00
DESKTOP-RTLN3BA\$punk a34f1fb25c feat: implement agent caches and fix invalid prompt cache configs
- Added a new function `_warm_agent_jit_caches` to pre-warm agent caches at startup, reducing cold invocation costs.
- Updated the `SurfSenseContextSchema` to include per-invocation fields for better state management during agent execution.
- Introduced caching mechanisms in various tools to ensure fresh database sessions are used, improving performance and reliability.
- Enhanced middleware to support new context features and improve error handling during connector and document type discovery.
2026-05-03 06:03:40 -07:00