Skip to content

chore: rebrand CLI packages and URLs to daemoncode - #20

Merged
daemon-blockint-tech merged 1 commit into
devfrom
pr-cli-packages
Jun 14, 2026
Merged

chore: rebrand CLI packages and URLs to daemoncode#20
daemon-blockint-tech merged 1 commit into
devfrom
pr-cli-packages

Conversation

@daemon-blockint-tech

Copy link
Copy Markdown
Owner

Summary

Rebases stack step 2/4 onto dev after #15 merged.

Rebrands CLI packages, binaries, and URLs from OpenCode to Daemon Protocol / daemoncode.

Stack

Test plan

  • bun turbo typecheck after full stack lands

Made with Cursor

Rename npm scope, CLI binary, config paths, deep links, and public API
surfaces from OpenCode/opencode to Daemon Protocol/daemoncode while
preserving backward-compatible aliases for legacy config and env vars.
Co-authored-by: Cursor <cursoragent@cursor.com>
@github-actions

Copy link
Copy Markdown

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions

Copy link
Copy Markdown

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.


const getCurrentUrl = () => {
if (location.hostname.includes("opencode.ai")) return "http://localhost:4096"
if (location.hostname.includes("daemonprotocol.com")) return "http://localhost:4096"
@daemon-blockint-tech
daemon-blockint-tech merged commit 153d68f into devJun 14, 2026
6 of 15 checks passed
@daemon-blockint-tech
daemon-blockint-tech deleted the pr-cli-packages branch June 14, 2026 17:28
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@daemon-blockint-tech@github-advanced-security@agentic-reserve