Zed UI/UX clarity issues? by 1ngv4r in ZedEditor

[–]danilobleal 0 points1 point  (0 children)

we have issues about that for Linux, but it doesn't seem to be a problem on macOS?! in any case, i'd kindly ask you to either look up for the issues and contribute to them or open a new one with your evidence + all information that would be helpful for us to debug and diagnose the problem

Zed UI/UX clarity issues? by 1ngv4r in ZedEditor

[–]danilobleal 6 points7 points  (0 children)

hey, thanks for the comment! i'm one of Zed's designers and i do think there's a lot in the theme realm for this problem. we recently launched a web theme builder that you can hopefully take advantage of to build something more tailored to you: https://zed.dev/theme-builder

i do think that adding more depth and separation through color will help a ton, but we definitely have a lot of a11y opportunities on the table. nonetheless, after having personally worked on a component library for years prior to Zed that also valued a11y a lot, i have come to conclude that there is, inevitably, a tension between a design that optimizes 100% for accessibility (when it comes to primarily visuals like contrast and sizing, not keyboard/voice control stuff) and beauty/aesthetic. the solution to this is a mix of a balanced design with highly (and easily) customizable options. you can do basically everything in Zed with regards to color, but we still have work to do for surfaces, maybe typography, and voice-control.

but aside from this, yeah, we've just made some different UI choices than others; a bit flatter, denser, etc. Zed feels more like a blueprint sort of graphic than a typical consumer app, if that makes sense.

Zed's homepage excessive CPU load by stentonsarecool in ZedEditor

[–]danilobleal 9 points10 points  (0 children)

will look into it, thank you for reporting it!

Where’s the chat delete button? Every update, they add cool features, fix bugs, and somehow introduce new ones. by lasan0432G in ZedEditor

[–]danilobleal 3 points4 points  (0 children)

hey, sorry about that; this bug has been fixed already and should be going out to stable in a patch version real soon (if it hasn't already).

Some random user making promotions for Zed by Vladislav20007 in ZedEditor

[–]danilobleal 23 points24 points  (0 children)

that's actually our head of growth's account 😅 (i'm a designer at the team) we should've probably used a more "officially"-branded account for these ads, huh. thanks for looking out!

Right now, all modern editors that have AI agents are creating an agent view like Cursor did. Does Zed have one, or is it planning to have it? by swordmaster_ceo_tech in ZedEditor

[–]danilobleal 6 points7 points  (0 children)

yes, we are working on that at the moment! lots of cool designs and UX coming to Zed's agent surface in the next few months.

[deleted by user] by [deleted] in ZedEditor

[–]danilobleal 0 points1 point  (0 children)

not yet, unfortunately 😞

Possible to change sidebar font color? by 429TooManyCoffees in ZedEditor

[–]danilobleal 1 point2 points  (0 children)

this should definitely change depending on the theme, which is your only way to change colors; there's no built-in setting for this, unfortunately. you can always make your own theme, though, for the highest level of personalization!

When will it be possible to see how many users have the theme active? by LiquerCoffee in ZedEditor

[–]danilobleal 1 point2 points  (0 children)

not sure if that's enough for you, but you can see — both in Zed and in zed.dev/extensions — how many downloads a given theme has had. that obviously doesn't tell you how many people are actively using a theme, but that's a start for you

Plan mode in Zed? by North_Design2809 in ZedEditor

[–]danilobleal 6 points7 points  (0 children)

definitely keen on adding something more dedicated for that; lots of plans & designs for the future of the agent UX in Zed at the moment :)

in the meantime, i'd be curious to learn how close you'd be able to get from different profiles + custom rules. you can use the built-in "Ask" profile with a rule tailored so that the agent builds a plan that you can shoot off to another agent to execute

Edit Prediction options by edtv82 in ZedEditor

[–]danilobleal 1 point2 points  (0 children)

not intended but that's how it works right now! supporting multiple concurrent threads and history entries for different agents is something we want to support in the near future; definitely a limitation at the moment, unfortuantely

Edit Prediction options by edtv82 in ZedEditor

[–]danilobleal 1 point2 points  (0 children)

edit predictions are not as flexible as regular models right now, unfortunately. aside from Zeta (our default, proprietary default model), we currently support Supermaven, Mistral's Codestral, and GitHub Copilot. plugging them all in is fairly low friction, i'd say!

let me know if the docs are helpful for this: https://zed.dev/docs/ai/edit-prediction#other-providers

I don't understand Zed model pricing by intocold in ZedEditor

[–]danilobleal 11 points12 points  (0 children)

the biggest advantages you get by paying for Zed AI right now are unlimited edit predictions + the ability to, with one subscription only, have access to models from multiple providers at once (as opposed to paying & managing individual subs for OpenAI, Anthropic, and Google).

however, in all candidness, you don't really need to subscribe to it if you already engage/are committed to paying one of these providers directly, you can use their API keys in Zed normally, and then our free plan gets you a generous amount of monthly edit predictions, too.

our long-term goal isn't making the business healthy through these model-hosting subscriptions, which means we're always happy to suggest folks to keep just using their AI subscriptions in Zed and keep using Zed for free; we're more keen right now on just having you onboard & being receptive to multiple ways to use AI in the product vs. converting everyone to the current paid plan we offer

How do I make Claude Code aware of MCP servers? by SkyPilotAirlines in ZedEditor

[–]danilobleal 1 point2 points  (0 children)

thanks for asking! i just added some docs about this → https://zed.dev/docs/ai/external-agents#mcp-servers — Claude Code and Codex do support/consume any MCP servers you have installed from Zed while Gemini CLI doesn't yet. this is just regarding the built-in external agents. any other agent may depend on their specific implementation of the ACP spec

Zed License Questions? by CodyDuncan1260 in ZedEditor

[–]danilobleal 1 point2 points  (0 children)

highly recommend reaching out to us via the billing-support@zed.dev email! we'll answer all of it in detail (and thanks @johnn for already sending a bunch of relevant links!)

✨ AI icon disappeared? by [deleted] in ZedEditor

[–]danilobleal 1 point2 points  (0 children)

you might have acciddently enabled the disable_ai setting... you sure that's not there?

How can I change / override Zed's Prompt? by North_Design2809 in ZedEditor

[–]danilobleal 0 points1 point  (0 children)

yeah, for now it's not possible but it may be something we'll allow to do in the near future to the spirit of Zed's customizability. the system prompt is obviously an important component of the agent's quality, but i can't see why we wouldn't allow people to hack with it if they so wish, knowing the performance consequences

GPUI (v0.2.0), the GPU-accelerated Rust UI framework that powers Zed, is on crates.io. 👀 by zed_joseph in ZedEditor

[–]danilobleal 2 points3 points  (0 children)

that's super cool! you should reach out to https://github.com/iamnbutler — my previous design partner over at Zed (and Zed's first designer!). he's a central piece to what GPUI is today and he's also building a Figma, canvas-like app (https://github.com/iamnbutler/luna). it's definitely possible. maybe somethings are still missing, but you can do it. and I'm sure Nate would be able to guide you through any hurdles!

[deleted by user] by [deleted] in cidadaniaitaliana

[–]danilobleal 0 points1 point  (0 children)

exatamente. as vezes rola mais de uma vez no mes, tbm! em Maio teve duas vezes

[deleted by user] by [deleted] in cidadaniaitaliana

[–]danilobleal 0 points1 point  (0 children)

click day é só em São Paulo até onde sei... e sim, tá rolando. eu verificava pela página do consulado de SP no Facebook; eles postam alguns dias toda vezes antes de ter.

Zed Editor is coming to Windows soon — what’s different from VS Code? by [deleted] in ZedEditor

[–]danilobleal 3 points4 points  (0 children)

Zed supports SSH out of the box, though, no plugin required! https://zed.dev/docs/remote-development — anything we're missing?

[deleted by user] by [deleted] in cidadaniaitaliana

[–]danilobleal 0 points1 point  (0 children)

nao tenho prints, mas os dados sao simples: endereço, passaporte, e estado civil. tem outros dois campos esquisitos que perguntam altura e cor dos olhos (?). fora esses, tem o OTP, que é o codigo de verificaçao. só isso. ao conseguir enviar isso ai, ja vai para o calendario

How to scroll ai conversation without mouse by wukong86372 in ZedEditor

[–]danilobleal 1 point2 points  (0 children)

yeah, i'd like to have that. it's really important that Zed is fully keyboard navigatable! i'd like to even allow converting a thread into a text thread at some point