Skip to content

Commit 2e0f4a4

Browse files
authored
chore(release): prepare 0.49.0 (#171)
Bump 0.48.0 → 0.49.0: reduction-ladder prompt guidance, cleanup-audit skill, duplicate-update-notice fix. 8-file mechanical release bump; all local + CI gates green.
1 parent 39c8f79 commit 2e0f4a4

8 files changed

Lines changed: 77 additions & 41 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,21 @@ GitHub Releases page; `0.8.0` is the new starting line.
1515

1616
## Unreleased
1717

18-
- Added an explicit "reduction ladder" and deliberate-shortcut guidance to the default agent prompt so the agent reaches for the simplest working solution (stdlib/native before custom code) by default.
19-
- Added a `cleanup-audit` skill: a read-only, whole-repo pass that ranks over-engineering to delete, simplify, or replace with standard-library/platform equivalents (the repo-wide complement to `pythinker review diff --mode deslopify`).
18+
## 0.49.0 (2026-06-20)
19+
20+
- **Reduction ladder in the default agent prompt.** The agent now walks an explicit,
21+
ordered ladder before writing code — does this need to exist at all, then the standard
22+
library, a native platform or framework feature, an already-installed dependency, one
23+
line, and only then the minimum custom code — so it reaches for the simplest working
24+
solution by default. The same guidance is mirrored into the `/best-practices` profile,
25+
and deliberate shortcuts with a known ceiling are flagged with a comment naming the
26+
ceiling and the upgrade path. Input validation, error handling, security, and
27+
accessibility are never traded away for fewer lines.
28+
- **New `cleanup-audit` skill.** A read-only, whole-repo pass that ranks over-engineering
29+
— what to delete, simplify, or replace with standard-library/platform equivalents — as
30+
the repo-wide complement to the diff-scoped `pythinker review diff --mode deslopify`. It
31+
applies no fixes and never proposes cutting validation, error handling, security, or
32+
accessibility.
2033
- **Fix: duplicate update notices at startup.** When a background install finishes
2134
or a cached update is detected, the hint now renders only on the persistent
2235
under-input line instead of also flashing as a footer toast.

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ It speaks the [**Agent Client Protocol (ACP)**](https://github.com/agentclientpr
5050
5151
---
5252

53-
## 🆕 What's New in 0.48.0
53+
## 🆕 What's New in 0.49.0
5454

55-
- **LSP code intelligence.** New `LSP` tool (go-to-definition, references, hover, symbols, call hierarchy) with plugin-backed language servers, session-scoped lifecycle, passive diagnostics after edits, and structured errors when a server lacks `implementationProvider`.
56-
- **TUI theme and streaming overhaul.** Centralized theme system (`/theme`), 25 Hz paced streaming, syntax-highlighted diff cards, report panel polish, and smoother interactive/non-interactive live views — no preamble ghosting, mid-stream scrollback flicker, or fossilized spinners during tool transitions.
57-
- **Proxy and tool-call hardening.** Tool results flatten for Anthropic-compatible proxies (fixes invisible GLM/z.ai outputs); `ToolSearch` is hidden from providers that cannot use deferred discovery; diff cards strip ANSI escapes; collapsed ReadFile cards show line counts and previews.
55+
- **Cleaner code by default.** The agent now walks an explicit *reduction ladder* before writing code — does this need to exist at all, then the standard library, a native platform or framework feature, an already-installed dependency, one line, and only then the minimum custom code — so it reaches for the simplest working solution without trading away input validation, error handling, security, or accessibility. The same guidance layers into the `/best-practices` profile.
56+
- **New `cleanup-audit` skill.** A read-only, whole-repo audit that ranks over-engineering — what to delete, simplify, or replace with standard-library/platform equivalents — as the repo-wide complement to the diff-scoped `pythinker review diff --mode deslopify`. It applies no fixes.
57+
- **Smoother startup.** Update notices no longer appear twice; the hint now renders once on the persistent under-input line instead of also flashing as a footer toast.
5858

59-
Upgrade with `pythinker update`, `pip install --upgrade pythinker-code==0.48.0`, or use the native installer for your platform from the [Releases page](https://github.com/Pythoughts-labs/pythinker-code/releases/latest).
59+
Upgrade with `pythinker update`, `pip install --upgrade pythinker-code==0.49.0`, or use the native installer for your platform from the [Releases page](https://github.com/Pythoughts-labs/pythinker-code/releases/latest).
6060

6161

6262
---
@@ -146,7 +146,7 @@ matches your OS — no Python, Node, or `uv` prerequisite.
146146

147147
| Platform | Recommended install | Artifact source |
148148
|---|---|---|
149-
| **🪟 Windows** | `irm https://pythinker.com/install.ps1 \| iex` | `PythinkerSetup-0.48.0.exe` from [Releases](https://github.com/Pythoughts-labs/pythinker-code/releases/latest) |
149+
| **🪟 Windows** | `irm https://pythinker.com/install.ps1 \| iex` | `PythinkerSetup-0.49.0.exe` from [Releases](https://github.com/Pythoughts-labs/pythinker-code/releases/latest) |
150150
| **<img src="https://img.shields.io/badge/-macOS-000000?style=flat-square&logo=apple&logoColor=white" alt="macOS"> / <img src="https://img.shields.io/badge/-Linux-FCC624?style=flat-square&logo=linux&logoColor=black" alt="Linux">** | `curl -fsSL https://pythinker.com/install.sh \| bash` | native tarball from [Releases](https://github.com/Pythoughts-labs/pythinker-code/releases/latest) |
151151
| **<img src="https://img.shields.io/badge/-macOS-000000?style=flat-square&logo=apple&logoColor=white" alt="macOS"> — Homebrew** | `brew install Pythoughts-labs/pythinker/pythinker-code` | auto-published Homebrew tap |
152152
| **🐳 Docker** | `docker run --rm -it ghcr.io/pythoughts-labs/pythinker-code` | GHCR multi-arch image |
@@ -174,7 +174,7 @@ pythinker # start the interactive TUI
174174

175175
### 🪟 Windows — native installer
176176

177-
`PythinkerSetup-0.48.0.exe` is a signed* Inno Setup wizard. Installs per-user
177+
`PythinkerSetup-0.49.0.exe` is a signed* Inno Setup wizard. Installs per-user
178178
into `%LOCALAPPDATA%\Programs\Pythinker`, registers `pythinker` on your user
179179
PATH (`HKCU\Environment`), broadcasts `WM_SETTINGCHANGE` so new shells see
180180
the change. **No UAC prompt.**
@@ -185,13 +185,13 @@ irm https://pythinker.com/install.ps1 | iex
185185
186186
# Or manually download the installer + checksum from the Releases page,
187187
# verify with Get-FileHash, then run:
188-
.\PythinkerSetup-0.48.0.exe
188+
.\PythinkerSetup-0.49.0.exe
189189
190190
# Open a fresh PowerShell
191191
pythinker --version
192192
```
193193

194-
**Per-machine install** (IT-managed boxes): `.\PythinkerSetup-0.48.0.exe /ALLUSERS`
194+
**Per-machine install** (IT-managed boxes): `.\PythinkerSetup-0.49.0.exe /ALLUSERS`
195195
installs to `%ProgramFiles%\Pythinker` and writes PATH to HKLM (requires admin).
196196

197197
**Upgrade:** `pythinker update` from inside the running app — it downloads
@@ -249,26 +249,26 @@ attached to every GitHub Release.
249249

250250
```sh
251251
# Debian / Ubuntu (x86_64)
252-
sudo dpkg -i pythinker-code_0.48.0_amd64.deb
252+
sudo dpkg -i pythinker-code_0.49.0_amd64.deb
253253
sudo apt-get install -f # only if dpkg reports missing deps
254254

255255
# Debian / Ubuntu (ARM64)
256-
sudo dpkg -i pythinker-code_0.48.0_arm64.deb
256+
sudo dpkg -i pythinker-code_0.49.0_arm64.deb
257257

258258
# Fedora / RHEL / openSUSE (x86_64)
259-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.48.0/pythinker-code-0.48.0.x86_64.rpm
260-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.48.0/pythinker-code-0.48.0.x86_64.rpm.sha256
261-
sha256sum -c pythinker-code-0.48.0.x86_64.rpm.sha256
259+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.49.0/pythinker-code-0.49.0.x86_64.rpm
260+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.49.0/pythinker-code-0.49.0.x86_64.rpm.sha256
261+
sha256sum -c pythinker-code-0.49.0.x86_64.rpm.sha256
262262
# Fedora / RHEL:
263-
sudo dnf install ./pythinker-code-0.48.0.x86_64.rpm
263+
sudo dnf install ./pythinker-code-0.49.0.x86_64.rpm
264264
# openSUSE:
265-
sudo zypper install ./pythinker-code-0.48.0.x86_64.rpm
265+
sudo zypper install ./pythinker-code-0.49.0.x86_64.rpm
266266

267267
# Fedora / RHEL (aarch64)
268-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.48.0/pythinker-code-0.48.0.aarch64.rpm
269-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.48.0/pythinker-code-0.48.0.aarch64.rpm.sha256
270-
sha256sum -c pythinker-code-0.48.0.aarch64.rpm.sha256
271-
sudo dnf install ./pythinker-code-0.48.0.aarch64.rpm
268+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.49.0/pythinker-code-0.49.0.aarch64.rpm
269+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.49.0/pythinker-code-0.49.0.aarch64.rpm.sha256
270+
sha256sum -c pythinker-code-0.49.0.aarch64.rpm.sha256
271+
sudo dnf install ./pythinker-code-0.49.0.aarch64.rpm
272272
```
273273

274274
Both packages drop a small `/usr/bin/pythinker` launcher that execs the real
@@ -277,8 +277,8 @@ binary under `/usr/lib/pythinker/`, so your `$PATH` stays tidy.
277277
**Verify before install:**
278278

279279
```sh
280-
sha256sum -c pythinker-code_0.48.0_amd64.deb.sha256 # Debian/Ubuntu
281-
sha256sum -c pythinker-code-0.48.0.x86_64.rpm.sha256 # Fedora/RHEL
280+
sha256sum -c pythinker-code_0.49.0_amd64.deb.sha256 # Debian/Ubuntu
281+
sha256sum -c pythinker-code-0.49.0.x86_64.rpm.sha256 # Fedora/RHEL
282282
```
283283

284284
**Upgrade:** download the new `.deb`/`.rpm` from Releases and `dpkg -i` /

docs/en/guides/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Run the native installation script to complete the installation. The canonical e
3131
curl -fsSL https://pythinker.com/install.sh | bash
3232

3333
# Pin a specific version
34-
curl -fsSL https://pythinker.com/install.sh | bash -s -- --version 0.48.0
34+
curl -fsSL https://pythinker.com/install.sh | bash -s -- --version 0.49.0
3535

3636
# Custom prefix (defaults to $HOME/.local)
3737
curl -fsSL https://pythinker.com/install.sh | bash -s -- --prefix /opt/pythinker
@@ -44,7 +44,7 @@ On Windows, run the PowerShell bootstrap. It downloads the native installer, ver
4444
irm https://pythinker.com/install.ps1 | iex
4545
```
4646

47-
You can also download `PythinkerSetup-0.48.0.exe` manually from the [latest release](https://github.com/Pythoughts-labs/pythinker-code/releases/latest).
47+
You can also download `PythinkerSetup-0.49.0.exe` manually from the [latest release](https://github.com/Pythoughts-labs/pythinker-code/releases/latest).
4848

4949
Verify the installation:
5050

docs/en/release-notes/breaking-changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This page documents breaking changes in Pythinker Code releases and provides mig
44

55
## Unreleased
66

7+
## 0.49.0 (2026-06-20)
8+
9+
No breaking changes. This release is compatible with 0.48.0 user configuration, native installs, and session data.
10+
711
## 0.48.0 (2026-06-17)
812

913
No breaking changes. This release is compatible with 0.47.0 user configuration, native installs, and session data.

docs/en/release-notes/changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,25 @@ GitHub Releases page; `0.8.0` is the new starting line.
1717

1818
## Unreleased
1919

20+
## 0.49.0 (2026-06-20)
21+
22+
- **Reduction ladder in the default agent prompt.** The agent now walks an explicit,
23+
ordered ladder before writing code — does this need to exist at all, then the standard
24+
library, a native platform or framework feature, an already-installed dependency, one
25+
line, and only then the minimum custom code — so it reaches for the simplest working
26+
solution by default. The same guidance is mirrored into the `/best-practices` profile,
27+
and deliberate shortcuts with a known ceiling are flagged with a comment naming the
28+
ceiling and the upgrade path. Input validation, error handling, security, and
29+
accessibility are never traded away for fewer lines.
30+
- **New `cleanup-audit` skill.** A read-only, whole-repo pass that ranks over-engineering
31+
— what to delete, simplify, or replace with standard-library/platform equivalents — as
32+
the repo-wide complement to the diff-scoped `pythinker review diff --mode deslopify`. It
33+
applies no fixes and never proposes cutting validation, error handling, security, or
34+
accessibility.
35+
- **Fix: duplicate update notices at startup.** When a background install finishes
36+
or a cached update is detected, the hint now renders only on the persistent
37+
under-input line instead of also flashing as a footer toast.
38+
2039
## 0.48.0 (2026-06-17)
2140

2241
- **Fix: tool outputs invisible on Anthropic-compatible proxies (GLM-5.2 via z.ai).**

packages/linux-installer/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ End-user install from the current GitHub Release:
88

99
```sh
1010
# Debian / Ubuntu
11-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.48.0/pythinker-code_0.48.0_amd64.deb
12-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.48.0/pythinker-code_0.48.0_amd64.deb.sha256
13-
sha256sum -c pythinker-code_0.48.0_amd64.deb.sha256
14-
sudo dpkg -i pythinker-code_0.48.0_amd64.deb
11+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.49.0/pythinker-code_0.49.0_amd64.deb
12+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.49.0/pythinker-code_0.49.0_amd64.deb.sha256
13+
sha256sum -c pythinker-code_0.49.0_amd64.deb.sha256
14+
sudo dpkg -i pythinker-code_0.49.0_amd64.deb
1515
sudo apt-get install -f # only needed if dependencies fail to resolve
1616

1717
# Fedora / RHEL / openSUSE
18-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.48.0/pythinker-code-0.48.0.x86_64.rpm
19-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.48.0/pythinker-code-0.48.0.x86_64.rpm.sha256
20-
sha256sum -c pythinker-code-0.48.0.x86_64.rpm.sha256
21-
sudo dnf install ./pythinker-code-0.48.0.x86_64.rpm
18+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.49.0/pythinker-code-0.49.0.x86_64.rpm
19+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.49.0/pythinker-code-0.49.0.x86_64.rpm.sha256
20+
sha256sum -c pythinker-code-0.49.0.x86_64.rpm.sha256
21+
sudo dnf install ./pythinker-code-0.49.0.x86_64.rpm
2222
# or, on openSUSE:
23-
sudo zypper install ./pythinker-code-0.48.0.x86_64.rpm
23+
sudo zypper install ./pythinker-code-0.49.0.x86_64.rpm
2424
```
2525

2626
The package drops a single executable at `/usr/bin/pythinker` and a license
@@ -36,17 +36,17 @@ file at `/usr/share/doc/pythinker-code/LICENSE`.
3636
## Build
3737

3838
```sh
39-
bash packages/linux-installer/build.sh 0.48.0
39+
bash packages/linux-installer/build.sh 0.49.0
4040
```
4141

4242
Outputs to `dist/`:
4343

44-
- `pythinker-code_0.48.0_amd64.deb`
45-
- `pythinker-code-0.48.0.x86_64.rpm`
44+
- `pythinker-code_0.49.0_amd64.deb`
45+
- `pythinker-code-0.49.0.x86_64.rpm`
4646

4747
The portable tarball used by `scripts/install-native.sh` is published by
4848
the existing `release-pythinker-cli.yml` workflow under the cargo-dist
49-
target-triple naming (e.g. `pythinker-0.48.0-x86_64-unknown-linux-gnu.tar.gz`).
49+
target-triple naming (e.g. `pythinker-0.49.0-x86_64-unknown-linux-gnu.tar.gz`).
5050

5151
## CI
5252

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pythinker-code"
3-
version = "0.48.0"
3+
version = "0.49.0"
44
description = "Pythinker — an agentic CLI developed by Pythoughts-labs."
55
readme = "README.md"
66
requires-python = ">=3.12"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)