Commit Graph
20871 Commits
Author SHA1 Message Date
Marshall Bowers c831c5749a Remove more unneeded Clone bounds 2023-10-20 11:32:10 -04:00
Antonio Scandurra 1409fc0da3 Checkpoint 2023-10-20 17:31:47 +02:00
Marshall Bowers 901af8de3f Remove Clone bound from Avatar 2023-10-20 11:13:13 -04:00
Marshall Bowers d9a030157e Remove Clone bound from Keybinding 2023-10-20 11:12:37 -04:00
Marshall Bowers a0996c1807 Remove Clone bound from ChatMessage 2023-10-20 11:10:13 -04:00
Antonio Scandurra a3dcaf21cb Checkpoint 2023-10-20 16:31:03 +02:00
Antonio Scandurra 8ad7ebf02f Checkpoint 2023-10-20 16:31:00 +02:00
Piotr Osiewicz e32aa95092 Touch up render function 2023-10-20 15:33:55 +02:00
Piotr Osiewicz 6844bb6510 Highlight mentions in the Saved chat messages 2023-10-20 15:30:36 +02:00
Antonio Scandurra 47aa387b91 Checkpoint 2023-10-20 15:13:53 +02:00
Antonio Scandurra 6150df71b2 Checkpoint 2023-10-20 15:08:54 +02:00
Antonio Scandurra fd94f2a5b5 Checkpoint 2023-10-20 12:59:02 +02:00
Antonio Scandurra 847a1cb068 Checkpoint 2023-10-20 12:23:22 +02:00
Antonio Scandurra c1f7c9bb87 Checkpoint 2023-10-20 12:12:06 +02:00
Antonio Scandurra ac181183cc Checkpoint 2023-10-20 11:46:29 +02:00
Antonio Scandurra 8a11053f1f Checkpoint 2023-10-20 11:44:19 +02:00
Antonio Scandurra b0acaed02f Checkpoint 2023-10-20 11:08:24 +02:00
Antonio Scandurra c3a917f8b3 Checkpoint 2023-10-20 11:02:00 +02:00
Antonio Scandurra 766ee836b5 Checkpoint 2023-10-20 11:00:52 +02:00
Antonio Scandurra 68bc22f9cd Checkpoint 2023-10-20 10:55:06 +02:00
Conrad Irwin e03e5364d2 Wire through LiveKit permissions 2023-10-19 23:23:33 -06:00
Conrad Irwin aa4b8d7246 Fix notifications for membership changes too 2023-10-19 23:05:06 -06:00
Nate Butler 0609628645 List actions for ListDetailsEntries 2023-10-19 20:17:41 -04:00
Nate Butler 32028fbbb1 Checkpoint – Notifications Panel 2023-10-19 20:04:21 -04:00
Antonio Scandurra e3d948f60b Checkpoint 2023-10-19 23:56:43 +02:00
Antonio Scandurra 40c6f738b4 Checkpoint 2023-10-19 23:54:17 +02:00
Antonio Scandurra 296fc92721 Checkpoint 2023-10-19 23:47:32 +02:00
Antonio Scandurra 21b4ae3fdc Merge 2023-10-19 23:40:38 +02:00
Antonio Scandurra d69105bb77 Checkpoint 2023-10-19 23:39:22 +02:00
Antonio Scandurra 4a6c8ff809 Checkpoint 2023-10-19 23:35:09 +02:00
Antonio Scandurra 1f6d9369d6 Checkpoint 2023-10-19 23:30:14 +02:00
Antonio Scandurra 3a70f02cbf Checkpoint 2023-10-19 23:21:26 +02:00
Max Brunsfeld 44cb55fbe9 Fix scrolling to messages on clicking of notifications 2023-10-19 14:04:34 -07:00
Antonio Scandurra dd7e1c505c Checkpoint 2023-10-19 23:00:19 +02:00
Marshall Bowers 94f0140f62 Assign each IconButton an ID based on the icon 2023-10-19 16:50:33 -04:00
Marshall Bowers 28b29d0985 Give each Tab its own ID 2023-10-19 16:42:21 -04:00
Marshall Bowers 52f2521f6a Wire up active style for Tab 2023-10-19 16:37:54 -04:00
Marshall Bowers e1e8b63eb5 Remove Clone bound from IconElement 2023-10-19 16:37:15 -04:00
Marshall Bowers a1aba32209 Remove Clone bound from Button and Details 2023-10-19 16:35:44 -04:00
Marshall Bowers fa3916d1bf Remove Clone bound for HighlightedLabel 2023-10-19 16:34:08 -04:00
Marshall Bowers 3ac7ef90ef Remove Clone bound for Input 2023-10-19 16:32:48 -04:00
Marshall Bowers 4050bf43c4 Remove Clone bound for Label 2023-10-19 16:31:24 -04:00
Max Brunsfeld 851d7d0bc4 Rename NewNotification proto message to AddNotification 2023-10-19 13:29:14 -07:00
Antonio Scandurra 0fbf84e6bc Checkpoint 2023-10-19 22:28:42 +02:00
Marshall Bowers d91b423a45 Remove unused Interactive impl for FakeSettings 2023-10-19 16:16:09 -04:00
Marshall Bowers 2bbce2f0fd Merge branch 'gpui2' of github.com:zed-industries/zed into gpui2 2023-10-19 16:14:39 -04:00
Marshall Bowers 1be1bffb29 Wire up active style for Breadcrumb 2023-10-19 16:13:25 -04:00
Marshall Bowers 92542e6b94 Identify IconButton 2023-10-19 16:12:21 -04:00
Kyle Caverly 9c49191031 decrease temperature for inline assist on code content (#3145)
"Temperature" is a parameter in OpenAI GPT models, to control for
randomess in the generated content. To decrease the probability of
either escaping the markdown blocks and creating invalid code, we
decreased temperature for all Non-Prose files. For Markdown or Plain
Text, in which more creativity may be a good thing, we increase the
temperature to allow for more randomness. Along with this, we ask the
generate inline prompt to include only the code and not markdown blocks,
as it appears that lower temperature may decrease the probability of
introducing random markdown blocks.

Release Notes (Internal Only):
- Decrease temperature for inline assist on code content.
2023-10-19 16:11:29 -04:00
Marshall Bowers 3932c1064e Merge branch 'gpui2' into gpui2-theme-to-color 2023-10-19 16:10:44 -04:00