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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.17] - 2026-09-11

### Fixed

- Auto-approve now handles agent prompts that appear while the viewport is
scrolled back. The prompt was dropped by the not-live suppression, and
scrolling back to the live rows produced no output to rescan on, so Codex
prompts stayed unapproved until the agent redrew. Detection scans the live
tail and keeps the prompt tracked until the viewport is live again; two
unsuppressed matches at the live bottom are still required before the
approval is sent. The Codex `Environment:` row is optional and the
cross-thread footer is recognized. `NOA_AUTO_APPROVE_TRACE=1` logs every
decision and reject reason for diagnosis (#86).

## [0.2.16] - 2026-09-10

### Fixed
Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ codegen-units = 1

[workspace.package]
edition = "2024"
version = "0.2.16"
version = "0.2.17"
license = "MIT"
repository = "https://github.com/simota/Noa"

Expand Down
2 changes: 1 addition & 1 deletion Casks/noa.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "noa" do
version "0.2.16"
version "0.2.17"
sha256 :no_check

url "https://github.com/simota/Noa/releases/download/v#{version}/Noa-#{version}-macos-arm64.zip"
Expand Down