You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(app): composer approval control + settings cleanups (#49)
Four settings/composer UX fixes, rebased cleanly onto the latest `dev`
(supersedes #47, whose first 5 commits already landed via #46).
## Changes
1. **Share URL i18n** — the Sharing settings section was English-only;
added zh + zht translations and backfilled all 15 non-English locales so
the settings-key parity test passes.
2. **Approval control → composer** — removed the auto-accept row from
settings; added an `ApprovalControl` next to the build/plan agent
selector (Codex-style two-option picker: "Request approval" default /
"Auto-approve"), directory-scoped, backed by the existing permission
context.
3. **Servers tab** — merged the duplicate "Add server" + "Connect to
server" buttons into one "Add server" menu with two items.
4. **Import** — the run button is now a full-width bar button under the
options (Cancel beside it while running).
## Verification
- App suite: 540 pass
- i18n parity: green
- Typecheck: clean (15/15 tasks in pre-push)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: deepagent-ai <jamessmithm539@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
"settings.general.row.expertPanelDefault.title": "Ativar painel de especialistas por padrão",
568
+
"settings.general.row.expertPanelDefault.description": "Iniciar novas conversas com o painel de especialistas ativado, para que seu botão inicie uma revisão do contexto atual sob demanda.",
563
569
"settings.general.section.display": "Tela",
564
570
"settings.general.row.language.title": "Idioma",
565
571
"settings.general.row.language.description": "Alterar o idioma de exibição do DeepAgent Code",
"settings.general.row.expertPanelDefault.description": "Pokreni nove razgovore s uključenim ekspertnim panelom, tako da njegovo dugme po potrebi pokreće pregled trenutnog konteksta.",
0 commit comments