[PR #418] feat(Discord): add rich presence support #9613

Open
opened 2026-02-16 18:13:51 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/418
Author: @enchantednatures
Created: 6/26/2025
Status: 🔄 Open

Base: devHead: dev


📝 Commits (10+)

  • d7086d8 feat(discord-rich-presence): share activity on discord
  • cb8f820 Update download stats 2025-07-02
  • 524eb6f Update download stats 2025-07-03
  • b48cecc Update download stats 2025-07-04
  • 15e5fe8 Update download stats 2025-07-05
  • 0a00fa4 Update download stats 2025-07-06
  • 18380b4 Update download stats 2025-07-07
  • b6a0692 Update download stats 2025-07-08
  • ef17056 Update download stats 2025-07-09
  • 0e39c9a Update download stats 2025-07-10

📊 Changes

7 files changed (+653 additions, -7 deletions)

View changed files

📝 STATS.md (+233 -5)
📝 bun.lock (+29 -2)
📝 packages/opencode/config.schema.json (+40 -0)
📝 packages/opencode/package.json (+1 -0)
📝 packages/opencode/src/cli/bootstrap.ts (+2 -0)
📝 packages/opencode/src/config/config.ts (+28 -0)
packages/opencode/src/discord/discord.ts (+320 -0)

📄 Description

initial effort on getting rich presence working. I haven't been able to make the share link show up. I'll also need a Discord bot id to plug in to use as default as well as a few images
#https://github.com/sst/opencode/issues/406


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/418 **Author:** [@enchantednatures](https://github.com/enchantednatures) **Created:** 6/26/2025 **Status:** 🔄 Open **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`d7086d8`](https://github.com/anomalyco/opencode/commit/d7086d8e93b4b5d47be189aec5a023d5c3323c03) feat(discord-rich-presence): share activity on discord - [`cb8f820`](https://github.com/anomalyco/opencode/commit/cb8f820092e8d2c6dd88d27232ef76693d536c53) Update download stats 2025-07-02 - [`524eb6f`](https://github.com/anomalyco/opencode/commit/524eb6ff5565f4c311ec6134fb147067f4e618b2) Update download stats 2025-07-03 - [`b48cecc`](https://github.com/anomalyco/opencode/commit/b48cecc64050b78d667a0c35f1a49cafd15cfecb) Update download stats 2025-07-04 - [`15e5fe8`](https://github.com/anomalyco/opencode/commit/15e5fe8ea9b28223ceade96a0b754efa57e3cdf9) Update download stats 2025-07-05 - [`0a00fa4`](https://github.com/anomalyco/opencode/commit/0a00fa4aba2504071e8ae78b56f28334392c8de9) Update download stats 2025-07-06 - [`18380b4`](https://github.com/anomalyco/opencode/commit/18380b47a21713299a77f9b21e075d4600810d4a) Update download stats 2025-07-07 - [`b6a0692`](https://github.com/anomalyco/opencode/commit/b6a069205d56649c55cc5db48c847317be3e9ca2) Update download stats 2025-07-08 - [`ef17056`](https://github.com/anomalyco/opencode/commit/ef170566c0a9a42580cddba321d058da249b1ecc) Update download stats 2025-07-09 - [`0e39c9a`](https://github.com/anomalyco/opencode/commit/0e39c9ad0bd1e4a651bc2577e2cd1e1addaa3b91) Update download stats 2025-07-10 ### 📊 Changes **7 files changed** (+653 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `STATS.md` (+233 -5) 📝 `bun.lock` (+29 -2) 📝 `packages/opencode/config.schema.json` (+40 -0) 📝 `packages/opencode/package.json` (+1 -0) 📝 `packages/opencode/src/cli/bootstrap.ts` (+2 -0) 📝 `packages/opencode/src/config/config.ts` (+28 -0) ➕ `packages/opencode/src/discord/discord.ts` (+320 -0) </details> ### 📄 Description initial effort on getting rich presence working. I haven't been able to make the share link show up. I'll also need a Discord bot id to plug in to use as default as well as a few images #https://github.com/sst/opencode/issues/406 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:13:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9613