agentxchain 2.155.52 → 2.155.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentxchain",
3
- "version": "2.155.52",
3
+ "version": "2.155.53",
4
4
  "description": "CLI for AgentXchain — governed multi-agent software delivery",
5
5
  "type": "module",
6
6
  "bin": {
@@ -4758,7 +4758,7 @@ function _acceptGovernedTurnLocked(root, config, opts) {
4758
4758
  // early — the agent didn't do the work required for the transition.
4759
4759
  if (turnResult.phase_transition_request && !isIdleExpansionNewIntakeProposal) {
4760
4760
  const preGateResult = evaluatePhaseExit({
4761
- state,
4761
+ state: { ...state, history: historyEntries },
4762
4762
  config,
4763
4763
  acceptedTurn: turnResult,
4764
4764
  root,