Commit graph

  • 2e4959f947 fix(docker): add reverse proxy for zero sync auth context in Caddyfile DESKTOP-RTLN3BA\$punk 2026-06-26 12:24:12 -07:00
  • 14352d6f37
    Merge pull request #1548 from MODSetter/dev Rohan Verma 2026-06-26 12:03:45 -07:00
  • 3556d43c53 Merge commit 'cdc7c8ff7f' into dev DESKTOP-RTLN3BA\$punk 2026-06-26 12:01:28 -07:00
  • b4e8aa0a1c feat(docker): add proxy directory and Caddyfile to installation script DESKTOP-RTLN3BA\$punk 2026-06-26 12:00:50 -07:00
  • cdc7c8ff7f
    Merge pull request #1547 from MODSetter/dev 0.0.30.4 Rohan Verma 2026-06-26 11:31:50 -07:00
  • 47e4dd9403 Merge commit '2148053569' into dev DESKTOP-RTLN3BA\$punk 2026-06-26 11:30:37 -07:00
  • ab7d138b32 feat(hotpatch): fix migration 168 DESKTOP-RTLN3BA\$punk 2026-06-26 11:30:06 -07:00
  • 2148053569
    Merge pull request #1544 from AnishSarkar22/fix/login-button 0.0.30.3 Rohan Verma 2026-06-26 11:06:22 -07:00
  • e6fa9f177e
    Merge pull request #1545 from AnishSarkar22/fix/auth-session 0.0.30.2 Anish Sarkar 2026-06-26 22:43:59 +05:30
  • f14c471a03 refactor(ZeroProvider): simplify route handling by removing desktop check for public routes Anish Sarkar 2026-06-26 22:15:48 +05:30
  • 902b3374ea docs(env): update spawn-paused runbook to workspace_id (Phase 2 carve-outs) CREDO23 2026-06-26 18:38:11 +02:00
  • ca9bd28934 test: rename SearchSpace -> Workspace across tests + fixtures (Phase 2 Wave F) CREDO23 2026-06-26 18:36:46 +02:00
  • 3ce759f1d6 refactor(auth): streamline session handling with authenticatedFetch Anish Sarkar 2026-06-26 22:05:11 +05:30
  • 56826a63bc refactor(routes): rename to workspace + consolidate URL spellings (Phase 2 Wave E) CREDO23 2026-06-26 18:35:08 +02:00
  • 4b6bcaeb1b refactor(auth): reuse desktop token cache in API clients Anish Sarkar 2026-06-26 22:04:59 +05:30
  • 652a25be37 refactor(chat): use shared authenticated fetch for chat requests Anish Sarkar 2026-06-26 22:04:33 +05:30
  • 4c257e9122 refactor(auth): route session and zero context through shared fetch Anish Sarkar 2026-06-26 22:04:23 +05:30
  • 9fc93e5e82 fix(auth): centralize session refresh retry Anish Sarkar 2026-06-26 22:03:59 +05:30
  • 7fb0707933 refactor(backend): rename search_space -> workspace across app bulk (Phase 2 Wave D) CREDO23 2026-06-26 18:30:47 +02:00
  • 0c53d884eb refactor(schemas): rename SearchSpace -> Workspace in Pydantic schemas (Phase 2 Wave C) CREDO23 2026-06-26 18:23:43 +02:00
  • d948b769ba refactor(db): rename search_space to workspace in satellite ORM models (Phase 2 Wave B) CREDO23 2026-06-26 18:20:28 +02:00
  • df03565940 refactor(db): rename SearchSpace ORM core to Workspace (Phase 2 Wave A) CREDO23 2026-06-26 18:18:50 +02:00
  • 49d3001fbf docs(db): tighten migration 170 docstring, move publication invariant to call site CREDO23 2026-06-26 17:59:05 +02:00
  • ef9b5b42a8 feat: update JWT token lifetime and enhance header management in chat page Anish Sarkar 2026-06-26 21:25:27 +05:30
  • 013fae6eba feat: enhance session handling in useSession and auth-fetch Anish Sarkar 2026-06-26 21:25:00 +05:30
  • 23c128dd0d feat: improve fetchZeroContext with enhanced session handling Anish Sarkar 2026-06-26 21:24:44 +05:30
  • de4507f413 feat: enhance session management in chat page Anish Sarkar 2026-06-26 21:00:55 +05:30
  • 5090ed734d feat(db): rename searchspace schema to workspace (migration 170) CREDO23 2026-06-26 17:27:31 +02:00
  • 464e28ea25 refactor(db): publish workspace_id column in zero_publication CREDO23 2026-06-26 16:56:39 +02:00
  • a80cb8c060 feat: update authentication defaults to LOCAL Anish Sarkar 2026-06-26 18:52:42 +05:30
  • c6d4e5df7c refactor(db): rename searchspaces table to workspaces CREDO23 2026-06-26 13:27:16 +02:00
  • 35f80268df refactor(db): rename search_space_roles table to workspace_roles CREDO23 2026-06-26 12:31:49 +02:00
  • 0ed043379d refactor(db): rename search_space_memberships table to workspace_memberships CREDO23 2026-06-26 12:30:38 +02:00
  • 3b545540e9 refactor(db): rename search_space_invites table to workspace_invites CREDO23 2026-06-26 12:29:29 +02:00
  • 581ae693fc refactor(db): shim podcasts.search_space_id to physical workspace_id CREDO23 2026-06-26 12:12:13 +02:00
  • bb953e6857 refactor(db): shim notifications.search_space_id to physical workspace_id CREDO23 2026-06-26 12:12:13 +02:00
  • 9271678c73 refactor(db): shim automations.search_space_id to physical workspace_id CREDO23 2026-06-26 12:12:13 +02:00
  • e2578e09bc refactor(db): shim document_files.search_space_id to physical workspace_id CREDO23 2026-06-26 12:08:26 +02:00
  • 533cdfcc81 refactor(db): map search_space_id ORM attrs to physical workspace_id column CREDO23 2026-06-26 12:05:52 +02:00
  • 3b31352e19 fix: make migration 168 idempotent for from-scratch upgrades CREDO23 2026-06-26 11:35:30 +02:00
  • 34216d05de chore: synced plans DESKTOP-RTLN3BA\$punk 2026-06-25 23:40:34 -07:00
  • aee3ffe4af Merge commit '5b5e95971e' into ci_mvp DESKTOP-RTLN3BA\$punk 2026-06-25 22:48:38 -07:00
  • 5b5e95971e
    Merge pull request #1541 from MODSetter/dev v0.0.30 0.0.30.1 Rohan Verma 2026-06-25 21:17:07 -07:00
  • e1ffbfea27 feat: bumped version to 0.0.30 DESKTOP-RTLN3BA\$punk 2026-06-25 21:05:04 -07:00
  • c3f242a6b2 feat: fix desktop auth issues DESKTOP-RTLN3BA\$punk 2026-06-25 20:58:50 -07:00
  • 1bf7f116d6 chore: linting DESKTOP-RTLN3BA\$punk 2026-06-25 20:20:26 -07:00
  • 9642d7ced0 feat: antropic model added fix & kb tooling fixes DESKTOP-RTLN3BA\$punk 2026-06-25 20:19:44 -07:00
  • b4af67f77d
    Merge pull request #1540 from DhruvTilva/fix/table-element-text-as-html-keyerror Rohan Verma 2026-06-25 13:35:41 -07:00
  • 94fdb8a113
    Merge pull request #1539 from CREDO23/improve-chat-agent-context-and-citations Rohan Verma 2026-06-25 13:34:52 -07:00
  • 5a6ea29610
    Merge pull request #1537 from DhruvTilva/test/validators-unit-tests Rohan Verma 2026-06-25 13:33:03 -07:00
  • 96e42a1003
    Merge pull request #1536 from CREDO23/feature-mention-chat-in-chat Rohan Verma 2026-06-25 13:32:25 -07:00
  • efa9efc80b
    Merge pull request #1532 from CREDO23/imporve-artifacts-accessibility Rohan Verma 2026-06-25 13:31:45 -07:00
  • 6950646bf1
    Merge pull request #1535 from AnishSarkar22/feat/auth-revamp Rohan Verma 2026-06-25 13:31:02 -07:00
  • bf805fd81e fix: use token-safe truncation for document embeddings DhruvTilva 2026-06-26 00:09:11 +05:30
  • 147c690051 fix: prevent spurious leading spaces in nested codeBlock interior lines DhruvTilva 2026-06-26 00:04:41 +05:30
  • e16e4e2c5c fix: guard missing text_as_html in Table element markdown conversion DhruvTilva 2026-06-25 23:52:15 +05:30
  • d5e2540e51 refactor(api): rename personal access tokens to API keys and update related UI components for consistency Anish Sarkar 2026-06-25 23:22:11 +05:30
  • 232cc937c5 docs: remove ADR 0001 (RAG/citation architecture shipped) CREDO23 2026-06-25 18:50:58 +02:00
  • 2beafbdec8 agent: retire eager KB priority/planner path and its dead flags CREDO23 2026-06-25 18:37:14 +02:00
  • 0148647b98 prompts: remove orphaned system_prompt_composer surface CREDO23 2026-06-25 18:37:04 +02:00
  • 5bda944321 citations: normalize word-glued [n] markers CREDO23 2026-06-25 16:28:31 +02:00
  • ce15016533 citations: consolidate prompts, retire eager path, refresh ADR CREDO23 2026-06-25 15:27:09 +02:00
  • 49d675c065 web-search: register results on the citation registry (Channel B -> A) CREDO23 2026-06-25 15:26:51 +02:00
  • c98bdea5cf search-kb: on-demand KB tool on the [n] spine; drop kb_matched_chunk_ids CREDO23 2026-06-25 15:26:39 +02:00
  • 04a76b163b citations: conversation-scoped registry with finalize-time [n] resolution CREDO23 2026-06-25 15:26:25 +02:00
  • 265888d21c document-render: unify KB/web rendering on numbered [n] passages CREDO23 2026-06-25 15:26:16 +02:00
  • 761edf4a74 feat: backend plans drafts DESKTOP-RTLN3BA\$punk 2026-06-25 02:58:58 -07:00
  • 852ab3a576 retrieval: add hybrid search behavior tests CREDO23 2026-06-25 09:15:59 +02:00
  • e72b17fbed retrieval: instrument hybrid search; note deferred citation markers CREDO23 2026-06-25 09:00:23 +02:00
  • e12afa7c8f adr: note citation prompt cutover CREDO23 2026-06-25 08:35:59 +02:00
  • e16a2af44e prompts: add ordinal citation contract CREDO23 2026-06-25 08:35:59 +02:00
  • 915ad80e19 retrieval: add unit tests for pure components CREDO23 2026-06-25 08:23:30 +02:00
  • 4fe208557a retrieval: add reranking wrapper and context service CREDO23 2026-06-25 08:23:29 +02:00
  • 407bfcd94f retrieval: add source label and retrieved-document adapter CREDO23 2026-06-25 08:23:29 +02:00
  • 608192057f retrieval: add search scope models and hybrid chunk search CREDO23 2026-06-25 08:23:29 +02:00
  • 26a1431e87 retrieved_context: drop document completeness concept CREDO23 2026-06-25 08:23:29 +02:00
  • cb381fa36a feat: added phase 4 DESKTOP-RTLN3BA\$punk 2026-06-24 23:07:08 -07:00
  • 6bb20df510 citations: rewrite model [n] ordinals to frontend [citation:] markers CREDO23 2026-06-25 06:48:25 +02:00
  • 2a3e2de644 feat: plans till phase 3 DESKTOP-RTLN3BA\$punk 2026-06-24 21:07:08 -07:00
  • 96b64166b1 refactor(ipc): remove showDashboardAfterAuth function and its invocation after OAuth token retrieval Anish Sarkar 2026-06-25 04:37:03 +05:30
  • 2e33ba7723 chore: fix linting Anish Sarkar 2026-06-25 04:31:36 +05:30
  • d6bffa6f07 chore: fix linting Anish Sarkar 2026-06-25 04:31:22 +05:30
  • 7d4c994900 refactor(blocknote): enhance inline content rendering by incorporating inherited styles Anish Sarkar 2026-06-25 04:19:21 +05:30
  • f3a4437acd feat(oauth): add checks for oauth_account table existence before migration Anish Sarkar 2026-06-25 03:55:49 +05:30
  • e5aded5a65 feat(oauth): migrate Google OAuth account IDs to use 'sub' and enhance user resolution logic Anish Sarkar 2026-06-25 03:18:42 +05:30
  • b043911325 references: route @chat through chat/ slice CREDO23 2026-06-24 22:54:58 +02:00
  • e8a4239151 references: chat package surface CREDO23 2026-06-24 22:54:58 +02:00
  • 0179473f57 references: chat reference resolver CREDO23 2026-06-24 22:54:58 +02:00
  • c0ebb9c26b references: chat access-checked thread lookup CREDO23 2026-06-24 22:54:58 +02:00
  • db442b3961 retrieved_context: renderer tests CREDO23 2026-06-24 22:38:47 +02:00
  • 9ffbba8d8c retrieved_context: package surface CREDO23 2026-06-24 22:38:47 +02:00
  • 1f5da25ef5 retrieved_context: renderer CREDO23 2026-06-24 22:38:47 +02:00
  • 4d68fa8998 retrieved_context: models CREDO23 2026-06-24 22:38:47 +02:00
  • 939bfb2c18 references: discriminated per-kind reference types CREDO23 2026-06-24 22:07:54 +02:00
  • efe9429133 references: connector field tests CREDO23 2026-06-24 21:52:31 +02:00
  • bffe2491d6 references: resolve_references fan-out CREDO23 2026-06-24 21:52:31 +02:00
  • 9954a2d960 references: chat resolver CREDO23 2026-06-24 21:52:31 +02:00
  • db9b32c72f references: connector resolver CREDO23 2026-06-24 21:52:31 +02:00
  • 5faf0da5bf references: folder path tests CREDO23 2026-06-24 21:48:52 +02:00
  • b5a6e4c32a references: folder resolver CREDO23 2026-06-24 21:48:52 +02:00