Skip to content

Conversation

@thoroc
Copy link
Contributor

@thoroc thoroc commented Jan 31, 2026

Summary

New utility package providing standardized notification/toast functionality for OpenCode plugins.

Changes

  • Create new notification/toast utility package
  • Provides standardized notification functionality across plugins
  • Zero internal dependencies - foundation package for others
  • Includes full test coverage
  • Exports: showNotification, Notifier class, NotificationOptions type

Dependencies

Blocks

Testing

  • Tests pass: bunx nx test opencode-notification
  • Build succeeds: bunx nx build opencode-notification
  • Type-check passes: bunx nx type-check opencode-notification

- Create new notification/toast utility package for OpenCode plugins
- Provides standardized notification functionality across plugins
- Zero internal dependencies - foundation package for others
- Includes full test coverage
- Exports: showNotification, Notifier class, NotificationOptions type

This is a foundation package used by opencode-config, opencode-core-plugin,
and the refactored warcraft plugin.
@github-actions
Copy link

⚠️ Large PR Warning

This PR is quite large with:

  • 7 changed files
  • 1000 added lines
  • 0 deleted lines

Consider breaking it down into smaller, focused PRs for easier review.

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.

2 participants