karnel-termux 4.13.0 → 4.13.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/karnel/cli/karnel.sh +7 -1
- package/package.json +1 -1
package/karnel/cli/karnel.sh
CHANGED
|
@@ -370,7 +370,7 @@ _tui_list_menu() {
|
|
|
370
370
|
local modules="ai db lang dev editor npm shell ui auto deploy games network utils osint voice plugin security"
|
|
371
371
|
local choice
|
|
372
372
|
choice=$(_dialog_menu "List Tools" "Select a module to list:" \
|
|
373
|
-
"ai" "AI Agents (
|
|
373
|
+
"ai" "AI Agents (37)" \
|
|
374
374
|
"db" "Databases" \
|
|
375
375
|
"lang" "Programming Languages" \
|
|
376
376
|
"editor" "Code Editors" \
|
|
@@ -785,6 +785,12 @@ _tui_install_checklist() {
|
|
|
785
785
|
"ctx7" "Context7 Docs" OFF
|
|
786
786
|
"openspec" "OpenSpec SDD" OFF
|
|
787
787
|
"copilot-termux" "Copilot-Termux" OFF
|
|
788
|
+
"qoder" "Qoder" OFF
|
|
789
|
+
"ampcode" "AMP Code CLI" OFF
|
|
790
|
+
"cursor-cli" "Cursor CLI" OFF
|
|
791
|
+
"oh-my-pi" "Oh-My-Pi" OFF
|
|
792
|
+
"goose" "Goose CLI" OFF
|
|
793
|
+
"droid" "Factory Droid" OFF
|
|
788
794
|
)
|
|
789
795
|
;;
|
|
790
796
|
dev)
|
package/package.json
CHANGED