Files
openchamber/packages/docs/content/docs/ko/providers.mdx
T
Bohdan Triapitsyn d6f0f2f23c feat(settings): retire the third-party plugin integrations
Settings → Integrations offered install cards for the Claude Code and
Cursor provider plugins. They are gone: the section, its plugin catalog,
its own i18n module and tests, the settings search entries, the page
keywords, and the two sprite icons only it used. The page now holds the
built-in GitHub and Linear cards, so it is hidden in VS Code where neither
applies; its title and description live in the settings dictionaries.

Docs follow: the Integrations page in every locale now documents GitHub
(pointing at its own page) and Linear in full, the GitHub page names
Settings → Integrations as the place to connect and covers linking an
issue or PR to a message, and the Providers pages no longer promise Claude
or Cursor subscriptions.

Claude-Session: https://claude.ai/code/session_01HB9wdLQoZX2vfyDjwv6Rso
2026-09-04 23:34:15 +03:00

51 lines
2.4 KiB
Plaintext

---
title: 공급자, 모델, 에이전트
description: AI 공급자를 연결하고 모델을 선택하며 에이전트를 설정하세요.
---
# 공급자, 모델, 에이전트
OpenChamber가 무언가를 하려면 먼저 최소한 하나의 AI 공급자가 연결되어 있어야 합니다. 이 페이지에서는 공급자 연결, 모델 선택, 에이전트 맞춤 설정을 다룹니다.
## 공급자 연결하기
1. **Settings → Providers**를 엽니다.
2. **Add provider** 메뉴를 열고 아직 연결되지 않은 공급자를 선택합니다.
3. 공급자에 따라 다음 두 가지 방법 중 하나로 로그인합니다.
- **API key** — 키를 붙여넣고 저장합니다.
- **Sign-in (device flow)** — OpenChamber가 링크와 짧은 코드를 표시합니다. 링크를 열고 코드를 입력한 뒤 승인합니다. 나머지 연결은 OpenChamber가 알아서 마무리합니다.
공급자가 연결됨으로 표시되면 해당 모델을 채팅에서 사용할 수 있습니다.
연결을 해제하려면 공급자를 열고 로그인을 제거하도록 선택합니다.
## 모델 선택하기
작업하는 위치에서 모델을 선택합니다.
- 채팅에서는 메시지 바의 모델 선택기로 해당 세션의 공급자와 모델을 설정합니다
- 에이전트별로 기본 모델을 설정합니다(아래 참고)
## 에이전트 설정하기
에이전트는 모델, 성격, 허용된 작업을 묶어 이름을 붙인 설정입니다.
1. **Settings → Agents**를 엽니다.
2. 에이전트를 선택하거나 새로 만듭니다.
3. 다음 항목을 편집합니다.
- **description** — 에이전트의 용도
- **model** — 기본 모델
- **temperature** — 답변의 창의성 정도
- **prompt** — 항상 따르는 상시 지침
- **tool rules** — 사용할 수 있는 도구
## 로그인 정보가 저장되는 위치
공급자 로그인 정보는 OpenChamber가 아니라 OpenCode에 저장되므로 OpenCode CLI와 공유됩니다. 같은 공급자를 여러 곳에 설정하면 가장 구체적인 설정이 우선합니다. 프로젝트별 설정이 개인 설정을 덮어씁니다.
## 관련 항목
- [통합 기능](/ko/integrations/) — GitHub와 Linear 연결
- [MCP Servers](/ko/mcp/) — 에이전트에 추가 도구를 제공합니다
- [Usage & Quotas](/ko/usage/) — 사용량을 추적합니다