orynacode-ai 1.16.14 → 1.16.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
- "version": "1.16.14",
3
+ "version": "1.16.16",
4
4
  "name": "orynacode-ai",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -237,7 +237,7 @@ function build(input: SplashWriterInput, kind: "entry" | "exit", ctx: Scrollback
237
237
  lines,
238
238
  body_left + label.length,
239
239
  top + 1,
240
- `opencode run -i -s ${meta.session_id}`,
240
+ `orynacode run -i -s ${meta.session_id}`,
241
241
  right,
242
242
  undefined,
243
243
  TextAttributes.BOLD,
package/src/index.ts CHANGED
@@ -63,7 +63,7 @@ function show(out: string) {
63
63
 
64
64
  const cli = yargs(args)
65
65
  .parserConfiguration({ "populate--": true })
66
- .scriptName("opencode")
66
+ .scriptName("orynacode")
67
67
  .wrap(100)
68
68
  .help("help", "show help")
69
69
  .alias("help", "h")