mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-23 21:05:08 +00:00
Closes AI-267 This PR adds a skills subpage in the settings UI, where we display global skills in the user tab and project skills in the corresponding project tab. The approach taken here was the simplest one out of the possible avenues we could've taken to implement this (which would possibly require bigger refactors), given this is potentially the very first page in the settings UI where we're displaying stuff that does not correspond to data available in the `settings.json`. Important to note that a major limitation of the global approach is that it's dependent on the native agent having loaded the skill index, meaning there's an edge case where, if you open the settings UI _before_ having opened the agent panel, you won't immediately see the available skills. Something to discuss but that it felt like a viable option for a first ship. Release Notes: - Agent: Added a skills section to the settings UI. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| LICENSE-GPL | ||