* 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.
35 lines
1.5 KiB
Plaintext
35 lines
1.5 KiB
Plaintext
---
|
|
title: Połączenie z OpenCode
|
|
description: Napraw brak połączenia OpenChamber z serwerem OpenCode.
|
|
---
|
|
|
|
# Połączenie z OpenCode
|
|
|
|
Jeśli OpenChamber się ładuje, ale nigdy nie przechodzi poza „OpenCode uruchamia się ponownie”, albo czat nie odpowiada, serwer, z którym się komunikuje, jest nieosiągalny. Przejdź przez te kroki.
|
|
|
|
## Utknął na „OpenCode uruchamia się ponownie”
|
|
|
|
- daj mu chwilę tuż po uruchomieniu — ten stan jest normalny, gdy serwer startuje
|
|
- sprawdź, czy serwer żyje, za pomocą `openchamber status`
|
|
- zrestartuj go za pomocą `openchamber restart`
|
|
- zobacz szczegóły startu za pomocą `openchamber logs`
|
|
|
|
## Łączysz się z własnym serwerem
|
|
|
|
Jeśli ustawiłeś OpenChamber tak, aby używał istniejącego serwera, sprawdź ponownie konfigurację z [OpenCode Server](/pl/opencode-server/):
|
|
|
|
- `OPENCODE_HOST` musi zawierać port, bez ścieżki — na przykład `http://localhost:4096`
|
|
- ustaw `OPENCODE_SKIP_START=true`, aby OpenChamber nie uruchamiał też własnego
|
|
- jeśli adres jest nieprawidłowy, OpenChamber go ignoruje i uruchamia własny serwer — poszukaj ostrzeżenia `[config]` w logach
|
|
|
|
## Nadal nie działa
|
|
|
|
- potwierdź, że Node.js jest w wersji `20` lub nowszej
|
|
- przeinstaluj najnowsze CLI
|
|
- otwórz `http://localhost:3000` bezpośrednio, zanim przetestujesz jakikolwiek tunel lub zdalny link
|
|
|
|
## Powiązane
|
|
|
|
- [OpenCode Server](/pl/opencode-server/) — jak OpenChamber znajduje serwer i nim zarządza
|
|
- [Rozwiązywanie problemów](/pl/troubleshooting/) — inne częste problemy
|