* 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.
27 lines
2.0 KiB
Plaintext
27 lines
2.0 KiB
Plaintext
---
|
||
title: Magic Prompts
|
||
description: Налаштовуйте вбудовані промпти, що стоять за автоматизованими процесами OpenChamber.
|
||
---
|
||
|
||
# Magic Prompts
|
||
|
||
OpenChamber використовує вбудовані промпти за лаштунками щоразу, коли робить щось автоматично, — пише повідомлення коміту, складає PR, переглядає issue, розв'язує конфлікт, підсумовує сесію. Magic Prompts — це місце, де ви читаєте й переписуєте ці промпти. Відкрийте їх у **Settings → Magic Prompts**.
|
||
|
||
Ця сторінка не потрібна для звичайного користування. Звертайтеся до неї, коли хочете, щоб процес поводився інакше, — скажімо, повідомлення комітів у певному стилі.
|
||
|
||
## Редагування промпту
|
||
|
||
1. Відкрийте **Settings → Magic Prompts**.
|
||
2. Виберіть промпт із груп у бічній панелі — Git, GitHub, Planning та Session.
|
||
3. Відредагуйте текст і збережіть.
|
||
|
||
Деякі промпти мають видиму частину (повідомлення, яке ви побачите) та частину з інструкціями (приховані вказівки для агента). Промпти можуть містити `{{placeholders}}`, які OpenChamber заповнює, як-от diff чи заголовок issue, — лишайте їх на місці.
|
||
|
||
## Скидання
|
||
|
||
Передумали? Кожен промпт має **reset to default**, а ще є **reset all**, якщо хочете почати спочатку всюди.
|
||
|
||
## Пов'язане
|
||
|
||
- [Робочі процеси Git і GitHub](/uk/git/) — багато з цих промптів живлять git-процеси
|