#18547 · @bilalbayram · opened Mar 21, 2026 at 5:56 PM UTC · last updated Mar 21, 2026 at 6:00 PM UTC

docs(ecosystem): add opencode-finance

appdocs
59
+101 files

Score breakdown

Impact

3.0

Clarity

9.0

Urgency

1.0

Ease Of Review

9.0

Guidelines

9.0

Readiness

10.0

Size

10.0

Trust

5.0

Traction

0.0

Summary

This PR adds a new entry, "opencode-finance," to the ecosystem plugin list in the project's documentation. It is a minor documentation update with no associated issue. The change involves adding a single line to an MDX file.

Open in GitHub

Description

Issue for this PR

N/A, docs-only ecosystem entry.

Type of change

  • [ ] Bug fix
  • [ ] New feature
  • [ ] Refactor / code improvement
  • [x] Documentation

What does this PR do?

Adds opencode-finance to the ecosystem plugin list in the docs and links to the repository.

How did you verify your code works?

Ran bun run build in packages/web after installing repo dependencies with bun install --frozen-lockfile from the repo root.

Screenshots / recordings

Not applicable. This is a docs table update.

Checklist

  • [x] I have tested my changes locally
  • [x] I have not included unrelated changes in this PR

Linked Issues

None.

Comments

No comments.

Changed Files

packages/web/src/content/docs/ecosystem.mdx

+10
@@ -50,6 +50,7 @@ You can also check out [awesome-opencode](https://github.com/awesome-opencode/aw
| [opencode-worktree](https://github.com/kdcokenny/opencode-worktree) | Zero-friction git worktrees for OpenCode |
| [opencode-sentry-monitor](https://github.com/stolinski/opencode-sentry-monitor) | Trace and debug your AI agents with Sentry AI Monitoring |
| [opencode-firecrawl](https://github.com/firecrawl/opencode-firecrawl) | Web scraping, crawling, and search via the Firecrawl CLI |
| [opencode-finance](https://github.com/bilalbayram/opencode-finance) | Finance quotes, filings, portfolio workflows, and report generation for OpenCode |
---