groove-dev 0.21.3 → 0.21.4
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/node_modules/@groove-dev/daemon/src/gateways/slack.js +2 -0
- package/node_modules/@groove-dev/gui/.groove/audit.log +3 -0
- package/node_modules/@groove-dev/gui/.groove/codebase-index.json +1 -1
- package/node_modules/@groove-dev/gui/.groove/credentials.json +8 -0
- package/node_modules/@groove-dev/gui/.groove/daemon.pid +1 -1
- package/node_modules/@groove-dev/gui/.groove/gateways/slack-b7f12c.json +1 -1
- package/node_modules/@groove-dev/gui/.groove/timeline.json +112 -0
- package/node_modules/@groove-dev/gui/AGENTS_REGISTRY.md +1 -1
- package/package.json +1 -1
- package/packages/daemon/src/gateways/slack.js +2 -0
|
@@ -46,6 +46,7 @@ export class SlackGateway extends BaseGateway {
|
|
|
46
46
|
// Handle @mentions of the bot — primary way to interact
|
|
47
47
|
this.app.event('app_mention', async ({ event, say }) => {
|
|
48
48
|
try {
|
|
49
|
+
console.log(`[Groove:Slack] Mention received:`, JSON.stringify({ text: event.text, user: event.user, channel: event.channel }));
|
|
49
50
|
if (!event.text) return;
|
|
50
51
|
|
|
51
52
|
// Auto-capture channelId
|
|
@@ -78,6 +79,7 @@ export class SlackGateway extends BaseGateway {
|
|
|
78
79
|
// Handle direct messages to the bot
|
|
79
80
|
this.app.message(async ({ message, say }) => {
|
|
80
81
|
try {
|
|
82
|
+
console.log(`[Groove:Slack] Message received:`, JSON.stringify({ text: message.text, user: message.user, channel: message.channel, bot_id: message.bot_id, subtype: message.subtype }));
|
|
81
83
|
if (!message.text || message.bot_id || message.subtype) return;
|
|
82
84
|
|
|
83
85
|
// Auto-capture channelId from DMs or channels
|
|
@@ -144,3 +144,6 @@
|
|
|
144
144
|
{"t":"2026-04-09T21:10:08.674Z","action":"gateway.test","id":"slack-4cb274"}
|
|
145
145
|
{"t":"2026-04-09T21:14:23.876Z","action":"gateway.delete","id":"slack-4cb274"}
|
|
146
146
|
{"t":"2026-04-09T21:14:45.607Z","action":"gateway.create","id":"slack-b7f12c","type":"slack"}
|
|
147
|
+
{"t":"2026-04-09T21:24:22.887Z","action":"gateway.credential.set","id":"slack-b7f12c","key":"bot_token"}
|
|
148
|
+
{"t":"2026-04-09T21:24:22.892Z","action":"gateway.credential.set","id":"slack-b7f12c","key":"app_token"}
|
|
149
|
+
{"t":"2026-04-09T21:24:23.660Z","action":"gateway.connect","id":"slack-b7f12c","type":"slack"}
|
|
@@ -2,5 +2,13 @@
|
|
|
2
2
|
"anthropic-api": {
|
|
3
3
|
"key": "bee44e798e85b64b04e5198bd44074f0:a0de1b79cca1a00842ca83193e383128:fb7b942b82313c940f802fd2c54f5945756ce6b65dae652b1534acd38d9cca19cdfaad8eee267f56e11f2c2ec6cd8db16c4a4139ddfe0777517437a3a4b5beb53e89210e31c1cfc1f964bba8b26ca75b93f62d36ea1dbc19d3910a91c8a976a2c4369b233a5d00f799e33ebd",
|
|
4
4
|
"setAt": "2026-04-08T02:20:01.107Z"
|
|
5
|
+
},
|
|
6
|
+
"gateway:slack-b7f12c:bot_token": {
|
|
7
|
+
"key": "03053fb95403b810961362fe74ead746:47b052972e902e59e146095e5bd5678a:78479016429e30245cb05e484d5beacdf47a12d1c82c90ec1b5349fdf893cd7fa951f74cd43d1a31d2304b3e63ace66888c6d53bfca20e485916",
|
|
8
|
+
"setAt": "2026-04-09T21:24:22.886Z"
|
|
9
|
+
},
|
|
10
|
+
"gateway:slack-b7f12c:app_token": {
|
|
11
|
+
"key": "02ec95048a8e09c989d07923e804ccd5:beede4346b5858df7117b0ec83063f8b:66976f35926000fd4731dc5abc1cc421c9f22318ca63dce4548d16b12a9ee8d18bbc57de8d8dbdef0ed8a2b42e5b5e277f621288542e0d16485c4a55ba03490fbfdb3b8f58ec9fa208a90af98e20453d3bc943dd33ac2e99b16d9abc41d1f487ce5e",
|
|
12
|
+
"setAt": "2026-04-09T21:24:22.892Z"
|
|
5
13
|
}
|
|
6
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
87696
|
|
@@ -10967,6 +10967,118 @@
|
|
|
10967
10967
|
"agents": 1,
|
|
10968
10968
|
"running": 0,
|
|
10969
10969
|
"cacheHitRate": 0.8360697165954649
|
|
10970
|
+
},
|
|
10971
|
+
{
|
|
10972
|
+
"t": 1775769614746,
|
|
10973
|
+
"tokens": 3005468,
|
|
10974
|
+
"costUsd": 0.42406725000000006,
|
|
10975
|
+
"agents": 1,
|
|
10976
|
+
"running": 0,
|
|
10977
|
+
"cacheHitRate": 0.8360697165954649
|
|
10978
|
+
},
|
|
10979
|
+
{
|
|
10980
|
+
"t": 1775769644747,
|
|
10981
|
+
"tokens": 3005468,
|
|
10982
|
+
"costUsd": 0.42406725000000006,
|
|
10983
|
+
"agents": 1,
|
|
10984
|
+
"running": 0,
|
|
10985
|
+
"cacheHitRate": 0.8360697165954649
|
|
10986
|
+
},
|
|
10987
|
+
{
|
|
10988
|
+
"t": 1775769674746,
|
|
10989
|
+
"tokens": 3005468,
|
|
10990
|
+
"costUsd": 0.42406725000000006,
|
|
10991
|
+
"agents": 1,
|
|
10992
|
+
"running": 0,
|
|
10993
|
+
"cacheHitRate": 0.8360697165954649
|
|
10994
|
+
},
|
|
10995
|
+
{
|
|
10996
|
+
"t": 1775769706568,
|
|
10997
|
+
"tokens": 3005468,
|
|
10998
|
+
"costUsd": 0.42406725000000006,
|
|
10999
|
+
"agents": 1,
|
|
11000
|
+
"running": 0,
|
|
11001
|
+
"cacheHitRate": 0.8360697165954649
|
|
11002
|
+
},
|
|
11003
|
+
{
|
|
11004
|
+
"t": 1775769736570,
|
|
11005
|
+
"tokens": 3005468,
|
|
11006
|
+
"costUsd": 0.42406725000000006,
|
|
11007
|
+
"agents": 1,
|
|
11008
|
+
"running": 0,
|
|
11009
|
+
"cacheHitRate": 0.8360697165954649
|
|
11010
|
+
},
|
|
11011
|
+
{
|
|
11012
|
+
"t": 1775769766568,
|
|
11013
|
+
"tokens": 3005468,
|
|
11014
|
+
"costUsd": 0.42406725000000006,
|
|
11015
|
+
"agents": 1,
|
|
11016
|
+
"running": 0,
|
|
11017
|
+
"cacheHitRate": 0.8360697165954649
|
|
11018
|
+
},
|
|
11019
|
+
{
|
|
11020
|
+
"t": 1775769796569,
|
|
11021
|
+
"tokens": 3005468,
|
|
11022
|
+
"costUsd": 0.42406725000000006,
|
|
11023
|
+
"agents": 1,
|
|
11024
|
+
"running": 0,
|
|
11025
|
+
"cacheHitRate": 0.8360697165954649
|
|
11026
|
+
},
|
|
11027
|
+
{
|
|
11028
|
+
"t": 1775769826568,
|
|
11029
|
+
"tokens": 3005468,
|
|
11030
|
+
"costUsd": 0.42406725000000006,
|
|
11031
|
+
"agents": 1,
|
|
11032
|
+
"running": 0,
|
|
11033
|
+
"cacheHitRate": 0.8360697165954649
|
|
11034
|
+
},
|
|
11035
|
+
{
|
|
11036
|
+
"t": 1775769856568,
|
|
11037
|
+
"tokens": 3005468,
|
|
11038
|
+
"costUsd": 0.42406725000000006,
|
|
11039
|
+
"agents": 1,
|
|
11040
|
+
"running": 0,
|
|
11041
|
+
"cacheHitRate": 0.8360697165954649
|
|
11042
|
+
},
|
|
11043
|
+
{
|
|
11044
|
+
"t": 1775769886568,
|
|
11045
|
+
"tokens": 3005468,
|
|
11046
|
+
"costUsd": 0.42406725000000006,
|
|
11047
|
+
"agents": 1,
|
|
11048
|
+
"running": 0,
|
|
11049
|
+
"cacheHitRate": 0.8360697165954649
|
|
11050
|
+
},
|
|
11051
|
+
{
|
|
11052
|
+
"t": 1775769916568,
|
|
11053
|
+
"tokens": 3005468,
|
|
11054
|
+
"costUsd": 0.42406725000000006,
|
|
11055
|
+
"agents": 1,
|
|
11056
|
+
"running": 0,
|
|
11057
|
+
"cacheHitRate": 0.8360697165954649
|
|
11058
|
+
},
|
|
11059
|
+
{
|
|
11060
|
+
"t": 1775769946568,
|
|
11061
|
+
"tokens": 3005468,
|
|
11062
|
+
"costUsd": 0.42406725000000006,
|
|
11063
|
+
"agents": 1,
|
|
11064
|
+
"running": 0,
|
|
11065
|
+
"cacheHitRate": 0.8360697165954649
|
|
11066
|
+
},
|
|
11067
|
+
{
|
|
11068
|
+
"t": 1775769976568,
|
|
11069
|
+
"tokens": 3005468,
|
|
11070
|
+
"costUsd": 0.42406725000000006,
|
|
11071
|
+
"agents": 1,
|
|
11072
|
+
"running": 0,
|
|
11073
|
+
"cacheHitRate": 0.8360697165954649
|
|
11074
|
+
},
|
|
11075
|
+
{
|
|
11076
|
+
"t": 1775770006568,
|
|
11077
|
+
"tokens": 3005468,
|
|
11078
|
+
"costUsd": 0.42406725000000006,
|
|
11079
|
+
"agents": 1,
|
|
11080
|
+
"running": 0,
|
|
11081
|
+
"cacheHitRate": 0.8360697165954649
|
|
10970
11082
|
}
|
|
10971
11083
|
],
|
|
10972
11084
|
"events": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "groove-dev",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.4",
|
|
4
4
|
"description": "Open-source agent orchestration layer — the AI company OS. MCP integrations (Slack, Gmail, Stripe, 15+), agent scheduling (cron), business roles (CMO, CFO, EA). GUI dashboard, multi-agent coordination, zero cold-start, infinite sessions. Works with Claude Code, Codex, Gemini CLI, Ollama.",
|
|
5
5
|
"license": "FSL-1.1-Apache-2.0",
|
|
6
6
|
"author": "Groove Dev <hello@groovedev.ai> (https://groovedev.ai)",
|
|
@@ -46,6 +46,7 @@ export class SlackGateway extends BaseGateway {
|
|
|
46
46
|
// Handle @mentions of the bot — primary way to interact
|
|
47
47
|
this.app.event('app_mention', async ({ event, say }) => {
|
|
48
48
|
try {
|
|
49
|
+
console.log(`[Groove:Slack] Mention received:`, JSON.stringify({ text: event.text, user: event.user, channel: event.channel }));
|
|
49
50
|
if (!event.text) return;
|
|
50
51
|
|
|
51
52
|
// Auto-capture channelId
|
|
@@ -78,6 +79,7 @@ export class SlackGateway extends BaseGateway {
|
|
|
78
79
|
// Handle direct messages to the bot
|
|
79
80
|
this.app.message(async ({ message, say }) => {
|
|
80
81
|
try {
|
|
82
|
+
console.log(`[Groove:Slack] Message received:`, JSON.stringify({ text: message.text, user: message.user, channel: message.channel, bot_id: message.bot_id, subtype: message.subtype }));
|
|
81
83
|
if (!message.text || message.bot_id || message.subtype) return;
|
|
82
84
|
|
|
83
85
|
// Auto-capture channelId from DMs or channels
|