Skip to content

Commit f42fd49

Browse files
committed
Merge branch 'main' into branch-diff-2
2 parents 86ad00a + f0ac54e commit f42fd49

File tree

207 files changed

+8961
-7275
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+8961
-7275
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Bug Report (Git)
2+
description: Zed Git Related Bugs
3+
type: "Bug"
4+
labels: ["git"]
5+
title: "Git: <a short description of the Git bug>"
6+
body:
7+
- type: textarea
8+
attributes:
9+
label: Summary
10+
description: Describe the bug with a one-line summary, and provide detailed reproduction steps
11+
value: |
12+
<!-- Please insert a one-line summary of the issue below -->
13+
SUMMARY_SENTENCE_HERE
14+
15+
### Description
16+
<!-- Describe with sufficient detail to reproduce from a clean Zed install. -->
17+
Steps to trigger the problem:
18+
1.
19+
2.
20+
3.
21+
22+
**Expected Behavior**:
23+
**Actual Behavior**:
24+
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: environment
29+
attributes:
30+
label: Zed Version and System Specs
31+
description: 'Open Zed, and in the command palette select "zed: copy system specs into clipboard"'
32+
placeholder: |
33+
Output of "zed: copy system specs into clipboard"
34+
validations:
35+
required: true

Cargo.lock

Lines changed: 107 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
"crates/anthropic",
1414
"crates/askpass",
1515
"crates/assets",
16-
"crates/assistant_context",
16+
"crates/assistant_text_thread",
1717
"crates/assistant_slash_command",
1818
"crates/assistant_slash_commands",
1919
"crates/audio",
@@ -58,7 +58,7 @@ members = [
5858
"crates/edit_prediction_context",
5959
"crates/zeta2_tools",
6060
"crates/editor",
61-
# "crates/eval",
61+
"crates/eval",
6262
"crates/explorer_command_injector",
6363
"crates/extension",
6464
"crates/extension_api",
@@ -246,7 +246,7 @@ ai_onboarding = { path = "crates/ai_onboarding" }
246246
anthropic = { path = "crates/anthropic" }
247247
askpass = { path = "crates/askpass" }
248248
assets = { path = "crates/assets" }
249-
assistant_context = { path = "crates/assistant_context" }
249+
assistant_text_thread = { path = "crates/assistant_text_thread" }
250250
assistant_slash_command = { path = "crates/assistant_slash_command" }
251251
assistant_slash_commands = { path = "crates/assistant_slash_commands" }
252252
audio = { path = "crates/audio" }

0 commit comments

Comments
 (0)