Commit log

3a70f02 Checkpoint

Antonio Scandurra created

44cb55f Fix scrolling to messages on clicking of notifications

Max Brunsfeld created

dd7e1c5 Checkpoint

Antonio Scandurra created

94f0140 Assign each `IconButton` an ID based on the icon

Marshall Bowers created

28b29d0 Give each `Tab` its own ID

Marshall Bowers created

52f2521 Wire up active style for `Tab`

Marshall Bowers created

e1e8b63 Remove `Clone` bound from `IconElement`

Marshall Bowers created

a1aba32 Remove `Clone` bound from `Button` and `Details`

Marshall Bowers created

fa3916d Remove `Clone` bound for `HighlightedLabel`

Marshall Bowers created

3ac7ef9 Remove `Clone` bound for `Input`

Marshall Bowers created

4050bf4 Remove `Clone` bound for `Label`

Marshall Bowers created

851d7d0 Rename NewNotification proto message to AddNotification

Max Brunsfeld created

0fbf84e Checkpoint

Antonio Scandurra created

d91b423 Remove unused `Interactive` impl for `FakeSettings`

Marshall Bowers created

2bbce2f Merge branch 'gpui2' of github.com:zed-industries/zed into gpui2

Marshall Bowers created

1be1bff Wire up active style for `Breadcrumb`

Marshall Bowers created

92542e6 Identify `IconButton`

Marshall Bowers created

9c49191 decrease temperature for inline assist on code content (#3145)

Click to expand commit body
"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.

Kyle Caverly created

3932c10 Merge branch 'gpui2' into gpui2-theme-to-color

Marshall Bowers created

d446b91 Checkpoint

Antonio Scandurra created

673257b Checkpoint

Antonio Scandurra created

180ed7d Checkpoint

Antonio Scandurra created

38d8ab2 Checkpoint

Antonio Scandurra created

c17a4d8 Checkpoint

Antonio Scandurra created

e74285f Checkpoint

Antonio Scandurra created

33f06d3 Index notifications to allow faster lookup by kind, entity id

Max Brunsfeld created

841cfac Fix filtering when providing non-admins info about channel members

Max Brunsfeld created

71fb23f decrease temperature for inline assist on code content

KCaverly created

150ed64 Render read notifications in a different color

Max Brunsfeld created

5b90507 Navigate to chat messages when clicking them in the notification panel

Max Brunsfeld created

0eff7c6 Add read-only channel notes support

Click to expand commit body
Fix some bugs where ChannelNotes and ChannelChat had old cached channel
instances

Conrad Irwin created

2189983 Add missing `Clone` bounds

Marshall Bowers created

e45491d Introduction of PromptTemplate and PromptChains (#3139)

Click to expand commit body
(This PR was written 100% by the Inline Assistant)

This PR brings in new components into our ai and assistant crates namely
PromptTemplate and PromptChains. They offer a new way to generate
prompts that allow for a more flexible and dynamic approach than before.

Release Notes:
- Introduced PromptTemplate: an abstract base for individual parts of
the prompt.
- Added PromptChains: manage multiple PromptTemplates, sort them based
on priority and regulate the output size based on tokens.
- Provided new PromptArguments structure to encapsulate arguments needed
for PromptTemplate.
    - Extended repository_context to include PromptCodeSnippet.

Kyle Caverly created

58650b7 Checkpoint - Still Broken

Nate Butler created

19c2df4 outlined when truncation is taking place in the prompt

KCaverly created

d5fc831 Restore more active styles

Marshall Bowers created

7439497 Fix mutual-exclusivity of right panels

Marshall Bowers created

184f5f2 Restore active styles for `Input`s

Marshall Bowers created

597aa04 Remove unused import

Marshall Bowers created

70984fa Merge branch 'gpui2' of github.com:zed-industries/zed into gpui2

Marshall Bowers created

e657e4d Wire up livestream debug toggle

Marshall Bowers created

d62f114 Create notifications for mentioned users

Click to expand commit body
Co-authored-by: Piotr <piotr@zed.dev>

Max Brunsfeld and Piotr created

9e20ccc Checkpoint

Antonio Scandurra created

1343ea6 Checkpoint

Antonio Scandurra created

2b90b8d Checkpoint

Antonio Scandurra created

90d34c1 Checkpoint

Antonio Scandurra created

93ff79f Checkpoint

Antonio Scandurra created

7fef03a Checkpoint

Antonio Scandurra created

3026938 Checkpoint

Antonio Scandurra created

9985f38 Checkpoint

Antonio Scandurra created