Skip to content

OpenCode installer support: follow-up improvements for #386 #435

@calreynolds

Description

@calreynolds

Context

PR #386 adds OpenCode support to install.ps1 — nice community contribution from @Pitusiray. A few follow-up items to round it out:

Improvements needed

  1. Whitespace consistency — PR uses tabs in some places where the rest of install.ps1 uses spaces. Should be normalized before merge.

  2. install.sh counterpartUpdate install.ps1 to include OpenCode support #386 only covers Windows. Linux/Mac users should get the same OpenCode support in install.sh (detection, MCP config, skills path).

  3. MCP server starts disabled — Every other tool in the installer configures MCP as ready-to-use. OpenCode starts with enabled = $false, which is inconsistent UX. Consider enabling by default to match other tools, or document why it's different.

  4. Missing instruction file — Other tools get instruction markdown files (CLAUDE.md, CURSOR.md, etc.) written by Write-InstructionFiles. OpenCode should get an equivalent if the tool supports it.

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions