Commit log

5fb9c60 Checkpoint

Nate Butler created

5b0f4ac Stop LiveKitBridge Package.resolved from constantly updating (#2943)

Click to expand commit body
Stop that damned LiveKitBridge Package.resolved from continually
changing and act more like a lock file

Release Notes:

- N/A

Julia created

4d2933a Include JS template literal as string type for overrides (#2939)

Click to expand commit body
Allows us to trigger Tailwind completions within template literals in
JSX elements

Release Notes:
- Fixed Tailwind autocomplete not appearing in template literals.

Julia created

560d6b1 update semantic search to show no results if search query is blank (#2942)

Click to expand commit body
Update semantic search to show no search results if search query is
blank

Kyle Caverly created

a6ce382 Stop LiveKitBridge Package.resolved from constantly updating

Julia created

cf5d1d9 update semantic search to go to no results if search query is blank

KCaverly created

98999b1 Start indexing right away when project was already indexed before (#2941)

Click to expand commit body
Release notes:
- Improved semantic search indexing to start in the background if the
project was already indexed before.

Antonio Scandurra created

eda7e00 Implement `SemanticIndex::status` and use it in project search

Click to expand commit body
Co-Authored-By: Kyle Caverly <kyle@zed.dev>

Antonio Scandurra and Kyle Caverly created

f7b2edb Checkpoint

Nate Butler created

8e2e00e add vim-specific J (with repeatability)

Conrad Irwin created

47d7aa0 Allow searching before indexing is complete

Click to expand commit body
Co-Authored-By: Kyle Caverly <kyle@zed.dev>

Antonio Scandurra and Kyle Caverly created

17c5bbf Update titlebar style

Nate Butler created

23a8d8f Merge workspace and collab panel demos

Nate Butler created

65e17e2 Eagerly index project on workspace creation if it was indexed before

Click to expand commit body
Co-Authored-By: Kyle Caverly <kyle@zed.dev>

Antonio Scandurra and Kyle Caverly created

48bb2a3 TEMP

Conrad Irwin created

a87711d Merge branch 'nate/wip-storybook-workspace' into storybook

Nate Butler created

1b1d7f2 Add visual area repeating

Conrad Irwin created

1969a12 Include JS template literal as string type for overrides

Julia created

37ef28a Merge branch 'main' into storybook

Nathan Sobo created

3b78466 Rework how we track projects and worktrees in semantic index (#2938)

Click to expand commit body
This pull request introduces several improvements to the semantic search
experience. We're still missing collaboration and searching modified
buffers, which we'll tackle after we take a detour into reducing the
number of tokens used to generate embeddings.

Release Notes:

- Fixed a bug that could prevent semantic search from working when
deploying right after opening a project.
- Fixed a panic that could sometimes occur when using semantic search
while simultaneously changing a file.
- Fixed a bug that prevented semantic search from including new
worktrees when adding them to a project.

Antonio Scandurra created

a45c8c3 :lipstick:

Antonio Scandurra created

757a285 Keep dropping the `documents` table if it exists

Click to expand commit body
This is because we renamed `documents` to `spans`.

Co-Authored-By: Kyle Caverly <kyle@zed.dev>

Antonio Scandurra and Kyle Caverly created

93b889a Merge remote-tracking branch 'origin/main' into semantic-search-watch-worktrees

Antonio Scandurra created

3ad1bef Remove unneeded logging

Click to expand commit body
Co-Authored-By: Kyle Caverly <kyle@zed.dev>

Antonio Scandurra and Kyle Caverly created

425a396 Allow call events to be logged without a room id (#2937)

Click to expand commit body
Prior to this PR, we assumed that all call events needed a room_id, but
we now have call-based actions that don't need a room_id - for instance,
you can right click a channel and view the notes while not in a call. In
this case, there is no room_id. We want to be able to track these
events, which requires removing the restriction that requires a room_id.

Release Notes:

- N/A

Joseph T. Lyons created

39e13b6 Allow call events to be logged without a room id

Joseph T. Lyons created

a8d5d93 Max out corner radii to half the smaller dimension of the parent box

Nathan Sobo created

99ad604 Add support for fetching/rendering images

Nathan Sobo created

d03a89c Rejoin channel notes after brief connection loss (#2930)

Click to expand commit body
* [x] Re-send operations that weren't sent while disconnected
* [x] Apply other clients' operations that were missed while
disconnected
* [x] Update collaborators that joined / left while disconnected
* [x] Inform current collaborators that your peer id has changed
* [x] Refresh channel buffer collaborators on server restart
* [x] randomized test

Max Brunsfeld created

58f58a6 Tolerate channel buffer operations being re-sent

Max Brunsfeld created

ed2aed4 Update test name in randomized-test-minimize script

Max Brunsfeld created

b75e69d Check that channel notes text converges in randomized test

Max Brunsfeld created

6d4dd0e Checkpoint

Nathan Sobo created

e779adf Add basic randomized integration test for channel notes

Max Brunsfeld created

66c3879 Extract randomized test infrastructure for use in other tests

Max Brunsfeld created

46451f2 Render borders in gpui2 divs

Nathan Sobo created

5a778fb Checkpoint

Nathan Sobo created

f22d53e Make test more deterministic

Click to expand commit body
Otherwise these pass only when --features=neovim is set

Conrad Irwin created

20f98e4 vim . to replay

Click to expand commit body
Co-Authored-By: maxbrunsfeld@gmail.com

Conrad Irwin and maxbrunsfeld@gmail.com created

0d1fb7f WIP

Nate Butler created

bbeb82f Token count fix (#2935)

Click to expand commit body
Fix token count for OpenAIEmbeddings

Release Notes (Preview Only)

- update token count calculation for truncated OpenAIEmbeddings
- increased request timeout for OpenAI

Kyle Caverly created

265d02a update request timeout for open ai embeddings

KCaverly created

17237f7 update token_count for OpenAIEmbeddings to accomodate for truncation

KCaverly created

5337d96 Add `size` `rounded` prefixes

Click to expand commit body
Co-Authored-By: Nathan Sobo <1789+nathansobo@users.noreply.github.com>

Nate Butler and Nathan Sobo created

f4237ac collab 0.20.0

Joseph T. Lyons created

5b5c232 Revert "Temporarily comment out cargo check commands"

Click to expand commit body
This reverts commit 29e35531af141472ca10824114e69d1969c0e026.

Joseph T. Lyons created

15609b4 v0.104.x dev

Joseph T. Lyons created

29e3553 Temporarily comment out cargo check commands

Joseph T. Lyons created

707427d Select caret based on expanded boolean

Nathan Sobo created

a2e91e4 Use preview server when not on stable (#2909)

Click to expand commit body
This PR updates our client code to connect to preview whenever we're not
on stable. This will make it more likely that we'll be able to
collaborate on a dev build, but obviously won't work if there's a
protocol change on main that hasn't made its way to preview yet.

Nathan Sobo created