chore(docs): reorganize development instructions and enhance README clarity

This commit is contained in:
Bohdan Triapitsyn
2025-12-21 16:21:10 +02:00
parent 7b1d0c7791
commit 8a07b5c121
5 changed files with 75 additions and 37 deletions
+21 -5
View File
@@ -2,6 +2,10 @@
Desktop application for the [OpenCode](https://opencode.ai) AI coding agent. Built with Tauri.
For the full project overview and screenshots, see the main repo:
https://github.com/btriapitsyn/openchamber
## Installation
Download from [Releases](https://github.com/btriapitsyn/openchamber/releases).
@@ -10,17 +14,29 @@ Currently available for macOS (Apple Silicon).
## Prerequisites
- [OpenCode CLI](https://opencode.ai) installed
- [OpenCode CLI](https://opencode.ai) installed (`opencode`)
- OpenCode server running (`opencode serve`)
## Features
- Native macOS app with auto-updates
### Core UI
- Integrated terminal
- Git operations with identity management and AI commit message generation
- Beautiful themes (Flexoki Light/Dark)
- Rich permission cards with syntax-highlighted operation previews
- Smart tool visualization (inline diffs, file trees, results highlighting)
- Per-agent permission mode control
- Rich permission cards with syntax-highlighted operation previews
- Per-agent permission modes (ask/allow/full) per session
- Branchable conversations: start a new session from any assistant response
- Task tracker UI with live progress and tool summaries
- Model selection UX: favorites, recents, and configurable tool output density
- UI scaling controls (font size and spacing)
- Session auto-cleanup with configurable retention
- Memory optimizations with LRU eviction
### Desktop (macOS)
- Native macOS menu bar integration with app actions
- First-launch directory picker to minimize permission prompts
## Development