Skip to content

fix: TS2353 parameters property not in plugin type — blocks all dependabot PRs #17

Description

@four-bytes-robby

Bug

5 tool files use parameters property which no longer exists in the @opencode-ai/plugin type definitions:

  • src/tools/blast-radius.ts:8
  • src/tools/bus-factor.ts:8
  • src/tools/curse-score.ts:8
  • src/tools/implicit-coupling.ts:8
  • src/tools/ownership.ts:8

This causes bun run typechecktsc --noEmit to fail on main, which blocks all 5 open dependabot PRs (#2, #3, #5, #6, #7).

Fix

Replace parameters: with the correct property name from the plugin SDK (likely args based on the tool type definition pattern). Verify with bun run typecheck after fix.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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