@kody-ade/kody-engine 0.4.479 → 0.4.481

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/dist/bin/kody.js CHANGED
@@ -15,7 +15,7 @@ var init_package = __esm({
15
15
  "package.json"() {
16
16
  package_default = {
17
17
  name: "@kody-ade/kody-engine",
18
- version: "0.4.479",
18
+ version: "0.4.481",
19
19
  description: "kody \u2014 autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative implementation profiles.",
20
20
  license: "MIT",
21
21
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kody-ade/kody-engine",
3
- "version": "0.4.479",
3
+ "version": "0.4.481",
4
4
  "description": "kody — autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative implementation profiles.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -38,6 +38,10 @@ on:
38
38
  description: "Optional base branch"
39
39
  type: string
40
40
  default: ""
41
+ runRequest:
42
+ description: "Canonical Kody execution request JSON"
43
+ type: string
44
+ default: ""
41
45
  issue_comment:
42
46
  types: [created]
43
47
  pull_request:
@@ -76,6 +80,7 @@ jobs:
76
80
  INIT_MESSAGE: ${{ inputs.message }}
77
81
  MODEL: ${{ inputs.model }}
78
82
  DASHBOARD_URL: ${{ inputs.dashboardUrl }}
83
+ KODY_RUN_REQUEST_JSON: ${{ inputs.runRequest }}
79
84
  working-directory: ${{ github.workspace }}
80
85
  run: |
81
- npx -y -p @kody-ade/kody-engine@latest kody-engine ci --cwd "$GITHUB_WORKSPACE"
86
+ npx -y -p @kody-ade/kody-engine@latest kody-engine