Releases: citizenhicks/horus
Releases · citizenhicks/horus
Release list
Horus 0.6.9
Highlights
- Preserves assistant commentary during durable transcript replay, so intermediate updates remain
commentary after reconnecting or loading history. - Keeps the commentary phase when replaying Responses history and verifies the shared Responses
stream mapping used by compatible providers.
Upgrade
- The public API, checkpoint version 5, and SQLite schema 4 are unchanged.
Horus 0.6.8
Highlights
- Normalizes output-only Responses metadata before replay, including reasoning
formatand
statusplus message and function-callstatus, while preserving valid status fields on hosted
tool records. - Makes the per-turn primary model-step budget configurable, raises its default from 64 to 256,
and removes the previous product-level upper bound.
Upgrade
- The framework API adds
AgentConfig::max_model_steps; checkpoint JSON and SQLite storage are
unchanged.
Horus 0.6.7
Highlights
- Moves provider model catalogs, reasoning choices, search modes, middleware prompts, and
configurable defaults into validated capability-local TOML resources. - Keeps primary context usage stable while the sandbox reviewer runs, preventing transient context
percentage drops during tool approval. - Normalizes provider-private Responses reasoning fields before replaying model context.
Upgrade
- This release does not change the gateway protocol, configuration storage, checkpoint JSON, or
SQLite schema.
Horus Gateway 0.6.9
Highlights
- Exposes the generic per-turn model-step budget through agent composition, defaulting to 256 with
no product-level upper bound. - Bundles
horus0.6.8, including corrected Codex Responses history replay.
Upgrade
- Upgrade clients and the gateway together for protocol 22.
- Gateway protocol is now 22, gateway configuration version is 13, and chat specification version
is 6. Existing version 12 configuration and version 5 chat specifications are intentionally
incompatible; SQLite schema 4 is unchanged.
Horus Gateway 0.6.8
Highlights
- Builds provider setup data from validated provider manifests, including explicit default models
and concise provider names. - Sources the gateway system prompt and custom-model context default from a validated TOML resource.
- Bundles
horus0.6.7.
Upgrade
- Gateway protocol 21, configuration version 12, checkpoint JSON version 5, and SQLite schema 4
are unchanged.
Horus Gateway 0.6.10
Highlights
- Bundles
horus0.6.9 with durable commentary replay for intermediate model updates.
Upgrade
- Upgrade clients and the gateway together for protocol 22.
- Gateway configuration version 13, chat specification version 6, checkpoint version 5, and
SQLite schema 4 are unchanged.
Horus CLI 0.6.9
Highlights
- Bundles
horus-gateway0.6.9 andhorus0.6.8 with configurable model-step budgets and
corrected Codex Responses history replay.
Install or upgrade
horus-gateway exit
cargo install --force --locked horus-cli --version 0.6.9
horus-gateway serve --background- Upgrade clients and the gateway together for protocol 22. Gateway configuration version is 13,
chat specification version is 6, and SQLite schema 4 is unchanged.
Horus CLI 0.6.8
Highlights
- Bundles
horus-gateway0.6.8 andhorus0.6.7 with manifest-driven provider and middleware
configuration.
Install or upgrade
horus-gateway exit
cargo install --force --locked horus-cli --version 0.6.8
horus-gateway serve --background- Gateway protocol remains at version 21. Gateway configuration remains version 12,
checkpoint JSON remains version 5, and SQLite remains schema 4.
Horus CLI 0.6.10
Highlights
- Bundles
horus-gateway0.6.10 andhorus0.6.9 with durable commentary replay for
intermediate model updates.
Install or upgrade
horus-gateway exit
cargo install --force --locked horus-cli --version 0.6.10
horus-gateway serve --background- Upgrade clients and the gateway together for protocol 22. Gateway configuration version 13,
chat specification version 6, checkpoint version 5, and SQLite schema 4 are unchanged.
Horus 0.6.6
Highlights
- Adds a first-class Kimi provider symbol for frontends that ship its official artwork.
- Corrects the OpenAI API-key provider identity to use the existing OpenAI/ChatGPT mark.
Upgrade
- This is an additive presentation-only change. Gateway protocol 21, configuration version 12,
checkpoint JSON version 5, and SQLite schema 4 are unchanged.