* 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
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
---
|
|
title: Magic Prompts
|
|
description: Customize the built-in prompts behind OpenChamber's automated flows.
|
|
---
|
|
|
|
# Magic Prompts
|
|
|
|
OpenChamber uses built-in prompts behind the scenes whenever it does something automatically — writing a commit message, drafting a PR, reviewing an issue, resolving a conflict, summarizing a session. Magic Prompts is where you read and rewrite those prompts. Open it at **Settings → Magic Prompts**.
|
|
|
|
You don't need this page for normal use. Reach for it when you want a flow to behave differently — say, commit messages in a particular style.
|
|
|
|
## Edit a prompt
|
|
|
|
1. Open **Settings → Magic Prompts**.
|
|
2. Pick a prompt from the groups in the sidebar — Git, GitHub, Planning, and Session.
|
|
3. Edit the text and save.
|
|
|
|
Some prompts have a visible part (the message you'd see) and an instructions part (hidden guidance for the agent). Prompts can include `{{placeholders}}` that OpenChamber fills in, like the diff or the issue title — keep those in place.
|
|
|
|
## Reset
|
|
|
|
Changed your mind? Each prompt has **reset to default**, and there's a **reset all** if you want to start over everywhere.
|
|
|
|
## Related
|
|
|
|
- [Git & GitHub Workflows](/git/) — many of these prompts power the git flows
|