You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ It speaks the [**Agent Client Protocol (ACP)**](https://github.com/agentclientpr
53
53
## 🆕 What's New in 0.57.0
54
54
55
55
-**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.
57
57
-**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.
58
58
59
59
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
190
190
191
191
### 🪟 Windows — native installer
192
192
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.**
0 commit comments