3.3 KiB
3.3 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[Unreleased]
[0.1.4] - 2026-08-26
Added
- A TTY notice when a newer
honcho-cliis on PyPI (uv tool upgrade honcho-cli). Skipped in JSON mode; disable withHONCHO_NO_UPDATE_CHECK
Fixed
--setupfor openai-compatible writesEMBEDDING_MODEL_CONFIG__OVERRIDES__BASE_URLinto the profile.envalongsideLLM_OPENAI_BASE_URL(#1068)--setupAPI key prompts echo*per character so a paste is visibly received instead of a blank getpass field
[0.1.3] - 2026-08-25
Added
honcho start,honcho stop, andhoncho status— run a personal Honcho stack in Docker (API, deriver, Postgres, Redis). Profiles live under~/.honcho/profiles/. First start pinsghcr.io/plastic-labs/honcho:latestby digest and copies the imageconfig.toml. Optional--setup basic/--setup advancedwizard writes LLM overrides to.env(#1029)honcho session view— session transcript table (--last N,--page N --size M,--all,--reverse,--ids, peer filter via-p). Content is shown verbatim, timestamps are normalized to UTC, and the command is read-only: unlike the other session commands it never get-or-creates the session (#1006)
Fixed
honcho message list --last Nno longer stops at the first page of 50 — it walks pages to fill the requested window (#1006)
[0.1.2] - 2026-07-20
Added
- Device-code OAuth login for managed Honcho servers.
honcho initnow offers browser-based login (RFC 8628 device authorization grant) when the host advertises the device grant in its OAuth authorization-server metadata; tokens are persisted to~/.honcho/config.jsonand auto-refreshed (#891) HONCHO_CONFIG_DIRenvironment variable for pointing the CLI at an alternate config directory (#891)
Changed
- An OAuth grant now records the host it was minted against and is ignored — neither used nor refreshed — when
base_urlpoints elsewhere, so a staging grant is never sent to production. A live OAuth token takes precedence over a storedapiKey, and a dead grant degrades to the saved key with a warning instead of aborting. Device login no longer deletes the sharedapiKey, which sibling tools read from the same config file (#891)
[0.1.1] - 2026-06-15
Fixed
- Declare
clickas an explicit dependency. The CLI importedclickdirectly but relied on it being pulled in transitively, so installs without it on the path could fail at runtime (#787)
[0.1.0] - 2026-04-20
Added
- Initial release of
honcho-cli— a terminal for inspecting and managing a Honcho deployment (#424) workspace,peer,session,message,conclusion, andconfigcommand groups for managing resources against any Honcho serverinitonboarding flow that prompts for and persists connection settings, with flag/env-var pre-seeding for non-interactive use- Per-command flags, environment variables, and a config file for pointing the CLI at different servers (local, self-hosted, or hosted)
- Rich terminal output and an agent-usage mode for scripting against the CLI
- Documentation and an agent skill for the CLI (#589)