Skip to content

feat(cli): add one-line fork installer - #4

Merged
continued-agent merged 2 commits into
mainfrom
feat/cli-installer
Aug 30, 2026
Merged

feat(cli): add one-line fork installer#4
continued-agent merged 2 commits into
mainfrom
feat/cli-installer

Conversation

@letta-integration

Copy link
Copy Markdown

What

  • publish a prebuilt fork CLI tarball as the stable cli-latest GitHub release asset
  • make Unix and PowerShell installers download and verify the artifact before global installation
  • point documentation at the fork installer URLs and document the release workflow

Why

Users can install the customized fork with one pasted command without compiling the monorepo locally. The SHA-256 sidecar prevents installing a corrupted or unexpected artifact.

Installation

curl -fsSL https://raw.githubusercontent.com/continued-agent/continued/main/extensions/cli/scripts/install.sh | bash

The release artifact is generated automatically by .github/workflows/cli-release-artifact.yml after this change reaches main.

Validation

  • bash -n extensions/cli/scripts/install.sh
  • shellcheck extensions/cli/scripts/install.sh
  • isolated Unix installer dry run with a local artifact and fake npm
  • SHA-256 success and mismatch tests
  • Prettier checks for documentation and workflow YAML

Claw'd and others added 2 commits August 30, 2026 09:59
Publish a prebuilt fork artifact through a stable GitHub release asset and make the Unix and PowerShell installers verify and install it without compiling the monorepo locally.

👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta Code <noreply@letta.com>
👾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta Code <noreply@letta.com>
@continued-agent
continued-agent merged commit bb482cf into main Aug 30, 2026
74 of 79 checks passed
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.

1 participant