Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/commands/cloud_agent/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ async fn browse() -> Result<()> {
app.skills_source = skills_sync::populated_sources(&home)
.first()
.map(|(source, _)| source.slug.to_string());
// Mirrored so the ⌥s settings card opens showing the saved answer.
app.skills_enabled = saved.skills.enabled;
// No preferences yet: ask whether to set them up, rather than dropping
// someone in front of a prompt whose target, agent and skills are all
// unanswered. Choosing Setup from the menu skips that question — they have
Expand Down
Loading