@thelapyae/geniclaw 1.1.8 → 1.1.9
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/bin/geniclaw.js +0 -1
- package/package.json +2 -2
package/bin/geniclaw.js
CHANGED
|
@@ -113,7 +113,6 @@ async function showMenu() {
|
|
|
113
113
|
try {
|
|
114
114
|
console.log(`Current Model: ${config.geminiModel || 'Default'}`);
|
|
115
115
|
console.log(`Active Session: 📂 ${activeSession}`);
|
|
116
|
-
console.log(`Active Session: 📂 ${activeSession}`);
|
|
117
116
|
console.log(`Active Skill: 🧠 ${activeSkill}`);
|
|
118
117
|
if (config.geminiApiUrl) console.log(`API URL: 🔌 ${config.geminiApiUrl}`);
|
|
119
118
|
} catch (e) {}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thelapyae/geniclaw",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"description": "Geniclaw - Gemini + Telegram CLI Assistant",
|
|
5
5
|
"main": "dist/telegram-client.js",
|
|
6
6
|
"bin": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"commander": "^14.0.3",
|
|
26
26
|
"dotenv": "^17.2.4",
|
|
27
27
|
"google-auth-library": "^10.5.0",
|
|
28
|
-
"inquirer": "^
|
|
28
|
+
"inquirer": "^8.2.6",
|
|
29
29
|
"telegraf": "^4.16.3"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|