@digipair/skill-opencode 0.141.1 → 0.141.3
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/index.cjs.js
CHANGED
|
@@ -31,6 +31,7 @@ let OpencodeService = class OpencodeService {
|
|
|
31
31
|
if (model) args.push('--model', model);
|
|
32
32
|
if (agent) args.push('--agent', agent);
|
|
33
33
|
args.push('--format', format);
|
|
34
|
+
args.push('--dir', cwd);
|
|
34
35
|
args.push(prompt);
|
|
35
36
|
const child = child_process.spawn(opencodeBin, args, {
|
|
36
37
|
cwd,
|
package/dist/index.esm.js
CHANGED
|
@@ -44600,6 +44600,7 @@ let OpencodeService = class OpencodeService {
|
|
|
44600
44600
|
if (model) args.push('--model', model);
|
|
44601
44601
|
if (agent) args.push('--agent', agent);
|
|
44602
44602
|
args.push('--format', format);
|
|
44603
|
+
args.push('--dir', cwd);
|
|
44603
44604
|
args.push(prompt);
|
|
44604
44605
|
const child = spawn(opencodeBin, args, {
|
|
44605
44606
|
cwd,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skill-opencode.d.ts","sourceRoot":"","sources":["../../../src/lib/skill-opencode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"skill-opencode.d.ts","sourceRoot":"","sources":["../../../src/lib/skill-opencode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,YAAY,EAAE,MAAM,kBAAkB,CAAC;AA+JjE,eAAO,MAAM,SAAS,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,oBACjB,CAAC"}
|