create-personality
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -9,3 +9,3 @@ import Conf from "conf"; | ||
const name = "create-personality"; | ||
const version = "0.2.3"; | ||
const version = "0.2.4"; | ||
const description = "Library for crafting and sustaining AI personalities"; | ||
@@ -371,3 +371,3 @@ const homepage = "https://github.com/pigeonposse/personality"; | ||
await note(`${this.texts.autoRunConfirmation} | ||
bash ${startScriptPath}`); | ||
bash "${startScriptPath}"`); | ||
} | ||
@@ -404,3 +404,3 @@ } | ||
console.log(); | ||
await intro("🤖 " + productName); | ||
await intro("😊 " + productName); | ||
await note( | ||
@@ -407,0 +407,0 @@ `${description}. |
{ | ||
"name": "create-personality", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Library for crafting and sustaining AI personalities", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
62177