5 references to OpenCode
aspire (2)
Agents\SkillLocation.cs (1)
102
public static IReadOnlyList<SkillLocation> All { get; } = [Standard, ClaudeCode, GitHubSkills,
OpenCode
];
Commands\InitCommand.cs (1)
234
if (selectedLocations.Contains(SkillLocation.
OpenCode
))
Aspire.Cli.Tests (3)
Agents\CommonAgentApplicatorsTests.cs (2)
20
Assert.Contains(SkillLocation.All, l => l == SkillLocation.
OpenCode
);
45
Assert.False(SkillLocation.
OpenCode
.IsDefault);
Commands\InitCommandTests.cs (1)
498
return [SkillLocation.Standard, SkillLocation.ClaudeCode, SkillLocation.
OpenCode
];