@kody-ade/kody-engine-lite 0.1.17 → 0.1.18

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/cli.js +1 -3
  2. package/package.json +1 -1
package/dist/bin/cli.js CHANGED
@@ -114,12 +114,10 @@ function createOpenCodeRunner() {
114
114
  if (model) {
115
115
  args2.push("--model", model);
116
116
  }
117
- args2.push(prompt);
118
117
  return runSubprocess(
119
118
  "opencode",
120
119
  args2,
121
- "",
122
- // opencode takes message as positional, not stdin
120
+ prompt,
123
121
  timeout,
124
122
  options
125
123
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kody-ade/kody-engine-lite",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "Autonomous SDLC pipeline: Kody orchestration + Claude Code + LiteLLM",
5
5
  "license": "MIT",
6
6
  "type": "module",