Tags: dsp-ant/zed
Tags
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: 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
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]>
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]>
PreviousNext