Skip to content

fix(test): update package name to oh-my-openagent in install test#2582

Merged
acamq merged 1 commit intocode-yeongyu:devfrom
acamq:fix/fix-install-test
Mar 15, 2026
Merged

fix(test): update package name to oh-my-openagent in install test#2582
acamq merged 1 commit intocode-yeongyu:devfrom
acamq:fix/fix-install-test

Conversation

@acamq
Copy link
Copy Markdown
Collaborator

@acamq acamq commented Mar 15, 2026

Summary

  • Fixes failing CI test in src/cli/install.test.ts
  • Updates assertion to check for oh-my-openagent instead of legacy oh-my-opencode

Root Cause

The package name was renamed from oh-my-opencode to oh-my-openagent in add-plugin-to-opencode-config.ts, but the test assertion was not updated.

Test

  • bun test src/cli/install.test.ts → 3 pass
  • Related CLI tests → 58 pass

Summary by cubic

Fix failing install CLI test by updating the assertion to expect oh-my-openagent instead of oh-my-opencode. Aligns with current plugin registration and restores CI to green.

Written for commit 0f0e4c6. Summary will update on new commits.

The test was checking for the old package name 'oh-my-opencode'
but the plugin registration now uses 'oh-my-openagent'.
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Auto-approved: Test-only fix updating an assertion to match a package rename. No impact on production logic.

@acamq acamq merged commit 2fd6f4b into code-yeongyu:dev Mar 15, 2026
8 checks passed
@acamq acamq deleted the fix/fix-install-test branch March 15, 2026 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant