선적 서류 비치

Use OpenCode in Studio

Use real OpenCode against a Relpin project while keeping runtime governance intact.

베타 업데이트됨 2026-06-11 원시 마크다운
문서 내용은 현재 영어로 게시되어 있습니다. 번역이 준비되는 동안 한국어 문서 경로를 탐색할 수 있습니다.
문서 트리

OpenCode in Relpin works against the actual app project. It can help edit files, but it does not replace Relpin governance for data, credentials, release promotion, or audit.

Start from the project

Open the app in Studio and inspect the files before asking OpenCode for changes. Good prompts reference the route, component, SDK call, or behavior you want changed.

Keep edits reviewable

Prefer small edits with visible diffs. For sensitive changes, review the generated file changes before previewing or publishing.

Provider credentials

Relpin can route OpenCode through organization-level or app-level provider settings depending on the workspace configuration. Provider token costs belong to the connected provider account.

Relpin governs the app runtime and project write path. It should not ship provider secrets into generated app code.

Use preview as the boundary

After an OpenCode edit, restart or refresh the preview and verify the behavior in the app. Preview failures should be fixed at the source file or binding layer, not hidden with browser-only fallbacks.

Publish only reviewed work

When the edit is ready, publish a pinned release through the normal Relpin release path.