Commit Graph
13765 Commits
Author SHA1 Message Date
Antonio Scandurra f4d50c4dca Checkpoint 2023-10-18 16:27:58 +02:00
Antonio Scandurra 036e266bae Checkpoint 2023-10-18 16:21:52 +02:00
Antonio Scandurra d98c347902 Checkpoint 2023-10-18 16:13:36 +02:00
Antonio Scandurra 1270bcc6ed Checkpoint 2023-10-18 16:10:58 +02:00
Antonio Scandurra 8914b94577 Checkpoint 2023-10-18 15:46:17 +02:00
Antonio Scandurra acca8ea786 Checkpoint 2023-10-18 15:24:35 +02:00
Antonio Scandurra eaef1c8b8e Checkpoint 2023-10-18 15:17:22 +02:00
Antonio Scandurra 0dfe70125b Checkpoint 2023-10-18 14:41:46 +02:00
Antonio Scandurra 5afd83c883 Checkpoint 2023-10-18 14:36:16 +02:00
Mikayla 0ce1ec5d15 Restrict DAG-related functionality, but retain infrastructure for implementing symlinks 2023-10-18 05:28:05 -07:00
Antonio Scandurra a61b34cab5 Checkpoint 2023-10-18 14:12:50 +02:00
Antonio Scandurra ad1b96720a Checkpoint 2023-10-18 13:36:26 +02:00
Antonio Scandurra 296a2b8e5d Rename fill to bg 2023-10-18 09:39:23 +02:00
Antonio Scandurra 597a9f9548 Use text color to paint SVGs 2023-10-18 09:39:20 +02:00
Antonio Scandurra e031718747 Checkpoint 2023-10-18 09:22:49 +02:00
Antonio Scandurra 6452ff203e Checkpoint 2023-10-18 09:15:44 +02:00
Conrad Irwin 70aed4a605 Sync Role as part of channels
Begin to fix guest notifications
2023-10-17 22:48:44 -06:00
Max Brunsfeld 821419ee5b Add a unit test for the mention-searching logic in MessageEditor 2023-10-17 20:15:49 -07:00
Conrad Irwin 72ed8a6dd2 Allow guests to chat 2023-10-17 19:03:02 -06:00
Max Brunsfeld ee87ac2f9b Start work on chat mentions 2023-10-17 17:59:42 -07:00
Max Brunsfeld 660021f5e5 Fix more issues with the channels panel
* Put the newest notifications at the top
* Have at most 1 notification toast, which is non-interactive,
  but focuses the notification panel on click, and auto-dismisses
  on a timer.
2023-10-17 15:43:06 -07:00
Conrad Irwin 783f05172b Make sure guests join as guests 2023-10-17 15:40:23 -06:00
Marshall Bowers 79e0509bf9 Begin documenting flex styles 2023-10-17 17:32:30 -04:00
KCaverly 02853bbd60 added prompt template for repository context 2023-10-17 17:29:07 -04:00
Marshall Bowers 218922d9f8 Document gap styles 2023-10-17 17:21:52 -04:00
Marshall Bowers 7a2b04a5d1 Document border width styles 2023-10-17 16:47:37 -04:00
Marshall Bowers dc32e56a9c Document rounded styles 2023-10-17 16:35:21 -04:00
Marshall Bowers 490cc7ded6 Add more placeholder doc strings 2023-10-17 16:24:36 -04:00
KCaverly a874a09b7e added openai language model tokenizer and LanguageModel trait 2023-10-17 16:21:03 -04:00
Antonio Scandurra 4db0350f06 Checkpoint 2023-10-17 22:16:48 +02:00
Marshall Bowers edc52e5b28 Tweak grammar 2023-10-17 16:16:38 -04:00
Marshall Bowers a1a1284696 Document top/right/bottom/left styles 2023-10-17 16:13:55 -04:00
Marshall Bowers 6f849e8f64 Document padding styles 2023-10-17 16:10:30 -04:00
Marshall Bowers 3e32504526 Document .size() 2023-10-17 16:07:52 -04:00
Marshall Bowers 6e84d3cce0 Document margin styles 2023-10-17 16:06:11 -04:00
Marshall Bowers 8c02de6c61 Document width and height styles 2023-10-17 16:06:07 -04:00
Marshall Bowers f09df31480 Emit doc strings for custom value setters 2023-10-17 16:01:36 -04:00
Antonio Scandurra a8697df9e3 Checkpoint 2023-10-17 21:54:28 +02:00
Marshall Bowers 6f30d6b4d0 Add placeholder doc strings for style prefixes 2023-10-17 15:53:54 -04:00
Joseph T. Lyons 13c7bbbac6 Shorten GitHub release message 2023-10-17 15:47:17 -04:00
Conrad Irwin cc390ba862 Start writing role to database (#3120)
Scaffolding for guest members in channels

Release notes:
- You can now set channels to "public" which will allow anyone to join
and become a member. In a future release guests joining public channels
will have reduced permissions.
2023-10-17 13:40:58 -06:00
Antonio Scandurra 61490fbaa8 Checkpoint 2023-10-17 21:40:24 +02:00
Antonio Scandurra 4ce7f059c3 Checkpoint 2023-10-17 21:37:09 +02:00
Conrad Irwin 04a28fe831 Fix lint errors 2023-10-17 13:32:08 -06:00
Conrad Irwin 1c5e07f4a2 update sidebar for public channels 2023-10-17 13:30:09 -06:00
Antonio Scandurra deb0e57c49 Checkpoint 2023-10-17 21:11:52 +02:00
Kyle Caverly 2795091f0c Introduce Context Retrieval in Inline Assistant (#3097)
This PR introduces a new Inline Assistant feature "Retrieve Context", to
dynamically fill the content in your generation prompt based on relevant
results returned from the Semantic Search for the Prompt.

Release Notes:

- Introduce "Retrieve Context" button in Inline Assistant
2023-10-17 15:04:36 -04:00
Kirill Bulatov c380d437c6 Cap every language server logs (#3134)
* on opening a language server's logs, a new editor for server logs is
now created from `\n`-joined `VecDeque` elements instead of a buffer, as
before
* every `VecDeque` entry is a log line we receiver out of stderr or LSP
server, and their general amount is capped with `let
MAX_STORED_LOG_ENTRIES: usize = 2000;`
* currently opened editor with logs (`Editor::multi_line`) keeps getting
log lines appended and may get over this cap, but only last stored 2000
entries will be restored on reopen
* similarly, cap rpc message logs

Release Notes:

- Improved memory usage by storing less language LSP server and rpc logs
2023-10-17 21:51:21 +03:00
Kirill Bulatov a95cce9a60 Reduce max log lines, clean log buffers better 2023-10-17 21:47:21 +03:00
Kirill Bulatov 08af830fd7 Do not create buffers for rpc logs 2023-10-17 21:43:34 +03:00