Commit Graph

5351 Commits

Author SHA1 Message Date
Anish Sarkar 6f8921ee65 chore(web): add Playwright as dev dependency 2026-05-04 17:43:30 +05:30
Anish Sarkar 9000ec6fc9 feat: remove the e2e test 2026-05-04 13:55:23 +05:30
Anish Sarkar 4ac994792b feat: add e2e test cursor skill 2026-05-04 13:54:13 +05:30
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
Rohan Verma 90a653c8c7 Merge pull request #1337 from MODSetter/dev
fix: docker issues
0.0.20.2
2026-05-03 00:40:39 -07:00
DESKTOP-RTLN3BA\$punk cab1dd6fb2 fix: docker issues 2026-05-03 00:39:27 -07:00
Rohan Verma 2bd068dec6 Merge pull request #1336 from MODSetter/dev
0.0.20: platform-wide chat, billing, connector, and desktop upgrades
0.0.20.1 v0.0.20
2026-05-02 23:56:56 -07:00
DESKTOP-RTLN3BA\$punk 54020fe11a Merge commit 'd59be442e6ba8614087cbfa72966a3cc677073d4' into dev 2026-05-02 23:42:20 -07:00
DESKTOP-RTLN3BA\$punk 30d06affdc chore: bumped version to 0.0.20 2026-05-02 23:40:44 -07:00
DESKTOP-RTLN3BA\$punk e4f9d79635 feat: add preferred premium auto configuration logic and corresponding tests 2026-05-02 23:35:47 -07:00
DESKTOP-RTLN3BA\$punk c938d39277 feat: moved most things behind correct feature flag 2026-05-02 23:10:48 -07:00
DESKTOP-RTLN3BA\$punk bdb97a0888 chore: linting 2026-05-02 22:25:04 -07:00
DESKTOP-RTLN3BA\$punk cea8618aed fix: fixed composio issues 2026-05-02 21:16:03 -07:00
DESKTOP-RTLN3BA\$punk 47b2994ec7 feat: fixed vision/image provider specific errors and fixed podcast/video streaming 2026-05-02 19:18:53 -07:00
DESKTOP-RTLN3BA\$punk ae9d36d77f feat: unified credits and its cost calculations 2026-05-02 14:34:23 -07:00
Rohan Verma 451a98936e Merge pull request #1332 from AnishSarkar22/feat/model-pinnning-mode
feat: Auto-pin quality scoring, OpenRouter tier refactor and live usage sidebar
2026-05-01 15:57:19 -07:00
Anish Sarkar cd25175b84 chore: ran linting 2026-05-02 03:36:13 +05:30
Anish Sarkar b9b4d0b377 chore(usage): stop polling /users/me and token-status for live fields 2026-05-02 03:32:58 +05:30
Anish Sarkar 38a4742ec6 feat(settings): live buy-tokens meter via Zero 2026-05-02 03:32:37 +05:30
Anish Sarkar 6b06416d47 feat(sidebar): live pages meter via Zero for authenticated users 2026-05-02 03:32:19 +05:30
Anish Sarkar 2a14c05282 feat(sidebar): live premium tokens meter via Zero 2026-05-02 03:32:05 +05:30
Anish Sarkar 05eef5a7db feat(zero): add userTable + queries.user.me() synced query 2026-05-02 03:31:50 +05:30
Anish Sarkar e9d964514b feat(alembic): add user table to zero_publication for selective replication of usage metrics 2026-05-02 03:31:03 +05:30
Anish Sarkar d14fed43c6 feat(documents): add endpoint to retrieve document by virtual path 2026-05-02 02:45:27 +05:30
Anish Sarkar 789d8ce62e feat(stream_new_chat): wire preflight + early repin into auto-mode flow 2026-05-02 02:08:34 +05:30
Anish Sarkar 7c1c394fe4 feat(stream_new_chat): add lightweight LLM preflight probe for auto-pin 2026-05-02 02:07:44 +05:30
Anish Sarkar 2764fa5e30 feat(openrouter): clear healthy-status cache on catalogue refresh 2026-05-02 02:07:30 +05:30
Anish Sarkar 14686cdf82 feat(auto_pin): add short-TTL healthy-status cache for preflight reuse 2026-05-02 02:07:16 +05:30
Anish Sarkar 25ccc959cf feat(busy_mutex): enhance thread lock management to prevent stale middleware interference 2026-05-02 01:35:30 +05:30
Anish Sarkar f65b3be1ce feat(auto_model_pin): implement runtime cooldown for error handling and enhance candidate selection 2026-05-02 00:57:52 +05:30
Anish Sarkar 4bef75d298 feat(auto_pin): quality-aware tier-locked selection with health gate 2026-05-01 23:38:53 +05:30
Anish Sarkar 1eedcaa551 feat(openrouter): blend per-model /endpoints health into quality score 2026-05-01 23:38:40 +05:30
Anish Sarkar c229b4356a feat(config): stamp Auto (Fastest) ranking metadata on YAML configs 2026-05-01 23:38:21 +05:30
Anish Sarkar d9058b73f5 feat(auto_pin): add pure-function quality scoring module 2026-05-01 23:37:49 +05:30
Anish Sarkar 421a4d7d08 refactor(auto_model_pin): simplify thread-level pinning by removing unused fields and indexes 2026-05-01 19:32:42 +05:30
Anish Sarkar 1863f2832b fix(LayoutShell): add 'isolate' class to main content panel 2026-05-01 18:43:45 +05:30
Anish Sarkar 680a1c1c38 refactor(openrouter): remove virtual openrouter/free auto-select entry 2026-05-01 18:16:47 +05:30
Anish Sarkar 4d34b56c4d docs(router): drop reference to virtual openrouter/free in is_premium_model 2026-05-01 18:09:50 +05:30
Anish Sarkar 2019e90a04 test(openrouter): cover pool filter, per-model tier, legacy config warnings 2026-05-01 17:42:54 +05:30
Anish Sarkar 925c33abd1 chore(config): deprecate billing_tier / anonymous_enabled, split anon flags 2026-05-01 17:42:44 +05:30
Anish Sarkar ccd7caf99f feat(openrouter): derive billing tier per-model and stabilize config IDs 2026-05-01 17:42:21 +05:30
Anish Sarkar 5dd45a5740 refactor(router): add router_pool_eligible filter and rebuild() API 2026-05-01 17:41:52 +05:30
DESKTOP-RTLN3BA\$punk e57c3a7d0c feat: prompt caching
- Updated `litellm` dependency version from `1.83.4` to `1.83.7`.
- Adjusted `aiohttp` version from `3.13.5` to `3.13.4` in the lock file.
- Implemented `apply_litellm_prompt_caching` in `chat_deepagent.py` to improve prompt caching.
- Added model name resolution logic in `chat_deepagent.py` to ensure correct provider-variant dispatch.
- Enhanced `llm_config.py` to configure prompt caching for various LLM providers.
- Updated tests to verify correct model name forwarding and prompt caching behavior.
2026-05-01 05:10:53 -07:00
Rohan Verma d59be442e6 Merge pull request #1328 from MODSetter/ci/add-notary-status-workflow
ci: add diagnostic notary-status workflow
2026-04-30 20:56:58 -07:00
DESKTOP-RTLN3BA\$punk efb5664afd ci: add diagnostic notary-status workflow
Made-with: Cursor
2026-04-30 20:55:40 -07:00
DESKTOP-RTLN3BA\$punk 360b5f8e3a chore: update environment variables for improved macOS codesigning debugging 2026-04-30 20:47:30 -07:00