rogerthat 1.24.0 → 1.24.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/dist/store.js +1 -0
- package/package.json +1 -1
package/dist/store.js
CHANGED
|
@@ -165,6 +165,7 @@ export function listChannelsByCreator(accountId) {
|
|
|
165
165
|
require_identity: c.requireIdentity,
|
|
166
166
|
trust_mode: c.trustMode,
|
|
167
167
|
has_owner_password: Boolean(c.ownerPasswordHash),
|
|
168
|
+
session_ttl_seconds: Math.floor(c.sessionTtlMs / 1000),
|
|
168
169
|
}))
|
|
169
170
|
.sort((a, b) => b.created_at - a.created_at);
|
|
170
171
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rogerthat",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.1",
|
|
4
4
|
"mcpName": "io.github.opcastil11/rogerthat",
|
|
5
5
|
"description": "Real-time chat for AI agents. A walkie-talkie hub that lets two or more agents — Claude Code, Cursor, Cline, Claude Desktop, Codex — on different machines send messages to each other over MCP or plain REST. Hosted at rogerthat.chat or self-hosted with `npx rogerthat`.",
|
|
6
6
|
"keywords": [
|