Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: dsp-ant/zed

Tags

nightly

Toggle nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Introduce prompt override script and adjust names (zed-industries#16094)

This PR introduces a new script for iterative development of prompt
overrides in Zed.

Just `script/prompts link` and your running Zed should start using
prompts from `zed/assets/prompts`. Use `script/prompts unlink` to undo.
You can also link with `script/prompts link --worktree` to store the
prompts to a `../zed_prompts` worktree that's a sibling of your repo, in
case you don't want to mess with your working copy. Just don't forget
about it!

Key changes:
- Add new `script/prompts` for managing prompt overrides
- Rename `prompt_templates_dir` to `prompt_overrides_dir` for clarity
- Update paths to use `~/.config/zed/prompt_overrides` instead of
`~/.config/zed/prompts/templates`
- Adjust `PromptBuilder` to use the new `prompt_overrides_dir` function

These changes simplify the process of customizing prompts and provide a
more intuitive naming convention for override-related functionality.

Release Notes:

- N/A

collab-production

Toggle collab-production's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
collab: Temporarily bypass LLM rate limiting for staff (zed-industrie…

…s#16089)

This PR makes it so staff members will be exempt from rate limiting by
the LLM service.

This is just a temporary measure until we can tweak the rate-limiting
heuristics.

Staff members are still subject to upstream LLM provider rate limits.

Release Notes:

- N/A

extension-cli

Toggle extension-cli's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Larger rate limit integers (zed-industries#16047)

Tokens per day may exceed the range of Postgres's 32-bit `integer` data
type.

Release Notes:

- N/A

Co-authored-by: Marshall <[email protected]>

collab-staging

Toggle collab-staging's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
assistant: Improve quote selection (zed-industries#16038)

https://github.com/user-attachments/assets/fe283eec-169f-4dfd-bae2-cc72c1c3f223



Release Notes:

- Include more context when using `assistant: Quote selection` to insert
text into the assistant panel

---------

Co-authored-by: Thorsten <[email protected]>

v0.148.0-pre

Toggle v0.148.0-pre's commit message
v0.148.x preview

v0.147.2

Toggle v0.147.2's commit message
v0.147.x stable

v0.147.2-pre

Toggle v0.147.2-pre's commit message
zed 0.147.2

v0.146.5

Toggle v0.146.5's commit message
zed 0.146.5

v0.147.1-pre

Toggle v0.147.1-pre's commit message
Bump to 0.147.1 for @SomeoneToIgnore

v0.146.4

Toggle v0.146.4's commit message
Bump to 0.146.4 for @SomeoneToIgnore