DESKTOP-RTLN3BA\$punk
|
ae9d36d77f
|
feat: unified credits and its cost calculations
|
2026-05-02 14:34:23 -07:00 |
|
Anish Sarkar
|
05eef5a7db
|
feat(zero): add userTable + queries.user.me() synced query
|
2026-05-02 03:31:50 +05:30 |
|
DESKTOP-RTLN3BA\$punk
|
e651c41372
|
feat: enhance tool input streaming and agent action handling for improved chat experience
Build and Push Docker Images / tag_release (push) Waiting to run
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Blocked by required conditions
|
2026-04-30 03:13:58 -07:00 |
|
Anish Sarkar
|
ae98f64760
|
feat: enhance folder indexing with metadata management and improve folder structure handling in UI components
|
2026-04-08 16:48:40 +05:30 |
|
DESKTOP-RTLN3BA\$punk
|
685ad0c02d
|
feat: add folder management features including creation, deletion, and organization of documents within folders
|
2026-03-27 01:39:15 -07:00 |
|
CREDO23
|
0e49cc33f8
|
format: auto-fix via pnpm format:fix
|
2026-03-24 16:07:28 +02:00 |
|
CREDO23
|
da8f90bfe2
|
feat: add Zero queries for all 6 synced tables
Define named queries matching each Electric hook's data needs:
- notifications.byUser (use-inbox)
- documents.bySpace (use-documents, use-documents-processing)
- connectors.bySpace (use-connectors-electric)
- messages.byThread (use-messages-electric)
- comments.byThread (use-comments-electric)
- chatSession.byThread (use-chat-session-state)
Also moves schema files from zero/tables/ to zero/schema/ for
consistent modular folder structure.
|
2026-03-23 17:54:43 +02:00 |
|
CREDO23
|
af2bd744fb
|
feat: add Zero schema with 6 table definitions and relationships
- Create zero/tables/inbox.ts (notifications)
- Create zero/tables/documents.ts (documents, search_source_connectors)
- Create zero/tables/chat.ts (new_chat_messages, chat_comments, chat_session_state)
- Create zero/schema.ts (combines tables, defines relationships, exports zql)
- Consolidate Zero type augmentations into types/zero.d.ts
|
2026-03-23 17:44:05 +02:00 |
|