Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prompt editor improvement suggestions #21104

Open
1 task done
vlebert opened this issue Nov 23, 2024 · 0 comments
Open
1 task done

Prompt editor improvement suggestions #21104

vlebert opened this issue Nov 23, 2024 · 0 comments
Labels
ai Improvement related to Assistant, Copilot, or other AI features assistant AI feedback for Assistant (inline or panel) enhancement [core label]

Comments

@vlebert
Copy link

vlebert commented Nov 23, 2024

Check for existing issues

  • Completed

Describe the feature

I recently had a use case where prompt editor and nested prompts were a very good help. Moreover

/fetch command on documentation website works like a char and is very useful to give context to the assistant. Or even fetching raw Dockerfiles from a public repository, for example.

I have two suggestions to improve the prompt editor feature

  • it would be useful to be able to store prompts in the current project (in a .zed-prompts directory, for example). At the end, the prompt editor become messy because it mixes prompts from all kind of project.
  • When we insert a file, zed inserts the following content :
    ` ` `filename
    {file content}
    ` ` `
    

This is not optimal when you insert markdown content (for example documentation content) as the content can contain also
those triple quote symbols.

A custom and more specific separator would more appropriate ? For example >>> or I don't know.

Environment

Zed: v0.162.5 (Zed)
OS: macOS 15.1.1
Memory: 32 GiB
Architecture: aarch64

If applicable, add mockups / screenshots to help present your vision of the feature

No response

@vlebert vlebert added admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue labels Nov 23, 2024
@JosephTLyons JosephTLyons added ai Improvement related to Assistant, Copilot, or other AI features assistant AI feedback for Assistant (inline or panel) and removed triage Maintainer needs to classify the issue admin read Pending admin review labels Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ai Improvement related to Assistant, Copilot, or other AI features assistant AI feedback for Assistant (inline or panel) enhancement [core label]
Projects
None yet
Development

No branches or pull requests

2 participants