feat: add cline template#355
Open
phala-agent wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
cc @Marvin-Cypher for review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
cline/cline.clinepackage, imports the installed@cline/sdkentrypoint, and checkscline --versionwithout provider credentials or hosted model calls.assets/icons/icon.pngastemplates/icons/cline.png.Upstream
cline@3.0.13clineTemplate files
templates/prebuilt/cline/docker-compose.ymltemplates/prebuilt/cline/README.mdtemplates/icons/cline.pngtemplates/config.jsonEnvironment variables
CLINE_PACKAGE_VERSIONoptional, defaults to3.0.13ANTHROPIC_API_KEYoptional for future real Cline sessions; verifier endpoints do not use itOPENAI_API_KEYoptional for future real Cline sessions; verifier endpoints do not use itOPENAI_BASE_URLoptional for future custom provider workflows; verifier endpoints do not use itValidation
python sdks/templates/validate.pypassed via a temporarypython -> python3PATH shim because this cron environment lacks a systempythonbinary; validation output succeeded with existing unused-icon warnings formcp-jupyter.svgandmaybe-finance.png.git -C sdks diff --check origin/main...HEADpassed.docker compose -f sdks/templates/prebuilt/cline/docker-compose.yml config >/dev/nullpassed.env_file, no external build context, no privileged mode, and no literal secrets.Phala Cloud smoke test
hermes-admin-cvm-checkphala deploy --name auto-template-test-cline-0526-211226 --compose sdks/templates/prebuilt/cline/docker-compose.yml --instance-type tdx.small --wait --no-public-logs --no-public-sysinfo --json33fb757d-b0c7-4713-ab70-c6ff957f13ea51e7484e98af9ecadc95b471ed07b2c1723514a1/dstack-app-1reachedUp About a minute (healthy).GET /healthzreturned HTTP 200 withstatus=ok, package metadata ready, SDK import ready, CLI ready, and version ready.GET /demoreturned HTTP 200 with safe deterministic package and CLI smoke mode,credentials_required=false, andmodel_downloaded=false.GET /v1/modelsreturned HTTP 200 withcline-cli/local-verifierandremote_model_calls=false.Cleanup
The requested CVM was not found, treated as cleanup success.