arial-cli 0.1.0 → 0.1.1

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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -2319,7 +2319,7 @@ var source_default = chalk;
2319
2319
 
2320
2320
  // src/lib/config.ts
2321
2321
  var VERSION = "0.0.1";
2322
- var PROMPT_LINE_PREFIX = "";
2322
+ var PROMPT_LINE_PREFIX = "";
2323
2323
  var DEFAULT_MODEL = "gpt-4o";
2324
2324
  var DEFAULT_CONFIG_DIR = ".arial";
2325
2325
  var DEFAULT_CONFIG_FILE = "config.json";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arial-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A CLI utility to interact with LLMs",
5
5
  "type": "module",
6
6
  "bin": {