Commit Graph

  • ee241e0ff2 Merge pull request #1517 from AnishSarkar22/hotpatch/docker-auth-type main 0.0.29.5 Anish Sarkar 2026-06-21 09:27:41 +05:30
  • cd2242147a Merge pull request #1523 from CREDO23/fix/chat-citations dev Rohan Verma 2026-06-19 21:01:15 -07:00
  • 31a14190e3 fix: update upload conftest mock to span-aware chunker CREDO23 2026-06-19 19:36:26 +02:00
  • cfc3be5b1f fix: gate desktop right panel to prevent duplicate mobile editor CREDO23 2026-06-19 19:22:19 +02:00
  • cfafed09bc fix: forward citation line anchor to editor panel and harden reveal CREDO23 2026-06-19 19:12:14 +02:00
  • 1cb7633920 Merge upstream/main into fix/chat-citations CREDO23 2026-06-19 18:25:37 +02:00
  • 5f341bdd2f feat: parse and render kb line citations CREDO23 2026-06-19 17:37:41 +02:00
  • 73dd4e8e3a feat: embed line-citation tokens in search hits CREDO23 2026-06-19 17:37:41 +02:00
  • 188ae053ac feat: serve numbered source_markdown reads with citation preamble CREDO23 2026-06-19 17:37:41 +02:00
  • fc17b9becd docs: rename evidence.chunk_ids to citations in desktop kb prompt CREDO23 2026-06-19 17:32:45 +02:00
  • 30ca0e1ef5 docs: readonly kb specialist cites line or chunk form CREDO23 2026-06-19 17:32:45 +02:00
  • 3c63a7bcd3 docs: kb specialist cites numbered or legacy chunk form CREDO23 2026-06-19 17:32:45 +02:00
  • 141801f1cc docs: clarify web/kb/legacy citation channels CREDO23 2026-06-19 17:32:45 +02:00
  • 691685dd16 test: cover read preamble and matched line ranges CREDO23 2026-06-19 15:43:21 +02:00
  • 1741fdc9c8 feat: numbered-read preamble and matched line ranges CREDO23 2026-06-19 15:43:21 +02:00
  • 049c70dc91 feat: open citations in source view at lines CREDO23 2026-06-19 15:31:44 +02:00
  • c551b34d93 style: add cited line highlight class CREDO23 2026-06-19 15:31:44 +02:00
  • b73a31f889 feat: source editor reveals and highlights lines CREDO23 2026-06-19 15:31:44 +02:00
  • 86f8fc0530 feat: citation panel shows cited line range CREDO23 2026-06-19 15:31:44 +02:00
  • 176ada4f4f feat: editor panel accepts citation line anchor CREDO23 2026-06-19 15:31:44 +02:00
  • fc0f9d8f81 feat: carry chunk spans and cited lines in contract CREDO23 2026-06-19 15:31:44 +02:00
  • 773f913f06 test: cover by-chunk span and line-range resolve CREDO23 2026-06-19 15:31:44 +02:00
  • f67c6607d6 feat: by-chunk resolve derives cited line range CREDO23 2026-06-19 15:31:44 +02:00
  • ea32b62f82 feat: add cited line range to by-chunk response CREDO23 2026-06-19 15:31:44 +02:00
  • 435b84215e feat: expose chunk char spans on ChunkRead CREDO23 2026-06-19 15:31:44 +02:00
  • 7d7cb12a43 test: cover matched-passage hit rendering CREDO23 2026-06-19 14:53:49 +02:00
  • 7967b62b42 feat: search tool renders matched passage with lines CREDO23 2026-06-19 14:53:49 +02:00
  • a2a92c592f test: assert hybrid search returns chunk spans CREDO23 2026-06-19 14:53:49 +02:00
  • c376fbaf61 test: seed chunk spans in retriever fixture CREDO23 2026-06-19 14:53:49 +02:00
  • 04b679e2bf feat: return chunk char spans from hybrid search CREDO23 2026-06-19 14:53:49 +02:00
  • 90502d21d3 test: cover char-span line-range helper CREDO23 2026-06-19 14:53:49 +02:00
  • 0f32b35d3e feat: add char-span to line-range helper CREDO23 2026-06-19 14:53:49 +02:00
  • 6bab6df819 chore: update .env.example for runtime configuration Anish Sarkar 2026-06-19 12:04:52 +05:30
  • b54eff648e feat: implement runtime authentication handling Anish Sarkar 2026-06-19 03:56:26 +05:30
  • a4bb0a5253 Merge pull request #1516 from AnishSarkar22/fix/model-ui-chat 0.0.29.4 Anish Sarkar 2026-06-19 03:25:31 +05:30
  • 37559fcc6d refactor: enhance chat UI components for mobile responsiveness Anish Sarkar 2026-06-19 01:41:21 +05:30
  • 03e57bdf7e Merge pull request #1515 from AnishSarkar22/hotfix/streaming 0.0.29.3 Rohan Verma 2026-06-18 11:40:11 -07:00
  • bb664a1f32 fix: enable smooth rendering in MarkdownText component Anish Sarkar 2026-06-18 23:56:58 +05:30
  • 5a315eafd3 test: verify note write chunk spans CREDO23 2026-06-18 20:17:45 +02:00
  • 5ed62e712b test: stub build_chunk_embeddings in parity tests CREDO23 2026-06-18 20:17:45 +02:00
  • f2fe2e576e feat: note writes chunk via shared span builder CREDO23 2026-06-18 20:17:45 +02:00
  • 6e970be220 feat: enable streaming in LLM bundle construction Anish Sarkar 2026-06-18 23:39:55 +05:30
  • a0046483a9 test: assert chunker routing via use_code_chunker flag CREDO23 2026-06-18 20:06:33 +02:00
  • 03012c3077 test: span-aware paragraph chunker fixture CREDO23 2026-06-18 20:06:33 +02:00
  • a7cf9bd946 test: mock span chunker in reindex test CREDO23 2026-06-18 20:06:33 +02:00
  • 12e948cad1 test: mock span chunker in integration fixtures CREDO23 2026-06-18 20:06:33 +02:00
  • 60fff66ee0 test: verify chunk span persistence on index CREDO23 2026-06-18 20:06:33 +02:00
  • 94229213f4 test: cover span chunker invariants CREDO23 2026-06-18 20:06:33 +02:00
  • 65b7d1b01a chore: bump embedding cache chunker version to 2 CREDO23 2026-06-18 20:06:26 +02:00
  • c57ee978e6 feat: persist and refresh chunk char spans on index CREDO23 2026-06-18 20:06:26 +02:00
  • 1e33c28c24 feat: carry char spans on existing chunks CREDO23 2026-06-18 20:06:26 +02:00
  • 55491fef9d refactor: make embedding cache span-aware CREDO23 2026-06-18 20:06:26 +02:00
  • 0ab773cbcd feat: add lossless span-aware chunk_markdown_with_spans CREDO23 2026-06-18 20:06:26 +02:00
  • 1048490ba8 feat: migrate chunks with start_char/end_char columns CREDO23 2026-06-18 20:06:26 +02:00
  • b89f242a89 feat: add start_char/end_char span columns to chunk model CREDO23 2026-06-18 20:06:26 +02:00
  • 9005e992c0 feat: add unit tests for LLM bundle streaming functionality Anish Sarkar 2026-06-18 23:32:36 +05:30
  • b446897638 test: editor read paths never reconstruct body from chunks CREDO23 2026-06-18 19:23:49 +02:00
  • b0a0eb7f9c fix: editor routes serve source_markdown only, never rebuild from chunks CREDO23 2026-06-18 19:23:49 +02:00
  • b233f15975 Merge pull request #1514 from MODSetter/dev 0.0.29.2 Rohan Verma 2026-06-18 09:19:16 -07:00
  • 0c50161e92 Merge commit 'c941907448d55f12f782820b59436e1fc394f3cf' into dev DESKTOP-RTLN3BA\$punk 2026-06-18 09:15:12 -07:00
  • 1d101f5bec feat: add position column to chunks for explicit document order DESKTOP-RTLN3BA\$punk 2026-06-18 08:55:47 -07:00
  • c941907448 Merge pull request #1509 from MODSetter/dev v0.0.29 0.0.29.1 Rohan Verma 2026-06-17 23:46:24 -07:00
  • 0729e5a915 chore: linting DESKTOP-RTLN3BA\$punk 2026-06-17 23:40:53 -07:00
  • c9afeb2817 feat: fix onboarding trigger DESKTOP-RTLN3BA\$punk 2026-06-17 23:30:56 -07:00
  • 55f91a29d5 chore: linting DESKTOP-RTLN3BA\$punk 2026-06-17 22:31:36 -07:00
  • c6d42fc7c8 feat: bumped version to 0.0.29 DESKTOP-RTLN3BA\$punk 2026-06-17 22:29:50 -07:00
  • 4e5c13f60a feat: readded google signins and add global announcement feature DESKTOP-RTLN3BA\$punk 2026-06-17 21:29:14 -07:00
  • b89866541e chore: linting DESKTOP-RTLN3BA\$punk 2026-06-17 20:50:07 -07:00
  • 4b8a2f9726 Merge commit '77688ac80cf0876fe2c670f5f2d37b4ddb4d80b5' into dev DESKTOP-RTLN3BA\$punk 2026-06-17 20:47:02 -07:00
  • 6a45f24f98 Merge pull request #1508 from CREDO23/fix/indexing-batch-chunk-insert Rohan Verma 2026-06-17 15:26:02 -07:00
  • 2db1615195 test long filename document processing notifications CREDO23 2026-06-17 15:06:05 +02:00
  • 79f9bd182b test truncated document processing titles CREDO23 2026-06-17 15:06:05 +02:00
  • e195fb77c5 test format_title helper CREDO23 2026-06-17 15:06:05 +02:00
  • 6d1879ffcb continue indexing when notification creation fails CREDO23 2026-06-17 15:06:05 +02:00
  • e37b9b5e31 use started_title in document processing handler CREDO23 2026-06-17 15:06:05 +02:00
  • 5d3079c2e6 truncate document processing notification titles CREDO23 2026-06-17 15:06:05 +02:00
  • a987ef81b2 add format_title helper for notification titles CREDO23 2026-06-17 15:06:05 +02:00
  • 5d20cf7c03 add notification TITLE_MAX_LENGTH constant CREDO23 2026-06-17 15:06:05 +02:00
  • aee0f1ef7d add persist_scratch_index unit tests CREDO23 2026-06-17 14:59:24 +02:00
  • a8a1f01945 update index batch parallel tests CREDO23 2026-06-17 14:59:24 +02:00
  • aca23b4731 wire persist_scratch_index into scratch reindex CREDO23 2026-06-17 14:59:24 +02:00
  • 34de6c6f87 batch chunk inserts in persist_scratch_index CREDO23 2026-06-17 14:59:24 +02:00
  • 220d9c4fbb add INDEXING_CHUNK_INSERT_BATCH_SIZE config CREDO23 2026-06-17 14:59:19 +02:00
  • 77688ac80c Merge pull request #1507 from AnishSarkar22/fix/documents-editor 0.0.28.6 Rohan Verma 2026-06-17 00:35:25 -07:00
  • 4658130bb8 feat(editor): update editor limits and add error boundary Anish Sarkar 2026-06-17 12:11:31 +05:30
  • 0fe650fd8e Merge commit '7ce409c580507bed1cc5ae99c1b82ddba4eb81ed' into dev DESKTOP-RTLN3BA\$punk 2026-06-16 22:48:14 -07:00
  • f75878f907 Merge pull request #1506 from okxint/fix/xinference-relative-image-url Rohan Verma 2026-06-16 22:41:52 -07:00
  • a12cd21f2f fix(image-gen): resolve relative URLs returned by Xinference and compatible backends okxint 2026-06-17 10:57:39 +05:30
  • a49103870b Merge pull request #1503 from dmitrymaranik/fix/connector-index-cross-tenant-authz Rohan Verma 2026-06-16 17:01:13 -07:00
  • 7ce409c580 Merge pull request #1502 from MODSetter/fix/db-startup-index-lock-hang 0.0.28.5 Rohan Verma 2026-06-16 16:28:38 -07:00
  • b9702b3245 chore: linting fix/db-startup-index-lock-hang DESKTOP-RTLN3BA\$punk 2026-06-16 16:27:16 -07:00
  • da64433439 fix(db): reap orphaned idle-in-transaction sessions on the Celery engine DESKTOP-RTLN3BA\$punk 2026-06-16 16:26:04 -07:00
  • 89cc3b37ee fix(db): prevent boot-time index DDL from hanging FastAPI startup DESKTOP-RTLN3BA\$punk 2026-06-16 16:18:49 -07:00
  • 81fc467187 test(connectors): regression tests for cross-search-space index authorization Dmitry Maranik 2026-06-16 16:18:40 -07:00
  • e1ea82d7cf fix(connectors): scope index endpoint authorization to the connector's own search space Dmitry Maranik 2026-06-16 15:58:30 -07:00
  • 8172f0f586 chore(migration): added dead users cleanup DESKTOP-RTLN3BA\$punk 2026-06-16 15:48:17 -07:00
  • 5d99489f4b feat(migration): implement chunk position backfill with batched updates and indexing for improved performance DESKTOP-RTLN3BA\$punk 2026-06-16 15:19:56 -07:00
  • 284df841ef Merge pull request #1501 from CREDO23/feat/podcast-brief-duration-seconds 0.0.28.4 Thierry CH. 2026-06-16 15:04:07 -07:00
  • 7584312712 style(podcasts): fix ruff issues in podcast spec schema CREDO23 2026-06-16 23:57:36 +02:00
  • 7a415b61ea test: align QuotaInsufficientError fixtures with balance_micros API CREDO23 2026-06-16 23:56:11 +02:00