feat: add config file support to CLI

- Add ~/.webber/config.toml for persistent settings
- Support api.url, api.key, cli.mode, cli.stream, history.file
- Environment variables override config file values
- Add 'config' command to show settings and init config file
- Update all commands to use config defaults

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-14 12:06:13 +01:00
co-authored by Claude Opus 4.5
parent daa9543790
commit b87e61248e
4 changed files with 260 additions and 32 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ Last updated: 2026-01-14
|---------|----------|-------------|------------|
| **Notebook editing** | Tools | Jupyter cell manipulation | Medium |
| **MCP support** | Infrastructure | Model Context Protocol | High |
| **Config file** | CLI | `~/.webber/config.toml` | Low |
| ~~**Config file**~~ | CLI | `~/.webber/config.toml` with `config` command | Low |
| **IDE integration** | CLI | VS Code extension | High |
| **Parallel agents** | Orchestration | Concurrent agent execution | High |
| **Agent memory** | Orchestration | Shared context between agents | Medium |