Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.3.0](https://github.com/argusappsec/argus/compare/v0.2.0...v0.3.0) (2026-07-30)


### ⚠ BREAKING CHANGES

* the UDS usage frame no longer carries cost_usd, and ProtocolVersion is 2. JSON decoding tolerates the absent field, which is precisely the hazard: a v1 client would keep its cost cell and read the missing field as $0.0000. Gating the skew turns that silent wrong figure into "update the argus binary". Also removed: daemon.Context.Pricing, the cost argument on daemon.RunCallbacks.OnUsage, the third return value of daemon.Session.Usage(), tui.Model.CostUSD(), and tui.AgentUsageMsg.CostUSD.

### Features

* an OpenAI-compatible LLM Provider ([#78](https://github.com/argusappsec/argus/issues/78)) ([fe74b79](https://github.com/argusappsec/argus/commit/fe74b7988d788a1f8787af4a9342364456c4ab8e))
* config v2 with codehosts/channels split and HTTP front door ([#59](https://github.com/argusappsec/argus/issues/59)) ([43e47a5](https://github.com/argusappsec/argus/commit/43e47a5d6e20c6f7ed09af9e449c58de0ca12e7e))
* **github:** address Argus by bare-name vocative instead of [@argus](https://github.com/argus) ([#61](https://github.com/argusappsec/argus/issues/61)) ([8eb4d64](https://github.com/argusappsec/argus/commit/8eb4d6480fba507c17dbad69c7766fc05a25381b))
* guided SOUL onboarding, richer SOUL schema, inline terminal UI ([#48](https://github.com/argusappsec/argus/issues/48)) ([0ea3e90](https://github.com/argusappsec/argus/commit/0ea3e90d79b332fb5b4181e62e74a61b2c9330fd))


### Bug Fixes

* **init:** ask the instance name in the provider form so it is never skipped ([#60](https://github.com/argusappsec/argus/issues/60)) ([90f2fc1](https://github.com/argusappsec/argus/commit/90f2fc1abdf48d0bb2fe1ebae4db128b127ef3de))

## [0.2.0](https://github.com/argusappsec/argus/compare/v0.1.0...v0.2.0) (2026-07-08)


Expand Down