Files
openchamber/packages/docs/content/docs/ko/multi-run.mdx
T
Bohdan Triapitsyn 967704a9b9 docs: add OpenChamber feature docs and translations (#1400)
* docs: add OpenChamber feature docs and translations

Add 30 new docs pages covering OpenChamber-specific workflows and setup:
OpenCode server, providers/models/agents, MCP, skills, commands & snippets,
usage, projects, context, notes/todos/plans, scheduled tasks, project actions,
preview, worktrees, multi-run, git & GitHub, magic prompts, git identities,
mobile/PWA, security, notifications, voice, project icons, remote instances,
desktop browser, updates, and three troubleshooting pages.

Rebuild sidebar into eight task-oriented sections and translate every new
page into all six supported locales (uk, zh-cn, es, pt-br, ko, pl).

* docs: surface new sections on homepage and cross-link tunnels

Add an Explore block to the docs homepage (all seven locales) linking to
the new section anchors, and cross-link the Tunnels page to Security and
PWA & Mobile.
2026-05-24 14:15:55 +03:00

35 lines
1.6 KiB
Plaintext

---
title: Multi-run
description: 동일한 프롬프트를 여러 모델이나 세션에서 한 번에 실행하세요.
---
# Multi-run
Multi-run은 하나의 양식에서 여러 세션을 시작합니다. 같은 작업을 다른 모델로 시도하고 결과를 비교하는 데 유용합니다. 세션 사이드바 상단의 버튼에서 엽니다.
## Multi-run 시작하기
1. multi-run 런처를 엽니다.
2. 프로젝트를 선택하고 실행 그룹의 이름을 지정합니다.
3. 프롬프트를 작성하고 실행할 모델을 선택합니다(그룹당 최대 다섯 개).
4. **isolate runs** 여부를 선택합니다.
5. 시작합니다.
각 모델은 자체 세션을 가지며, 모두 사용자의 프롬프트로 시작합니다.
## 격리된 실행
**isolate runs**를 켜면 모든 실행에 자체 [worktree](/ko/worktrees/)와 브랜치가 부여되어 같은 파일을 절대 건드리지 않습니다. 이를 위해서는 git 저장소가 필요하며, 저장소가 아닌 폴더에서는 자동으로 꺼집니다. 실행이 시작될 브랜치를 선택하세요.
격리를 끄면 모든 실행은 프로젝트 폴더 안의 평범한 세션입니다.
## 결과 비교하기
각 실행은 열고, 읽고, 유지하거나 버릴 수 있는 일반 세션입니다. 접근 방식을 비교하려고 실행을 시작했다면 나란히 검토하고 가장 좋은 것을 이어가세요.
단일 실행이 시작에 실패해도 나머지는 계속 시작됩니다. 요청한 것보다 세션이 적게 보일 뿐입니다.
## 관련 항목
- [Worktree Sessions](/ko/worktrees/) — 격리가 내부적으로 작동하는 방식