Skip to content

Commit 431e57d

Browse files
release: v0.53.0
1 parent 9c9f220 commit 431e57d

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

data-machine-code.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Data Machine Code
44
* Plugin URI: https://github.com/Extra-Chill/data-machine-code
55
* Description: Provides the workspace, git, and GitHub coding tools a coding agent uses to make tracked, reviewable changes — whether the agent runtime runs on the host or inside a Codebox sandbox. Owns AGENTS.md and the workspace area. Activation is the declarative "a coding agent lives here" signal.
6-
* Version: 0.52.0
6+
* Version: 0.53.0
77
* Requires at least: 6.9
88
* Requires PHP: 8.2
99
* Author: Chris Huber, extrachill
@@ -17,7 +17,7 @@
1717
die;
1818
}
1919

20-
define( 'DATAMACHINE_CODE_VERSION', '0.52.0' );
20+
define( 'DATAMACHINE_CODE_VERSION', '0.53.0' );
2121
define( 'DATAMACHINE_CODE_PATH', plugin_dir_path( __FILE__ ) );
2222
define( 'DATAMACHINE_CODE_URL', plugin_dir_url( __FILE__ ) );
2323

docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to Data Machine Code will be documented in this file.
44

5+
## [0.53.0] - 2026-07-21
6+
7+
### Added
8+
- require managed task trackers
9+
10+
### Changed
11+
- compact generated agents context
12+
13+
### Fixed
14+
- reject dirty terminal worktree finalization
15+
516
## [0.52.0] - 2026-07-21
617

718
### Added

0 commit comments

Comments
 (0)