Skip to content

Commit 06c8254

Browse files
release: v0.47.0
1 parent e1be304 commit 06c8254

2 files changed

Lines changed: 16 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: Bridge between WordPress and an external coding-agent runtime (Claude Code, OpenCode, kimaki, etc.). Owns AGENTS.md, the workspace area, and the GitHub / workspace / git abilities the runtime calls back into. Activation is the declarative "a coding agent lives here" signal.
6-
* Version: 0.46.18
6+
* Version: 0.47.0
77
* Requires at least: 6.9
88
* Requires PHP: 8.2
99
* Requires Plugins: data-machine
@@ -18,7 +18,7 @@
1818
die;
1919
}
2020

21-
define( 'DATAMACHINE_CODE_VERSION', '0.46.18' );
21+
define( 'DATAMACHINE_CODE_VERSION', '0.47.0' );
2222
define( 'DATAMACHINE_CODE_PATH', plugin_dir_path( __FILE__ ) );
2323
define( 'DATAMACHINE_CODE_URL', plugin_dir_url( __FILE__ ) );
2424

docs/CHANGELOG.md

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

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

5+
## [0.47.0] - 2026-05-28
6+
7+
### Added
8+
- expose workspace files to source inventory
9+
10+
### Fixed
11+
- satisfy context injector alignment lint
12+
- align generated context formatting
13+
- update generated agent context guidance
14+
- mark source inventory callback input used
15+
- align workspace source inventory lint
16+
- allow overriding remote workspace backend
17+
- expose workspace tools in sandbox mode
18+
519
## [0.46.18] - 2026-05-28
620

721
### Changed

0 commit comments

Comments
 (0)