bkellam
95c12a1102
nit & changelog
2025-11-27 16:55:30 -08:00
bkellam
64e6350473
add back scroll restoration
2025-11-27 16:38:14 -08:00
bkellam
4b7798a94e
memoize all of the things
2025-11-27 16:05:06 -08:00
bkellam
3863f6dd81
wip on perf optimizations. Also changed some actions to withAuthV2
2025-11-27 14:25:20 -08:00
bkellam
cbe381ad0c
fix bug with file @ mentions
2025-11-27 14:25:20 -08:00
Brendan Kellam
cc2837b740
fix(web): Fix error when loading files with special characters ( #637 )
2025-11-27 14:24:45 -08:00
Brendan Kellam
c962fdd636
fix(web): Fix issue where quotes cannot be used within a query ( #629 )
Publish to ghcr / build (linux/amd64, blacksmith-4vcpu-ubuntu-2404) (push) Waiting to run
Publish to ghcr / build (linux/arm64, blacksmith-8vcpu-ubuntu-2204-arm) (push) Waiting to run
Publish to ghcr / merge (push) Blocked by required conditions
Update Roadmap Released / update (push) Waiting to run
2025-11-25 12:06:51 -08:00
Brendan Kellam
f3a8fa3dab
feat(web): Streamed code search ( #623 )
...
Publish to ghcr / build (linux/amd64, blacksmith-4vcpu-ubuntu-2404) (push) Has been cancelled
Publish to ghcr / build (linux/arm64, blacksmith-8vcpu-ubuntu-2204-arm) (push) Has been cancelled
Update Roadmap Released / update (push) Has been cancelled
Publish to ghcr / merge (push) Has been cancelled
* generate protobuf types
* stream poc over SSE
* wip: make stream search api follow existing schema. Modify UI to support streaming
* fix scrolling issue
* Dockerfile
* wip on lezer parser grammar for query language
* add lezer tree -> grpc transformer
* remove spammy log message
* fix syntax highlighting by adding a module resolution for @lezer/common
* further wip on query language
* Add case sensitivity and regexp toggles
* Improved type safety / cleanup for query lang
* support search contexts
* update Dockerfile with query langauge package
* fix filter
* Add skeletons to filter panel when search is streaming
* add client side caching
* improved cancelation handling
* add isSearchExausted flag for flagging when a search captured all results
* Add back posthog search_finished event
* remove zoekt tenant enforcement
* migrate blocking search over to grpc. Centralize everything in searchApi
* branch handling
* plumb file weburl
* add repo_sets filter for repositories a user has access to
* refactor a bunch of stuff + add support for passing in Query IR to search api
* refactor
* dev README
* wip on better error handling
* error handling for stream path
* update mcp
* changelog wip
* type fix
* style
* Support rev:* wildcard
* changelog
* changelog nit
* feedback
* fix build
* update docs and remove uneeded test file
2025-11-22 15:33:31 -08:00
Brendan Kellam
fbe1073d0e
fix(web): Fix loading issues with references / definitions list ( #617 )
2025-11-13 17:21:48 -08:00
Brendan Kellam
a814bd6f7e
fix(web): Search performance improvements ( #615 )
2025-11-12 23:20:26 -08:00
Brendan Kellam
18fad64baa
feat(web): Add force resync buttons for repo & connections ( #610 )
2025-11-11 15:16:40 -08:00
Brendan Kellam
1908051daa
feat(web,worker): Environment overrides ( #597 )
2025-11-04 21:22:31 -08:00
Michael Sukkarieh
449c76fdcc
feat(ee): Add ability to link external accounts ( #595 )
2025-11-04 20:08:04 -08:00
Michael Sukkarieh
fd17871da4
chore(tech-debt): Remove built-in secret manager ( #592 )
2025-10-31 14:33:28 -07:00
Brendan Kellam
581a5a0bd8
fix(web): Fix /settings/connections throwing a error when there is a git connection present ( #588 )
2025-10-31 13:08:51 -07:00
Brendan Kellam
d09d65dce7
fix(ask): Extract reasoning tokens for openai compatible models ( #582 )
2025-10-29 17:13:31 -07:00
Brendan Kellam
a167accd7e
feat(worker,web): Improved connection management ( #579 )
2025-10-28 21:31:28 -07:00
bkellam
336b07d41c
Add github commit issue # to todo comment
Publish to ghcr / build (linux/amd64, blacksmith-4vcpu-ubuntu-2404) (push) Waiting to run
Publish to ghcr / build (linux/arm64, blacksmith-8vcpu-ubuntu-2204-arm) (push) Waiting to run
Publish to ghcr / merge (push) Blocked by required conditions
2025-10-27 11:49:03 -07:00
Michael Sukkarieh
c2299aa86b
feat(auth): github app ( #570 )
...
* properly handle emails for github app auth case
* add docs info for auth through github app
* more info in docs for user auth perms
* modify review agent env var names
* github app service auth
* coderabbit suggestions
* fixes
* fix build
2025-10-21 20:17:28 -07:00
Brendan Kellam
4ebe4e0475
chore(worker,web): Repo indexing stability improvements + perf improvements to web ( #563 )
Publish to ghcr / build (linux/amd64, blacksmith-4vcpu-ubuntu-2404) (push) Has been cancelled
Publish to ghcr / build (linux/arm64, blacksmith-8vcpu-ubuntu-2204-arm) (push) Has been cancelled
Publish to ghcr / merge (push) Has been cancelled
2025-10-18 16:31:22 -07:00
Brendan Kellam
c3fae1aaab
feat(web): Improved search performance on unbounded searches ( #555 )
2025-10-07 23:55:36 -07:00
Brendan Kellam
a698afdf13
fix(web): Change buttons into Links in various places ( #532 )
2025-09-21 15:20:27 -07:00
Brendan Kellam
5073c7db22
[experimental] feat(ee): GitHub permission syncing ( #508 )
2025-09-20 16:51:14 -07:00
Brendan Kellam
f73a425207
feat(ask_sb): Fallback on fromNodeProviderChain if access key or sessionToken are not provided ( #513 )
2025-09-17 13:07:45 -07:00
Brendan Kellam
c9e864d53a
fix(web): Fix carousel perf issue + improvements to withAuth middleware ( #507 )
2025-09-15 23:13:29 -07:00
Brendan Kellam
a74d070775
feat(ask_sb): Add support for queryParams to OpenAI compatible language model providers ( #490 )
2025-09-04 18:02:49 -04:00
Brian Mcclaugherty
ca9069e0fa
Add AWS Bedrock sessionToken ( #478 )
...
* add aws bedrock sessionToken
* update changelog for bedrock sessionToken
---------
Co-authored-by: Brendan Kellam <bshizzle1234@gmail.com>
2025-08-25 10:32:59 -04:00
Brendan Kellam
d9fa221d72
chore(web): Upgrade to NextJS 15 ( #477 )
2025-08-22 14:48:29 -04:00
Brendan Kellam
b36de3412d
experiment: Self-serve repository indexing for public GitHub repositories ( #468 )
2025-08-18 15:24:40 -04:00
Brendan Kellam
111e1c3cee
feat(ask_sb): Add headers param to config to allow users to specify custom headers ( #449 )
2025-08-08 14:49:00 -07:00
Brendan Kellam
a9a61e7338
fix(ask_sb): Allow unauthed generation of titles for a chat
2025-08-08 14:44:59 -07:00
Brendan Kellam
4f2644daa2
fix(ask_sb): Fix long generation times on first message in thread ( #447 )
2025-08-07 21:56:56 -07:00
Brendan Kellam
65d3cd9dc6
feat(ask_sb): OpenAI compatible language models ( #424 )
...
* wip
* docs + add option for api key
* feedback
* nit
2025-08-04 17:25:54 -07:00
Brendan Kellam
48269781b7
chore(ask_sb): Add PostHog telemetry event for new chat thread creation ( #418 )
2025-07-31 17:49:06 -07:00
Brendan Kellam
163e558b9a
fix(ask_sb): Fix '413 content too large' error ( #416 )
2025-07-31 16:38:10 -07:00
msukkari
11b97a54d0
chat toolbar ui nits
2025-07-29 22:19:36 -07:00
msukkari
9fb5ad353c
more citation color changes:
2025-07-29 18:52:23 -07:00
msukkari
5efe6a8721
make inline citations pop
2025-07-29 18:15:48 -07:00
Michael Sukkarieh
53edd44462
feat(ask_sb): Add back search scope requirement and other UI changes ( #411 )
...
* Revert "Remove search scope constraint"
This reverts commit e69ac0d806 .
* add llm section to onboard final page
* add select all button
* add repo snapshot to agentic search and other ui nits
* refactor demo repo index cta into repo snapshop
* changelog
2025-07-29 15:50:36 -07:00
Brendan Kellam
211ad8fb12
feat(ask_sb): Improved search tool ; tools for listing / searching repos ; removed search scope constraint ( #400 )
...
* wip
* Add additional tools for repo searching and listing
* Remove search scope constraint
* Only show the selected search scopes when there is > 0
* changelog
* fix build
2025-07-29 10:41:01 -07:00
Brendan Kellam
4343b3c3d5
feat(ask_sb): Add onboarding tutorial ( #408 )
2025-07-28 23:46:26 -07:00
Brendan Kellam
da6e913628
chore(ask_sb): Bump AI SDK dependencies ( #404 )
...
* w
* changelog
2025-07-28 20:38:16 -07:00
Michael Sukkarieh
6662d20ee8
Search scope refactor ( #405 )
...
* new demo card ui
* rename search context to search scope
* rename everything to use search scope
* add changelog entry
2025-07-28 18:12:21 -07:00
msukkari
2ab0b988e4
limit to one search context in demo
2025-07-27 22:12:02 -07:00
Michael Sukkarieh
f720ec945d
Add demo example cards ( #401 )
...
* wip demo example path
* load demo example
* nit: format
* refactor demo cards to their own component
* ui nits
* more ui nits
* feedback
2025-07-27 21:26:56 -07:00
Michael Sukkarieh
d0f9d43624
feat(ask_sb): Add search context into ask sourcebot toolbar ( #397 )
...
* new context selector
* ui nits
* move search context fetch to server
* feedback
* search context for chat suggestion, nits
* type nit
* fix minor ui nit
2025-07-26 16:16:07 -07:00
Brendan Kellam
41addb50a7
fix(ask_sb): Various improvements to the references system ( #396 )
2025-07-25 18:34:33 -07:00
Brendan Kellam
efc9656b6e
chore(ask_sb): Allow for multiple user feedback ( #395 )
2025-07-25 13:21:44 -07:00
bkellam
74e37d129c
fix: put selected repos at the top of the repo selector list. Aslo retain scroll position
2025-07-25 09:32:33 -07:00
bkellam
732505be0e
fix build
2025-07-24 12:13:06 -07:00