Rohan Verma
1dc3fac81d
Merge pull request #1527 from Muhammad-Ikhwan-Fathulloh/dev
...
fix: normalize image URLs before persistence and add model selector aria-label
2026-06-23 00:08:41 -07:00
DESKTOP-RTLN3BA\$punk
f268010646
Merge commit ' ee241e0ff2' into dev
2026-06-23 00:06:38 -07:00
DESKTOP-RTLN3BA\$punk
a08de01cc7
Revert "Merge pull request #1523 from CREDO23/fix/chat-citations"
...
This reverts commit cd2242147a , reversing
changes made to a4bb0a5253 .
2026-06-22 22:55:29 -07:00
Thierry CH.
fb955d3201
Merge pull request #1525 from yuvrajsingh2428/test/async-retry-unit-tests
...
test: add unit tests for async_retry.raise_for_status
2026-06-22 22:44:22 +02:00
Thierry CH.
b86846e809
Merge pull request #1530 from Anofff/test/content-utils-unit-tests
...
test: add unit tests for content_utils text helpers
2026-06-22 20:17:06 +02:00
Anofff
bf9be8face
test: add unit tests for content_utils text helpers
2026-06-21 17:47:41 +00:00
Anish Sarkar
ee241e0ff2
Merge pull request #1517 from AnishSarkar22/hotpatch/docker-auth-type
...
feat: implement runtime authentication handling
2026-06-21 09:27:41 +05:30
Muhammad-Ikhwan-Fathulloh
2848ac6c39
fix: normalize image URLs before persistence and add model selector aria-label
2026-06-20 19:49:58 +07:00
Yuvraj Singh
6926b7a8fe
test: add unit tests for async_retry.raise_for_status
2026-06-20 17:05:57 +05:30
Rohan Verma
cd2242147a
Merge pull request #1523 from CREDO23/fix/chat-citations
...
[Feat] Line-level KB citations
2026-06-19 21:01:15 -07:00
CREDO23
31a14190e3
fix: update upload conftest mock to span-aware chunker
2026-06-19 19:36:26 +02:00
CREDO23
cfc3be5b1f
fix: gate desktop right panel to prevent duplicate mobile editor
2026-06-19 19:22:19 +02:00
CREDO23
cfafed09bc
fix: forward citation line anchor to editor panel and harden reveal
2026-06-19 19:12:14 +02:00
CREDO23
1cb7633920
Merge upstream/main into fix/chat-citations
2026-06-19 18:25:37 +02:00
CREDO23
5f341bdd2f
feat: parse and render kb line citations
2026-06-19 17:37:41 +02:00
CREDO23
73dd4e8e3a
feat: embed line-citation tokens in search hits
2026-06-19 17:37:41 +02:00
CREDO23
188ae053ac
feat: serve numbered source_markdown reads with citation preamble
2026-06-19 17:37:41 +02:00
CREDO23
fc17b9becd
docs: rename evidence.chunk_ids to citations in desktop kb prompt
2026-06-19 17:32:45 +02:00
CREDO23
30ca0e1ef5
docs: readonly kb specialist cites line or chunk form
2026-06-19 17:32:45 +02:00
CREDO23
3c63a7bcd3
docs: kb specialist cites numbered or legacy chunk form
2026-06-19 17:32:45 +02:00
CREDO23
141801f1cc
docs: clarify web/kb/legacy citation channels
2026-06-19 17:32:45 +02:00
CREDO23
691685dd16
test: cover read preamble and matched line ranges
2026-06-19 15:43:21 +02:00
CREDO23
1741fdc9c8
feat: numbered-read preamble and matched line ranges
2026-06-19 15:43:21 +02:00
CREDO23
049c70dc91
feat: open citations in source view at lines
2026-06-19 15:31:44 +02:00
CREDO23
c551b34d93
style: add cited line highlight class
2026-06-19 15:31:44 +02:00
CREDO23
b73a31f889
feat: source editor reveals and highlights lines
2026-06-19 15:31:44 +02:00
CREDO23
86f8fc0530
feat: citation panel shows cited line range
2026-06-19 15:31:44 +02:00
CREDO23
176ada4f4f
feat: editor panel accepts citation line anchor
2026-06-19 15:31:44 +02:00
CREDO23
fc0f9d8f81
feat: carry chunk spans and cited lines in contract
2026-06-19 15:31:44 +02:00
CREDO23
773f913f06
test: cover by-chunk span and line-range resolve
2026-06-19 15:31:44 +02:00
CREDO23
f67c6607d6
feat: by-chunk resolve derives cited line range
2026-06-19 15:31:44 +02:00
CREDO23
ea32b62f82
feat: add cited line range to by-chunk response
2026-06-19 15:31:44 +02:00
CREDO23
435b84215e
feat: expose chunk char spans on ChunkRead
2026-06-19 15:31:44 +02:00
CREDO23
7d7cb12a43
test: cover matched-passage hit rendering
2026-06-19 14:53:49 +02:00
CREDO23
7967b62b42
feat: search tool renders matched passage with lines
2026-06-19 14:53:49 +02:00
CREDO23
a2a92c592f
test: assert hybrid search returns chunk spans
2026-06-19 14:53:49 +02:00
CREDO23
c376fbaf61
test: seed chunk spans in retriever fixture
2026-06-19 14:53:49 +02:00
CREDO23
04b679e2bf
feat: return chunk char spans from hybrid search
2026-06-19 14:53:49 +02:00
CREDO23
90502d21d3
test: cover char-span line-range helper
2026-06-19 14:53:49 +02:00
CREDO23
0f32b35d3e
feat: add char-span to line-range helper
2026-06-19 14:53:49 +02:00
Anish Sarkar
6bab6df819
chore: update .env.example for runtime configuration
2026-06-19 12:04:52 +05:30
Anish Sarkar
b54eff648e
feat: implement runtime authentication handling
...
- Added a new proxy function to manage runtime authentication types and set cookies accordingly.
- Introduced runtime authentication configuration to dynamically adjust UI based on the selected auth type.
- Updated global styles to hide specific authentication buttons based on the current auth type.
- Refactored sign-in button and hero section components to utilize the new runtime authentication logic.
- Created a new utility file for runtime authentication configuration and initialization script.
2026-06-19 03:56:26 +05:30
Anish Sarkar
a4bb0a5253
Merge pull request #1516 from AnishSarkar22/fix/model-ui-chat
...
refactor: enhance chat UI components for mobile responsiveness
2026-06-19 03:25:31 +05:30
Anish Sarkar
37559fcc6d
refactor: enhance chat UI components for mobile responsiveness
...
- Updated the layout of the ComposerAction and ChatHeader components to improve mobile compatibility.
- Added a new prop to ImageModelSelector for mobile-specific rendering.
- Adjusted ModelSelector to conditionally render elements based on mobile view, enhancing user experience on smaller screens.
2026-06-19 01:41:21 +05:30
Rohan Verma
03e57bdf7e
Merge pull request #1515 from AnishSarkar22/hotfix/streaming
...
hotfix(chat): Chat answer streaming and smooth markdown rendering
2026-06-18 11:40:11 -07:00
Anish Sarkar
bb664a1f32
fix: enable smooth rendering in MarkdownText component
...
- Updated the MarkdownTextPrimitive component to enable smooth rendering by default.
- Adjusted the props to streamline the rendering process for improved user experience.
2026-06-18 23:56:58 +05:30
CREDO23
5a315eafd3
test: verify note write chunk spans
2026-06-18 20:17:45 +02:00
CREDO23
5ed62e712b
test: stub build_chunk_embeddings in parity tests
2026-06-18 20:17:45 +02:00
CREDO23
f2fe2e576e
feat: note writes chunk via shared span builder
2026-06-18 20:17:45 +02:00
Anish Sarkar
6e970be220
feat: enable streaming in LLM bundle construction
...
- Updated the LLM bundle construction to include a streaming option for both DB-backed and global models.
- Modified the `litellm_kwargs` to set the streaming parameter to True, enhancing the functionality for chat streaming flows.
2026-06-18 23:39:55 +05:30