docs: nit

This commit is contained in:
ajspig 2026-08-26 11:35:53 -04:00
parent 9cb6ec1233
commit d6d6fc5164
1 changed files with 3 additions and 2 deletions

View File

@ -1171,13 +1171,14 @@ Welcome to the Honcho changelog! This section documents all notable changes to t
<Tab title="Honcho CLI">
[Honcho CLI](https://pypi.org/project/honcho-cli/)
<Update label="v0.1.4 (Current)">
### Changed
### Added
- `--setup` API key prompts echo `*` per character so a paste is visibly received instead of a blank getpass field
- A TTY notice when a newer `honcho-cli` is on PyPI (`uv tool upgrade honcho-cli`). Skipped in JSON mode; disable with `HONCHO_NO_UPDATE_CHECK`
### Fixed
- `--setup` for openai-compatible writes `EMBEDDING_MODEL_CONFIG__OVERRIDES__BASE_URL` into the profile `.env` alongside `LLM_OPENAI_BASE_URL` (#1068)
- `--setup` API key prompts echo `*` per character so a paste is visibly received instead of a blank getpass field
</Update>
<Update label="v0.1.3">
### Added