This PR removes the conditional checks around the billing-related
enforcement for LLM completions.
These were just in place to prevent executing any billing code before we
had rolled it out. Now that it is rolled out, we don't need this
conditional execution anymore.
Release Notes:
- N/A
Marshall Bowers
created
11a82e3
Do not run CI on changes to community action config files (#19430)
Click to expand commit body
Release Notes:
- N/A
Joseph T. Lyons
created
be81e29
Prefer users to open new issues if closed stale issue is valid (#19428)
Click to expand commit body
I no longer want to have to keep my ears and eyes open for GitHub
notifications that relate to someone requesting a closed stale issue be
reopened. As a community maintainer, I can get hundreds or even
thousands of notifications a week, and a lot of those are about activity
on closed issues. If everyone following an issue did not react fast
enough (7 days) to keep an issue flagged as `stale` open, let's instruct
them to open new issues, so we are forced to see it during next triage.
Release Notes:
- N/A
Joseph T. Lyons
created
6a463be
docs: Direct Java extension users to JDTLS initialization options (#19401)
This PR adds a basic documentation about the Jsonnet language support.
Release Notes:
- N/A
---------
Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
Vladimir Varankin
and
Marshall Bowers
created
fa738ee
vue: Extract to zed-extensions/vue repository (#19426)
Click to expand commit body
This PR extracts the Vue extension to the
[zed-extensions/vue](https://github.com/zed-extensions/vue) repository.
Release Notes:
- N/A
Marshall Bowers
created
15449cd
svelte: Extract to zed-extensions/svelte repository (#19425)
Click to expand commit body
This PR extracts the Svelte extension to the
[zed-extensions/svelte](https://github.com/zed-extensions/svelte)
repository.
Release Notes:
- N/A
Marshall Bowers
created
2db9090
remote: Polish for connection progress & error dialogs (#19379)
Click to expand commit body
Before/after:


Before/after (I feel like text-wrapping would be more useful than
text-ellipsis here, but I don't see any wrap function):


Before/after:


Release Notes:
- N/A
Shish
created
34b8655
Improve increment/decrement with leading zeros in vim mode (#18362)
Click to expand commit body
- Closes: 18360
Release Notes:
- Added support for incrementing and decrementing numbers with leading
zeros
Closes #19362
This pull request includes several updates to the `reqwest_client` crate
and its dependencies. The most important changes involve adding support
for SOCKS proxies, improving error handling for proxy URIs, and adding
tests for proxy functionality.
### Dependency Updates:
*
[`Cargo.toml`](diffhunk://#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542L394-R401):
Added support for SOCKS proxies in the `reqwest` dependency by including
the `socks` feature.
### Code Improvements:
*
[`crates/reqwest_client/src/reqwest_client.rs`](diffhunk://#diff-8e036b034e987390be2f57373864b75d6983f0cf84e85c43793eb431d13538f3L47-R52):
Improved error handling when parsing proxy URIs by logging errors
instead of directly panicking.
### Testing Enhancements:
*
[`crates/reqwest_client/src/reqwest_client.rs`](diffhunk://#diff-8e036b034e987390be2f57373864b75d6983f0cf84e85c43793eb431d13538f3R274-R317):
Added tests to verify the handling of various proxy URIs, including
valid and invalid cases.
Release Notes:
- N/A
张小白
created
c59a75d
Update actions/upload-artifact digest to b4b15b8 (#19310)
Click to expand commit body
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/upload-artifact](https://redirect.github.com/actions/upload-artifact)
| action | digest | `604373d` -> `b4b15b8` |
---
### Configuration
📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone
America/New_York, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
Release Notes:
- N/A
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot]
and
renovate[bot]
created
b3c9313
elixir: Support describe, test, setup, setup_all in outlines (#19135)
Click to expand commit body
Closes #9894
Release Notes:
- N/A
### Before

### After

This PR bumps the Svelte extension to v0.2.1.
Changes:
- https://github.com/zed-industries/zed/pull/19418
Release Notes:
- N/A
Marshall Bowers
created
6f24c1d
vue: Support `lang` attribute for `style` tag injections (#19419)
Click to expand commit body
This PR adds support for injecting languages into `<style>` tags using
`<style lang="...">` in Vue.
Extracted from https://github.com/zed-industries/zed/pull/18052.
Release Notes:
- N/A
Co-authored-by: Albert Marashi <albert@lumina.earth>
This PR adjusts the highlights for `{#each ...}` and `{#if ...}`
expression blocks to use keyword highlighting.
Extracted from https://github.com/zed-industries/zed/pull/18052.
Release Notes:
- N/A
Co-authored-by: Albert Marashi <albert@lumina.earth>
This PR makes it so `.postcss` files are recognized as CSS.
The `tree-sitter-css` grammar has basic support for PostCSS:
https://github.com/tree-sitter/tree-sitter-css/issues/17#issuecomment-1830349808.
Closes #18051.
Release Notes:
- `.postcss` files are now recognized as CSS.
Marshall Bowers
created
9e27b66
keymap: Add cmd-o 'Go to symbol' for JetBrains MacOS key bindings (#19415)
Peter Tripp
created
f5124c2
scrollbar: Fix horizontal scrollbar display overflow last item (#19403)
Click to expand commit body
currently, the laste item display is overflow by scrollbar, cause it
cannot clickable.
So remain one item height for display horizontal scrollbar,.

Release Notes:
- N/A
CharlesChen0823
created
ea46001
ssh remoting: Undo the spawning of message handlers (#19409)
Click to expand commit body
I suspect that this might have something to do with saving files not
being possible after a while.
I want to merge this and bump nightly.
Release Notes:
- N/A
Thorsten Ball
created
5168fc2
docs: More Java extension documentation (#19390)
Click to expand commit body
Follow up of: https://github.com/zed-industries/zed/pull/19113
Peter Tripp
created
2bcf9fc
Add `client::zed_urls` module for constructing zed.dev URLs (#19391)
Click to expand commit body
This PR adds a new `zed_urls` module to the `client` crate.
This module contains functions for constructing URLs to Zed properties,
such as zed.dev.
The URLs produced by this module will respect the server URL set via
settings or the `ZED_SERVER_URL` environment variable. This allows them
to correctly reflect the current environment (such as when testing Zed
against a local collab/zed.dev).
Release Notes:
- N/A
This PR updates a doc comment to use proper capitalization.
Also removes an unneeded `return`.
Release Notes:
- N/A
Marshall Bowers
created
9d61cd5
ci: Check spelling separately from formatting (#19385)
Click to expand commit body
This PR moves the spelling check out of the `check_style` action, which
we can leave for just checking formatting.
We can't use the `crates-ci-typos` action as-is on the macOS runners due
to the absence of `wget`.
Release Notes:
- N/A
Marshall Bowers
created
411f64b
Restructure assistant edits to show all changes in a proposed-change editor (#18240)
Click to expand commit body
This changes the `/workflow` command so that instead of emitting edits
in separate steps, the user is presented with a single tab, with an
editable diff that they can apply to the buffer.
Todo
* Assistant panel
* [x] Show a patch title and a list of changed files in a block
decoration
* [x] Don't store resolved patches as state on Context. Resolve on
demand.
* [ ] Better presentation of patches in the panel
* [ ] Show a spinner while patch is streaming in
* Patches
* [x] Preserve leading whitespace in new text, auto-indent insertions
* [x] Ensure patch title is very short, to fit better in tab
* [x] Improve patch location resolution, prefer skipping whitespace over
skipping `}`
* [x] Ensure patch edits are auto-indented properly
* [ ] Apply `Update` edits via a diff between the old and new text, to
get fine-grained edits.
* Proposed changes editor
* [x] Show patch title in the tab
* [x] Add a toolbar with an "Apply all" button
* [x] Make `open excerpts` open the corresponding location in the base
buffer (https://github.com/zed-industries/zed/pull/18591)
* [x] Add an apply button above every hunk
(https://github.com/zed-industries/zed/pull/18592)
* [x] Expand all diff hunks by default
(https://github.com/zed-industries/zed/pull/18598)
* [x] Fix https://github.com/zed-industries/zed/issues/18589
* [x] Syntax highlighting doesn't work until the buffer is edited
(https://github.com/zed-industries/zed/pull/18648)
* [x] Disable LSP interaction in Proposed Changes editor
(https://github.com/zed-industries/zed/pull/18945)
* [x] No auto-indent? (https://github.com/zed-industries/zed/pull/18984)
* Prompt
* [ ] make sure old_text is unique
Release Notes:
- N/A
---------
Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
Co-authored-by: Antonio <antonio@zed.dev>
Co-authored-by: Richard <richard@zed.dev>
Co-authored-by: Marshall <marshall@zed.dev>
Co-authored-by: Nate Butler <iamnbutler@gmail.com>
Co-authored-by: Antonio Scandurra <me@as-cii.com>
Co-authored-by: Richard Feldman <oss@rtfeldman.com>
Max Brunsfeld
,
Marshall Bowers
,
Antonio
,
Richard
,
Marshall
,
Nate Butler
,
Antonio Scandurra
, and
Richard Feldman
created
- Closes: https://github.com/zed-industries/zed/issues/19351
- Switch to using the official [typos GitHub Action](https://github.com/crate-ci/typos/blob/master/docs/github-action.md)
- Move the typos check into `actions/check_style`
- Move Squawk Postgres migration check out of `actions/check_style` file into ci.yml
- `actions/check_style` can now be run on stateless/linux runners (previous required self-hosted MacOS runner)
- ci.yml: Split old `style` into checks into those that can run statelessly (linux) and everything else into a new `migration` group which benefit from the full git checkout available on the MacOS runners.
- ci.yml: Move `Check unused dependencies` from style to `linux_tests`
- Add `if: github.repository_owner == 'zed-industries'` to all jobs so they won't try and run on GitHub forks.
Peter Tripp
created
65fb278
Always have cmd-o open a local project (#19376)
Click to expand commit body
Release Notes:
- Fixed `cmd-o` in an SSH project to always open a local project
398d039
workspace: Fix inconsistent paths order serialization (#19232)
Click to expand commit body
Release Notes:
- Fixed inconsistent serialization of workspace paths order
Elliot Thomas
created
e9e4c77
Update all occurrences of `option_as_meta` to new default value (#19369)
Click to expand commit body
This PR is a quick follow-up to #19364 which updates some left-out
occurrences of `option_as_meta` to the new default value (`false`).
Finn Evers
created
4be9da2
remote ssh: Make "get permalink to line" work (#19366)
Click to expand commit body
This makes the `editor: copy permalink to line` and `editor: copy
permalink to line` actions work in SSH remote projects.
Previously it would only work in local projects.
Demo:
https://github.com/user-attachments/assets/a8012152-b631-4b34-9ff2-e4d033c97dee
Release Notes:
- N/A
Thorsten Ball
created
c186e99
ssh remote: Reset missed heartbeats on connection activity (#19368)
Click to expand commit body
Ran into this this morning. At least I suspect I ran into it. In any
case: we need to reset the missed hearbeats to 0 in case we got any
connection activity.
Release Notes:
- N/A
Thorsten Ball
created
4df882c
Make terminal.option_as_meta=false in default settings (#19364)
Click to expand commit body
- This reverts the change I made in https://github.com/zed-industries/zed/pull/15535 which set `option_as_meta` to `true` in the default settings.
- `true` is a reasonable default for US Keyboards, but is terrible for many others which rely on `alt+<key>` for totally normal keystroke combinations.
Peter Tripp
created
17f2929
collab: Anchor new subscription's billing cycle to the first of the month (#19367)
Click to expand commit body
This PR makes it so new subscriptions will have their billing cycle
anchored to the first of the month.
When someone signs up today, they will be billed starting on the first
of next month.
Release Notes:
- N/A
Co-authored-by: Antonio <antontio@zed.dev>
Co-authored-by: Richard <richard@zed.dev>
Marshall Bowers
,
Antonio
, and
Richard
created
5ad3920
Support uppercase extensions in image preview (#19304)
Peter Tripp
created
8c91054
Subtract FREE_TIER_MONTHLY_SPENDING_LIMIT from reported monthly spend (#19358)
Click to expand commit body
Release Notes:
- N/A
Antonio Scandurra
created
455f241
Introduce a new /billing/monthly_spend API (#19354)
498ecd6
Fetch more than one page when polling stripe events (#19343)
Click to expand commit body
This fixes a bug that was causing most users to be unable to use the
LLMs via Zed. It was caused by not using pagination and, instead, always
querying the very first page of stripe events.
Note that we're also allowing processing events generated in the last 24
hours (before, this was only 1 hour). I did this so that we can process
the backlog of events that the aforementioned bug was skipping.
Release Notes:
- N/A
Antonio Scandurra
created
3216de7
ssh remoting: Do not print error backtrace on non-zero exit (#19290)
Click to expand commit body
Closes #ISSUE
Release Notes:
- N/A
Thorsten Ball
created
57369b5
Update Rust crate tree-sitter-elixir to v0.3.1 (#19335)
This is useful for passing a custom identity file, jump hosts, etc.
Unlike with the v1 feature, we won't support `gh`/`gcloud` ssh wrappers
(yet?). I think the right way of supporting those would be to let
extensions provide remote projects.
Closes #19118
Release Notes:
- SSH remoting: restored ability to set arguments for SSH
78093b8
ssh: Clean up title bar indicator icon (#19328)
Click to expand commit body
This PR cleans up the custom icon with indicator implementation in favor
of `IconWithIndicator`, which we already had. It seems like it isn't
super used still, but it's good to try to enforce some consistency
either way. I checked my changes against the REPL stuff (one instance
where its used) and everything's looking good so far. As far as SSH,
nothing has visually changed; we just have less code for this thing now.
<img width="800" alt="Screenshot 2024-10-17 at 2 15 47 AM"
src="https://github.com/user-attachments/assets/5c146757-501e-4242-b145-a576a8f289b5">
---
Release Notes:
- N/A
Danilo Leal
created
a41e973
ssh: Remove server count from modal header (#19329)
Click to expand commit body
The server count was something that existed since the remote development
implementation and we just kept it there without a lot of critical
thinking. However, it doesn't feel like it's particularly useful yet,
which means that, at least for now, we could clean it up more and wait
for further feedback to add it back, if ever requested.
Release Notes:
- N/A