@kody-ade/kody-engine 0.4.173 → 0.4.174

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.
Files changed (2) hide show
  1. package/dist/bin/kody.js +1 -2
  2. package/package.json +1 -1
package/dist/bin/kody.js CHANGED
@@ -1088,7 +1088,7 @@ var init_loadPriorArt = __esm({
1088
1088
  // package.json
1089
1089
  var package_default = {
1090
1090
  name: "@kody-ade/kody-engine",
1091
- version: "0.4.173",
1091
+ version: "0.4.174",
1092
1092
  description: "kody \u2014 autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative executable profiles.",
1093
1093
  license: "MIT",
1094
1094
  type: "module",
@@ -1702,7 +1702,6 @@ var BASH_WRITE_VERB = /\b(git\s+(commit|push|merge|rebase|tag|reset|cherry-pick)
1702
1702
  function toolMayMutate(name, input) {
1703
1703
  if (!name) return false;
1704
1704
  if (MUTATING_FILE_TOOLS.has(name)) return true;
1705
- if (name.startsWith("mcp__kody-submit__")) return true;
1706
1705
  if (name === "Bash") return BASH_WRITE_VERB.test(String(input?.command ?? ""));
1707
1706
  return false;
1708
1707
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kody-ade/kody-engine",
3
- "version": "0.4.173",
3
+ "version": "0.4.174",
4
4
  "description": "kody — autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative executable profiles.",
5
5
  "license": "MIT",
6
6
  "type": "module",