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.
- package/dist/cli.js +1 -1
- 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";
|