* 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.
40 lines
1.8 KiB
Plaintext
40 lines
1.8 KiB
Plaintext
---
|
|
title: 명령 및 스니펫
|
|
description: 채팅에서 재사용할 수 있는 슬래시 명령과 텍스트 스니펫을 만드세요.
|
|
---
|
|
|
|
# 명령 및 스니펫
|
|
|
|
명령과 스니펫은 모두 같은 내용을 다시 입력하는 수고를 덜어줍니다. 명령은 `/`로 실행하는 전체 프롬프트이고, 스니펫은 `#`로 메시지에 넣는 짧은 텍스트 조각입니다.
|
|
|
|
## Commands
|
|
|
|
명령은 `/review`처럼 슬래시로 실행하는 저장된 프롬프트입니다. **Settings → Commands**에서 관리합니다.
|
|
|
|
1. **Settings → Commands**를 열고 명령을 만듭니다.
|
|
2. 이름, 설명, 보낼 프롬프트 텍스트를 지정합니다.
|
|
3. 필요하다면 특정 에이전트나 모델에 고정합니다.
|
|
4. personal 또는 project 범위를 선택합니다.
|
|
|
|
채팅에서 메시지의 **첫** 글자로 `/`를 입력하면 명령이 나타나며, 그중 하나를 선택합니다. 텍스트에는 플레이스홀더를 사용할 수 있습니다.
|
|
|
|
- `$ARGUMENTS` — 명령 뒤에 입력한 내용
|
|
- `@filename` — 파일의 내용을 삽입
|
|
- `` !`command` `` — 셸 명령의 출력을 삽입
|
|
|
|
내장된 `init`과 `review` 명령은 초기화할 수 있지만 삭제할 수는 없습니다.
|
|
|
|
## Snippets
|
|
|
|
스니펫은 `#signoff`처럼 해시태그로 인라인에서 참조하는 재사용 가능한 텍스트입니다. **Settings → Snippets**에서 관리합니다.
|
|
|
|
1. **Settings → Snippets**를 열고 스니펫을 만듭니다.
|
|
2. 이름과 대체할 텍스트를 지정합니다. 트리거를 여러 개 두려면 별칭을 추가합니다.
|
|
3. personal 또는 project 범위를 선택합니다.
|
|
|
|
채팅에서 `#`를 입력하고 스니펫을 선택합니다. OpenChamber가 보내기 전에 전체 텍스트로 바꿔 넣습니다.
|
|
|
|
## 관련 항목
|
|
|
|
- [Skills](/ko/skills/) — 더 큰 지침 모음을 필요할 때 불러오세요
|