Skip to content

docs(ecosystem): add opencode-session-id-plugin#37673

Open
hardes11 wants to merge 1 commit into
anomalyco:devfrom
hardes11:add-opencode-session-id-plugin-to-ecosystem
Open

docs(ecosystem): add opencode-session-id-plugin#37673
hardes11 wants to merge 1 commit into
anomalyco:devfrom
hardes11:add-opencode-session-id-plugin-to-ecosystem

Conversation

@hardes11

@hardes11 hardes11 commented Jul 18, 2026

Copy link
Copy Markdown

Issue for this PR

Closes #37676

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Adds opencode-session-id-plugin to the ecosystem docs plugin list in packages/web/src/content/docs/ecosystem.mdx.

opencode-session-id-plugin is a TUI plugin that displays the session ID beneath the title in the OpenCode sidebar — restored for stable-channel users, since upstream only shows this line on dev/edge builds (gated behind InstallationChannel !== "latest"). The sidebar_title slot is an intentional extension point, so this is a legitimate use of the plugin surface rather than a patch over upstream behavior.

Project links:

How did you verify your code works?

  • Confirmed the docs entry was appended to the Plugins table in packages/web/src/content/docs/ecosystem.mdx (last row, after opencode-goal-plugin, matching the append-as-added ordering convention of the existing 37 entries)
  • Verified the row's pipe positions column-align with all 37 existing rows (hand-padded to the table's max cell widths: Name=98, Description=98)
  • Confirmed this PR only adds the new ecosystem entry with no unrelated changes

Screenshots / recordings

N/A (docs-only change)

Checklist

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

@github-actions

Copy link
Copy Markdown
Contributor

Hey! Your PR title add opencode-session-id-plugin to ecosystem doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions github-actions Bot added needs:title needs:compliance This means the issue will auto-close after 2 hours. labels Jul 18, 2026
@hardes11
hardes11 force-pushed the add-opencode-session-id-plugin-to-ecosystem branch from 3bd43da to 39e216f Compare July 18, 2026 19:51
@hardes11 hardes11 changed the title add opencode-session-id-plugin to ecosystem docs(ecosystem): add opencode-session-id-plugin Jul 18, 2026
@hardes11

Copy link
Copy Markdown
Author

Updated the title to conventional-commit format (docs(ecosystem):) and linked the companion issue #37676 via Closes #37676 in the PR description.

@github-actions github-actions Bot removed needs:title needs:compliance This means the issue will auto-close after 2 hours. labels Jul 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

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.

docs(ecosystem): add opencode-session-id-plugin to the Plugins list

1 participant