Skip to content

Commit e4d60b2

Browse files
committed
docs: document /settings command
1 parent bd57fe8 commit e4d60b2

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

docs/config-reference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Complete reference for all configuration options in `~/.autohand/config.json` (or `.yaml`/`.yml`).
44

5+
> **Tip:** Most settings below can be changed interactively using the `/settings` command instead of editing the file manually.
6+
57
## Table of Contents
68

79
- [Configuration File Location](#configuration-file-location)

docs/features.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ Autohand is an autonomous LLM-powered coding agent designed to work directly in
4444
- [x] `/history` for paginated session browsing
4545
- [x] Session sharing and export
4646

47+
## Settings Editor
48+
49+
The `/settings` command opens an interactive settings editor directly in the terminal.
50+
51+
- **Two-level category navigation** across 8 categories: UI, Agent, Permissions, Network, Telemetry, Auto-mode, Teams, and Search
52+
- **33 configurable settings** editable without leaving the TUI
53+
- **Auto-save on change** — values are written to `~/.autohand/config.json` immediately
54+
- **Type-aware inputs**: booleans toggle on Enter, enums show a pick list, strings and numbers use inline editing, passwords are masked
55+
- **Smart redirects**: Provider config opens `/model`, theme opens `/theme`, language opens `/language`
56+
4757
## Slash Commands
4858
| Command | Description |
4959
|---------|-------------|
@@ -88,6 +98,7 @@ Autohand is an autonomous LLM-powered coding agent designed to work directly in
8898
| `/automode` | Start autonomous coding mode |
8999
| `/cc` | Context compaction |
90100
| `/search` | Search codebase |
101+
| `/settings` | Interactive settings editor — browse categories, edit values inline |
91102

92103
## Memory System
93104
- [x] Project memory in `.autohand/memory/`

0 commit comments

Comments
 (0)