From 68a0dc242de0a6285599ff44afa39d48994bf911 Mon Sep 17 00:00:00 2001 From: simota Date: Fri, 11 Sep 2026 08:36:37 +0900 Subject: [PATCH] chore(release): v0.2.17 Claude-Session: https://claude.ai/code/session_01Nzt9w133uttk9d1FjUUJ2G --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 26 +++++++++++++------------- Cargo.toml | 2 +- Casks/noa.rb | 2 +- 4 files changed, 29 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b08661..4c271c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 460617d..387a995 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -773,7 +773,7 @@ checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76" [[package]] name = "drain-staircase" -version = "0.2.16" +version = "0.2.17" dependencies = [ "crossbeam-channel", "libc", @@ -1614,7 +1614,7 @@ dependencies = [ [[package]] name = "noa" -version = "0.2.16" +version = "0.2.17" dependencies = [ "anyhow", "clap", @@ -1625,7 +1625,7 @@ dependencies = [ [[package]] name = "noa-app" -version = "0.2.16" +version = "0.2.17" dependencies = [ "aes-gcm", "anyhow", @@ -1664,7 +1664,7 @@ dependencies = [ [[package]] name = "noa-config" -version = "0.2.16" +version = "0.2.17" dependencies = [ "anyhow", "dirs", @@ -1673,14 +1673,14 @@ dependencies = [ [[package]] name = "noa-core" -version = "0.2.16" +version = "0.2.17" dependencies = [ "bitflags 2.13.0", ] [[package]] name = "noa-font" -version = "0.2.16" +version = "0.2.17" dependencies = [ "core-foundation 0.9.4", "core-text", @@ -1697,7 +1697,7 @@ dependencies = [ [[package]] name = "noa-grid" -version = "0.2.16" +version = "0.2.17" dependencies = [ "bitflags 2.13.0", "flate2", @@ -1711,7 +1711,7 @@ dependencies = [ [[package]] name = "noa-ipc" -version = "0.2.16" +version = "0.2.17" dependencies = [ "crossbeam-channel", "libc", @@ -1726,7 +1726,7 @@ dependencies = [ [[package]] name = "noa-parity" -version = "0.2.16" +version = "0.2.17" dependencies = [ "noa-core", "noa-grid", @@ -1735,7 +1735,7 @@ dependencies = [ [[package]] name = "noa-pty" -version = "0.2.16" +version = "0.2.17" dependencies = [ "crossbeam-channel", "libc", @@ -1748,7 +1748,7 @@ dependencies = [ [[package]] name = "noa-render" -version = "0.2.16" +version = "0.2.17" dependencies = [ "anyhow", "bytemuck", @@ -1765,14 +1765,14 @@ dependencies = [ [[package]] name = "noa-theme" -version = "0.2.16" +version = "0.2.17" dependencies = [ "noa-core", ] [[package]] name = "noa-vt" -version = "0.2.16" +version = "0.2.17" dependencies = [ "noa-core", "simdutf8", diff --git a/Cargo.toml b/Cargo.toml index 55e3cce..7e0bd50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/Casks/noa.rb b/Casks/noa.rb index e71748f..47af162 100644 --- a/Casks/noa.rb +++ b/Casks/noa.rb @@ -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"