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.
@@ -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 (31)" \
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "karnel-termux",
3
- "version": "4.13.0",
3
+ "version": "4.13.1",
4
4
  "description": "Modular Dev Environment for Termux — install languages, databases, AI agents, editors, and more with one command",
5
5
  "bin": {
6
6
  "karnel": "karnel/bin/karnel"