summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/areas.yaml2
-rw-r--r--share/commands.yaml10
2 files changed, 11 insertions, 1 deletions
diff --git a/share/areas.yaml b/share/areas.yaml
index ed678a2..281eed4 100644
--- a/share/areas.yaml
+++ b/share/areas.yaml
@@ -27,7 +27,7 @@ areas:
- label: Monitor
commands: [monitor]
- label: Entertain
- commands: [chess]
+ commands: [chess, aichat]
- label: Sysop
commands: [deleteuser, shutdown, restart, broadcast]
diff --git a/share/commands.yaml b/share/commands.yaml
index 008bb4b..c29dba1 100644
--- a/share/commands.yaml
+++ b/share/commands.yaml
@@ -73,6 +73,9 @@ aliases:
- userdelete
broadcast:
- announce
+ aichat:
+ - ai
+ - ask
monitor:
- mon
chess:
@@ -320,5 +323,12 @@ commands:
line1: "/proxychess …"
line2: "Help: Stub — chess via mains_proxy mesh (not implemented yet)."
+ aichat:
+ group: entertain
+ min: User
+ line1: "/aichat question or prompt"
+ line2: "Help: Ask AI assistant via OpenRouter. Aliases: /ai, /ask"
+
+
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com