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: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## [Unreleased]
6
6
7
+
## [0.5.0] - 2026-05-01
8
+
7
9
### Added
8
10
9
11
- Python and TypeScript `autoctx solve` now accept the plain-language goal as a positional argument while keeping `--description` as a named option.
@@ -17,6 +19,11 @@ All notable changes to this project will be documented in this file.
17
19
18
20
- Python installed `autoctx` no longer crashes on no-args startup when packaged banner assets are missing.
19
21
22
+
### Changed
23
+
24
+
- Python `autocontext` and TypeScript `autoctx` package metadata are bumped to `0.5.0`.
25
+
- Pi `pi-autocontext` package metadata is bumped to `0.2.4`, and its `autoctx` dependency range accepts both the current `0.4.9` package and the upcoming `0.5.0` npm line.
26
+
20
27
## [0.4.9] - 2026-04-30
21
28
22
29
### Fixed
@@ -335,7 +342,8 @@ All notable changes to this project will be documented in this file.
335
342
- FastAPI dashboard with WebSocket events.
336
343
- CLI via Typer (Python) and `parseArgs` (TypeScript).
Copy file name to clipboardExpand all lines: README.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Autocontext is a harness. You point it at a goal in plain language. It iterates
22
22
The fastest path uses our **Pi runtime**, a local coding agent that handles its own auth. No API key plumbing, no provider config: install Pi, install autocontext, point one at the other.
23
23
24
24
```bash
25
-
uv tool install autocontext==0.4.9
25
+
uv tool install autocontext==0.5.0
26
26
27
27
AUTOCONTEXT_AGENT_PROVIDER=pi \
28
28
AUTOCONTEXT_PI_COMMAND=pi \
@@ -36,7 +36,7 @@ Pi runs locally as a subprocess and emits live traces back into the harness. For
-**Pi-shaped scenario hardening** keeps schema-evolution simulations from persisting empty mutation plans and improves recovery from Pi-style JSON wrappers.
211
-
-**Budgeted Pi/Pi-RPC role calls** now report effective bounded timeouts and clean up one-shot persistent clients after use.
212
-
-**RLM convergence guards** capture explicit final-answer tags, cautious closure cues, and repeated silent no-progress cases without stealing normal inspection turns.
213
-
-**Rubric drift monitoring** now catches within-generation mean-versus-best compression and slower dimension decline.
214
-
-**Task-like solve lifecycle metadata** separates persisted generations from improvement rounds for hook consumers.
215
-
-**Pi extension release alignment** keeps `pi-autocontext` one package behind `autoctx` while publishing the next extension patch.
208
+
## What's New in 0.5.0
209
+
210
+
-**Plain-language CLI continuity** lets Python and TypeScript callers use positional goals/scenarios, `--iterations`, and run-scoped exports while preserving the existing flag forms.
211
+
-**Hermes Agent integration** adds read-only Hermes v0.12 inspection plus an exportable CLI-first `autocontext` skill for Hermes agents.
212
+
-**Packaged CLI startup** no longer crashes when installed without banner assets.
213
+
-**Release alignment** bumps Python `autocontext` and npm `autoctx` to `0.5.0`, with `pi-autocontext` moving to `0.2.4` on its own lower-numbered line.
**Pi-shaped scenario hardening** keeps schema-evolution simulations from persisting empty mutation plans and improves recovery from Pi-style JSON wrappers.
2
-
**Budgeted Pi/Pi-RPC role calls** now report effective bounded timeouts and clean up one-shot persistent clients after use.
3
-
**RLM convergence guards** capture explicit final-answer tags, cautious closure cues, and repeated silent no-progress cases without stealing normal inspection turns.
4
-
**Rubric drift monitoring** now catches within-generation mean-versus-best compression and slower dimension decline.
5
-
**Task-like solve lifecycle metadata** separates persisted generations from improvement rounds for hook consumers.
6
-
**Pi extension release alignment** keeps `pi-autocontext` one package behind `autoctx` while publishing the next extension patch.
1
+
**Plain-language CLI continuity** lets Python and TypeScript callers use positional goals/scenarios, `--iterations`, and run-scoped exports while preserving the existing flag forms.
2
+
**Hermes Agent integration** adds read-only Hermes v0.12 inspection plus an exportable CLI-first `autocontext` skill for Hermes agents.
3
+
**Packaged CLI startup** no longer crashes when installed without banner assets.
4
+
**Release alignment** bumps Python `autocontext` and npm `autoctx` to `0.5.0`, with `pi-autocontext` moving to `0.2.4` on its own lower-numbered line.
0 commit comments