@kody-ade/kody-engine 0.4.624 → 0.4.625
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 +3 -3
- package/package.json +1 -1
- package/templates/kody.yml +0 -1
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.
|
|
18
|
+
version: "0.4.625",
|
|
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
|
repository: {
|
|
@@ -19135,8 +19135,8 @@ var init_prepareSimpleCapabilityRuntime = __esm({
|
|
|
19135
19135
|
const targetUrl = typeof capabilityInput.url === "string" ? capabilityInput.url : typeof capabilityInput.targetUrl === "string" ? capabilityInput.targetUrl : "";
|
|
19136
19136
|
await prepareKodyRepositoryBrowserAuth(ctx, profile, {
|
|
19137
19137
|
repositoryUrl: `https://github.com/${ctx.config.github.owner}/${ctx.config.github.repo}`,
|
|
19138
|
-
credentialKey: "
|
|
19139
|
-
methodName: "Kody
|
|
19138
|
+
credentialKey: "KODY_TOKEN",
|
|
19139
|
+
methodName: "Kody repository QA login",
|
|
19140
19140
|
targetUrl
|
|
19141
19141
|
});
|
|
19142
19142
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kody-ade/kody-engine",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.625",
|
|
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
|
"repository": {
|
package/templates/kody.yml
CHANGED
|
@@ -80,7 +80,6 @@ jobs:
|
|
|
80
80
|
- env:
|
|
81
81
|
GH_PAT: ${{ secrets.GH_PAT }}
|
|
82
82
|
KODY_TOKEN: ${{ secrets.KODY_TOKEN }}
|
|
83
|
-
E2E_GITHUB_TOKEN: ${{ secrets.E2E_GITHUB_TOKEN }}
|
|
84
83
|
MINIMAX_API_KEY: ${{ secrets.MINIMAX_API_KEY }}
|
|
85
84
|
KODY_APP_ID: ${{ secrets.KODY_APP_ID }}
|
|
86
85
|
KODY_APP_PRIVATE_KEY: ${{ secrets.KODY_APP_PRIVATE_KEY }}
|