Skip to content

Commit 33595ea

Browse files
authored
chore(release): prepare 0.47.0 (#156)
1 parent e93c0c1 commit 33595ea

8 files changed

Lines changed: 51 additions & 39 deletions

File tree

‎CHANGELOG.md‎

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

1616
## Unreleased
1717

18+
## 0.47.0 (2026-06-16)
19+
1820
- **Plugin marketplaces and activation policy.** `pythinker plugin marketplace` can add,
1921
refresh, install, and uninstall Claude/Codex-compatible marketplace plugins. Plugins
2022
installed for Claude Code or Codex are auto-detected (no symlink): their safe artifacts
@@ -101,6 +103,8 @@ GitHub Releases page; `0.8.0` is the new starting line.
101103
receive the goal, scope, expected output contract, and verification criteria; the Haiku-style
102104
tool-use summary from the blackbox reference was deliberately not ported.
103105

106+
Upgrade with `pythinker update`, `pip install --upgrade pythinker-code==0.47.0`, or use the native installer for your platform from the [Releases page](https://github.com/Pythoughts-labs/pythinker-code/releases/latest).
107+
104108
## 0.46.0 (2026-06-14)
105109

106110
- **Startup auto-update now picks up new releases within half an hour instead of up to a day.** The background update check was throttled to once every 24h, so a freshly published release could go unnoticed for a full day after the last check; the interval is now 30 minutes. The silent installer also no longer marks the throttle *before* the network call — a transient startup network error returns `FAILED` and is retried on the next launch instead of suppressing updates for the whole window.

‎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.46.0
53+
## 🆕 What's New in 0.47.0
5454

55-
- **Faster auto-update detection.** The background startup update check now runs every 30 minutes instead of once a day, so a freshly published release is picked up within the hour rather than after a full day. A transient network error at startup is retried on the next launch instead of suppressing updates for the whole window.
56-
- **Persistent update notice under the prompt.** When a newer release is available, a yellow `↑ Update available — vX · /update` line sits directly under the input; after a background install it switches to a restart-to-apply message, then clears once you restart onto the new version. It stays out of the way for dismissed versions, disabled auto-update, and source checkouts.
57-
- **Welcome banner robot stays visible in narrow terminals.** Below ~68 columns the robot mark now stacks centered above the welcome copy instead of being dropped, so it stays on screen at any width that can render its Unicode glyphs.
55+
- **Plugin marketplace.** `pythinker plugin marketplace` installs Claude/Codex-compatible plugins. Safe artifacts (skills, commands, agents) auto-activate; executable artifacts (hooks, MCP servers) stay opt-in. Plugin dependencies install transitively; `plugins.options` fills `${user_config.KEY}` placeholders in hook and MCP configs.
56+
- **Live MCP management.** `/mcp disconnect`, `/mcp reconnect`, and `/mcp refresh` update a single server's toolset without restarting. Connected servers now push `tools/list_changed` notifications, so the agent's tool inventory stays current automatically.
57+
- **Agent-loop hardening.** Root sessions receive a bounded git snapshot in the prompt (`git_status_injection`). `ToolSearch`, `EnterWorktree`, and `ExitWorktree` let agents discover live capabilities and isolate work in a git worktree. Proactive compaction failures hand off explicitly instead of aborting; the spend-ceiling nudge warns before the `budget_exhausted` stop.
5858

59-
Upgrade with `pythinker update`, `pip install --upgrade pythinker-code==0.46.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.47.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.46.0.exe` from [Releases](https://github.com/Pythoughts-labs/pythinker-code/releases/latest) |
149+
| **🪟 Windows** | `irm https://pythinker.com/install.ps1 \| iex` | `PythinkerSetup-0.47.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.46.0.exe` is a signed* Inno Setup wizard. Installs per-user
177+
`PythinkerSetup-0.47.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.46.0.exe
188+
.\PythinkerSetup-0.47.0.exe
189189
190190
# Open a fresh PowerShell
191191
pythinker --version
192192
```
193193

194-
**Per-machine install** (IT-managed boxes): `.\PythinkerSetup-0.46.0.exe /ALLUSERS`
194+
**Per-machine install** (IT-managed boxes): `.\PythinkerSetup-0.47.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.46.0_amd64.deb
252+
sudo dpkg -i pythinker-code_0.47.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.46.0_arm64.deb
256+
sudo dpkg -i pythinker-code_0.47.0_arm64.deb
257257

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

267267
# Fedora / RHEL (aarch64)
268-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.46.0/pythinker-code-0.46.0.aarch64.rpm
269-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.46.0/pythinker-code-0.46.0.aarch64.rpm.sha256
270-
sha256sum -c pythinker-code-0.46.0.aarch64.rpm.sha256
271-
sudo dnf install ./pythinker-code-0.46.0.aarch64.rpm
268+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.47.0/pythinker-code-0.47.0.aarch64.rpm
269+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.47.0/pythinker-code-0.47.0.aarch64.rpm.sha256
270+
sha256sum -c pythinker-code-0.47.0.aarch64.rpm.sha256
271+
sudo dnf install ./pythinker-code-0.47.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.46.0_amd64.deb.sha256 # Debian/Ubuntu
281-
sha256sum -c pythinker-code-0.46.0.x86_64.rpm.sha256 # Fedora/RHEL
280+
sha256sum -c pythinker-code_0.47.0_amd64.deb.sha256 # Debian/Ubuntu
281+
sha256sum -c pythinker-code-0.47.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.46.0
34+
curl -fsSL https://pythinker.com/install.sh | bash -s -- --version 0.47.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.46.0.exe` manually from the [latest release](https://github.com/Pythoughts-labs/pythinker-code/releases/latest).
47+
You can also download `PythinkerSetup-0.47.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.47.0 (2026-06-16)
8+
9+
No breaking changes. This release is compatible with 0.46.0 user configuration, native installs, and session data.
10+
711
## 0.46.0 (2026-06-14)
812

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

‎docs/en/release-notes/changelog.md‎

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

1818
## Unreleased
1919

20+
## 0.47.0 (2026-06-16)
21+
2022
- **Plugin marketplaces and activation policy.** `pythinker plugin marketplace` can add,
2123
refresh, install, and uninstall Claude/Codex-compatible marketplace plugins. Plugins
2224
installed for Claude Code or Codex are auto-detected (no symlink): their safe artifacts
@@ -103,6 +105,8 @@ GitHub Releases page; `0.8.0` is the new starting line.
103105
receive the goal, scope, expected output contract, and verification criteria; the Haiku-style
104106
tool-use summary from the blackbox reference was deliberately not ported.
105107

108+
Upgrade with `pythinker update`, `pip install --upgrade pythinker-code==0.47.0`, or use the native installer for your platform from the [Releases page](https://github.com/Pythoughts-labs/pythinker-code/releases/latest).
109+
106110
## 0.46.0 (2026-06-14)
107111

108112
- **Startup auto-update now picks up new releases within half an hour instead of up to a day.** The background update check was throttled to once every 24h, so a freshly published release could go unnoticed for a full day after the last check; the interval is now 30 minutes. The silent installer also no longer marks the throttle *before* the network call — a transient startup network error returns `FAILED` and is retried on the next launch instead of suppressing updates for the whole window.

‎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.46.0/pythinker-code_0.46.0_amd64.deb
12-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.46.0/pythinker-code_0.46.0_amd64.deb.sha256
13-
sha256sum -c pythinker-code_0.46.0_amd64.deb.sha256
14-
sudo dpkg -i pythinker-code_0.46.0_amd64.deb
11+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.47.0/pythinker-code_0.47.0_amd64.deb
12+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.47.0/pythinker-code_0.47.0_amd64.deb.sha256
13+
sha256sum -c pythinker-code_0.47.0_amd64.deb.sha256
14+
sudo dpkg -i pythinker-code_0.47.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.46.0/pythinker-code-0.46.0.x86_64.rpm
19-
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.46.0/pythinker-code-0.46.0.x86_64.rpm.sha256
20-
sha256sum -c pythinker-code-0.46.0.x86_64.rpm.sha256
21-
sudo dnf install ./pythinker-code-0.46.0.x86_64.rpm
18+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.47.0/pythinker-code-0.47.0.x86_64.rpm
19+
curl -LO https://github.com/Pythoughts-labs/pythinker-code/releases/download/v0.47.0/pythinker-code-0.47.0.x86_64.rpm.sha256
20+
sha256sum -c pythinker-code-0.47.0.x86_64.rpm.sha256
21+
sudo dnf install ./pythinker-code-0.47.0.x86_64.rpm
2222
# or, on openSUSE:
23-
sudo zypper install ./pythinker-code-0.46.0.x86_64.rpm
23+
sudo zypper install ./pythinker-code-0.47.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.46.0
39+
bash packages/linux-installer/build.sh 0.47.0
4040
```
4141

4242
Outputs to `dist/`:
4343

44-
- `pythinker-code_0.46.0_amd64.deb`
45-
- `pythinker-code-0.46.0.x86_64.rpm`
44+
- `pythinker-code_0.47.0_amd64.deb`
45+
- `pythinker-code-0.47.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.46.0-x86_64-unknown-linux-gnu.tar.gz`).
49+
target-triple naming (e.g. `pythinker-0.47.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.46.0"
3+
version = "0.47.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)