diff --git a/docs/changelog/introduction.mdx b/docs/changelog/introduction.mdx index 090746f9..a152d16a 100644 --- a/docs/changelog/introduction.mdx +++ b/docs/changelog/introduction.mdx @@ -1171,13 +1171,14 @@ Welcome to the Honcho changelog! This section documents all notable changes to t [Honcho CLI](https://pypi.org/project/honcho-cli/) - ### 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 ### Added