Files
openchamber/packages/docs/content/docs/ko/context.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

39 lines
1.6 KiB
Plaintext

---
title: 컨텍스트
description: 세션이 모델의 메모리를 얼마나 사용하는지 확인하세요.
---
# 컨텍스트
모든 모델은 한 번에 대화의 일정량만 담을 수 있습니다. 이것이 컨텍스트입니다. OpenChamber는 컨텍스트가 얼마나 찼는지 보여주므로, 세션이 한도에 가까워져 응답이 오래된 세부 내용을 버리기 시작할 시점을 알 수 있습니다.
## 빠른 표시기
채팅하는 동안 작은 게이지가 사용한 컨텍스트의 비율을 표시합니다. 채워질수록 색이 바뀝니다.
- 초록색 — 여유 충분
- 노란색 — 차고 있음(약 4분의 3)
- 빨간색 — 거의 가득 참
게이지에 마우스를 올리면(모바일에서는 탭하면) 정확한 토큰 수를 볼 수 있습니다.
## 전체 컨텍스트 패널
현재 세션을 더 자세히 보려면 오른쪽 사이드바의 **Context** 탭을 엽니다.
- 사용 중인 모델과 세션 시작 시점
- 모델 한도 대비 총 토큰 수
- 메시지 및 비용 합계
- 마지막 응답의 토큰 분석
- 무엇이 컨텍스트를 차지하는지에 대한 대략적인 구분(사용자 메시지, 에이전트 메시지, 도구 출력)
이 구분은 정확한 수치가 아니라 추정치입니다. 청구가 아니라 무엇이 창을 채우는지 파악하는 데 사용하세요.
## 가득 찼을 때 할 일
하나의 세션을 끝없이 키우지 말고 새 작업에는 새 세션을 시작하세요. 짧은 컨텍스트가 더 빠르고 모델을 집중시킵니다.
## 관련 항목
- [Projects](/ko/projects/) — 세션은 프로젝트별로 그룹화됩니다