@kody-ade/kody-engine 0.4.284 → 0.4.285

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 +3 -2
  2. package/package.json +1 -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.284",
18
+ version: "0.4.285",
19
19
  description: "kody \u2014 autonomous development engine. Single-session Claude Code agent behind a generic executor + declarative executable profiles.",
20
20
  license: "MIT",
21
21
  type: "module",
@@ -6985,7 +6985,7 @@ function linkContext(stateRepo) {
6985
6985
  function githubBlobUrl(repo, filePath) {
6986
6986
  try {
6987
6987
  const parsed = parseStateRepoSlug(repo);
6988
- return `https://github.com/${parsed.owner}/${parsed.repo}/blob/main/${filePath}`;
6988
+ return `https://github.com/${parsed.owner}/${parsed.repo}/blob/${STATE_BRANCH}/${filePath}`;
6989
6989
  } catch {
6990
6990
  return void 0;
6991
6991
  }
@@ -7068,6 +7068,7 @@ var LOGS_KEY, LOG_RUN_KEY, LOG_STARTED_KEY;
7068
7068
  var init_runLog = __esm({
7069
7069
  "src/goal/runLog.ts"() {
7070
7070
  "use strict";
7071
+ init_stateBranch();
7071
7072
  init_stateRepo();
7072
7073
  init_state2();
7073
7074
  LOGS_KEY = "__goalRunLogs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kody-ade/kody-engine",
3
- "version": "0.4.284",
3
+ "version": "0.4.285",
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",