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