# extendify/3.1.6/src/Agent/workflows/block-selector/block-patching.js

Extendify, version 3.1.6. 10 lines.

- Page: https://pluginprobe.com/plugins/extendify/3.1.6/code/src/Agent/workflows/block-selector/block-patching.js
- Raw: https://pluginprobe.com/plugins/extendify/3.1.6/raw/src/Agent/workflows/block-selector/block-patching.js
- Modified: 2026-08-12T16:23:58+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/extendify/3.1.6/code/src/Agent/workflows/block-selector/block-patching.js#L10-L20`.

```javascript
import { BlockPatchingConfirm } from '@agent/workflows/block-selector/components/BlockPatchingConfirm';

// Reached only via lib/local-pick.js — available() false keeps it off find-agent.
export default {
	available: () => false,
	id: 'block-patching',
	requires: ['block'],
	whenFinished: { component: BlockPatchingConfirm },
};

```
