Skip to content

Commit e33ad42

Browse files
committed
docs: resolve release note review comments
1 parent c86960d commit e33ad42

3 files changed

Lines changed: 15 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ GitHub Releases page; `0.8.0` is the new starting line.
2828
status tail instead of a generic composing spinner.
2929
- **Added a native `/benchmark` command suite.** Run deterministic local
3030
Pythinker model evaluations with bundled smoke tasks and SWE-style JSONL
31-
tasks (`/benchmark:swe`), plus compare, export, and source-discovery
32-
subcommands that produce replayable artifacts, activity metrics, and
33-
branded markdown reports.
31+
tasks (`/benchmark:swe`), plus `/benchmark compare`, `/benchmark export`,
32+
and `/benchmark discover` actions that produce replayable artifacts,
33+
activity metrics, and branded markdown reports.
3434
- **Hardened benchmark and skill security edges.** SWE verification commands
3535
are shape-validated before execution, benchmark discovery requires explicit
3636
network opt-in, run IDs avoid clock collisions, runtime overrides restore

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ It speaks the [**Agent Client Protocol (ACP)**](https://github.com/agentclientpr
5353
## 🆕 What's New in 0.57.0
5454

5555
- **No more ghost/duplicate input prompt while the agent works.** The input card no longer fossilizes above the stream as a second, ghostly prompt; the prompt bar and top border stay visible through turn-start and lazy-load frames; running-agent output renders through a stable diff-rendered scene (ported from Pi); and an experimental Focus TUI mode (`tui.focus_mode`) pins the composer and hides file activity behind a compact live shelf.
56-
- **Added a native `/benchmark` command suite.** Run deterministic local Pythinker model evaluations with bundled smoke tasks and SWE-style JSONL tasks (`/benchmark:swe`), plus compare, export, and source-discovery subcommands with replayable artifacts and branded markdown reports.
56+
- **Added a native `/benchmark` command suite.** Run deterministic local Pythinker model evaluations with bundled smoke tasks and SWE-style JSONL tasks (`/benchmark:swe`), plus `/benchmark compare`, `/benchmark export`, and `/benchmark discover` actions with replayable artifacts and branded markdown reports.
5757
- **Hardened benchmark and skill security edges.** SWE verification commands are shape-validated before execution, benchmark discovery requires explicit network opt-in, and active-skill deactivation failures now surface instead of being swallowed.
5858

5959
Upgrade with `pythinker update`, `pip install --upgrade pythinker-code==0.57.0`, or use the native installer for your platform from the [Releases page](https://github.com/Pythoughts-labs/pythinker-code/releases/latest).
@@ -190,10 +190,11 @@ pythinker # start the interactive TUI
190190

191191
### 🪟 Windows — native installer
192192

193-
`PythinkerSetup-0.57.0.exe` is a signed* Inno Setup wizard. Installs per-user
194-
into `%LOCALAPPDATA%\Programs\Pythinker`, registers `pythinker` on your user
195-
PATH (`HKCU\Environment`), broadcasts `WM_SETTINGCHANGE` so new shells see
196-
the change. **No UAC prompt.**
193+
`PythinkerSetup-0.57.0.exe` is an Inno Setup wizard. Release builds are signed
194+
when Authenticode secrets are configured in CI; otherwise the installer ships
195+
unsigned. Installs per-user into `%LOCALAPPDATA%\Programs\Pythinker`, registers
196+
`pythinker` on your user PATH (`HKCU\Environment`), broadcasts
197+
`WM_SETTINGCHANGE` so new shells see the change. **No UAC prompt.**
197198

198199
```powershell
199200
# One-line install (downloads the native .exe, verifies SHA-256, runs per-user)
@@ -211,14 +212,14 @@ pythinker --version
211212
installs to `%ProgramFiles%\Pythinker` and writes PATH to HKLM (requires admin).
212213

213214
**Upgrade:** `pythinker update` from inside the running app — it downloads
214-
the newest installer, verifies SHA-256, and launches the signed Inno installer
215+
the newest installer, verifies SHA-256, and launches the Inno installer
215216
with visible progress (`/SILENT /NORESTART /CURRENTUSER /CLOSEAPPLICATIONS /NORESTARTAPPLICATIONS`).
216217

217218
**Uninstall:** Apps & Features → *Pythinker Code* → Uninstall reverts both
218219
the files and the PATH edit.
219220

220-
> 🛡 **First-launch SmartScreen warning**\*until the Authenticode cert is
221-
> provisioned in CI, the installer ships unsigned and Windows shows
221+
> 🛡 **First-launch SmartScreen warning**Until Authenticode secrets are
222+
> configured in CI for a release, the installer ships unsigned and Windows shows
222223
> *"Windows protected your PC."* Click **More info → Run anyway**. Use the
223224
> published `.sha256` as your integrity check until signing comes online.
224225

docs/en/release-notes/changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ GitHub Releases page; `0.8.0` is the new starting line.
3030
status tail instead of a generic composing spinner.
3131
- **Added a native `/benchmark` command suite.** Run deterministic local
3232
Pythinker model evaluations with bundled smoke tasks and SWE-style JSONL
33-
tasks (`/benchmark:swe`), plus compare, export, and source-discovery
34-
subcommands that produce replayable artifacts, activity metrics, and
35-
branded markdown reports.
33+
tasks (`/benchmark:swe`), plus `/benchmark compare`, `/benchmark export`,
34+
and `/benchmark discover` actions that produce replayable artifacts,
35+
activity metrics, and branded markdown reports.
3636
- **Hardened benchmark and skill security edges.** SWE verification commands
3737
are shape-validated before execution, benchmark discovery requires explicit
3838
network opt-in, run IDs avoid clock collisions, runtime overrides restore

0 commit comments

Comments
 (0)