trantor 0.17.11 → 0.17.12
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/.claude-plugin/marketplace.json +2 -2
- package/.claude-plugin/plugin.json +1 -1
- package/package.json +1 -1
- package/ui.html +4 -2
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "Trantor — the hub-world for AI agent crews: live message bus, presence, project Kanban/flow board + context-handoff for independent AI coding agents (Claude, Codex, Gemini, …)",
|
|
9
|
-
"version": "0.17.
|
|
9
|
+
"version": "0.17.12"
|
|
10
10
|
},
|
|
11
11
|
"plugins": [
|
|
12
12
|
{
|
|
13
13
|
"name": "trantor",
|
|
14
14
|
"source": "./",
|
|
15
15
|
"description": "The hub-world for AI agent crews. Say \"fire up the crew\" and Claude becomes the architect: a plan-aware Advisor routes the work (solo / cheap inline calls / live crew of Codex, Gemini, Kimi & DeepSeek in their own terminal windows), a Kanban/flow command center with a testing gate tracks it, and an economics brain (Scrooge) keeps the receipts. Includes the relay MCP, a SessionStart auto-discovery hook, and a PreCompact context-handoff so a fresh session can take over a full window instead of compacting.",
|
|
16
|
-
"version": "0.17.
|
|
16
|
+
"version": "0.17.12",
|
|
17
17
|
"author": {
|
|
18
18
|
"name": "Sasha Bogojevic"
|
|
19
19
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "trantor",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.12",
|
|
4
4
|
"description": "Trantor — the hub-world for AI agent crews: live message bus, presence, project Kanban/flow board + crew orchestration for independent AI coding agents (Claude, Codex, Gemini, Kimi, DeepSeek)",
|
|
5
5
|
"mcpServers": {
|
|
6
6
|
"relay": {
|
package/package.json
CHANGED
package/ui.html
CHANGED
|
@@ -44,9 +44,11 @@ main:not(.learn-open) .learn-body{display:none}
|
|
|
44
44
|
.lbadge{font-size:8.5px;color:var(--grn);border:1px solid #1d4a44;border-radius:8px;padding:1px 6px;text-transform:none;letter-spacing:0}
|
|
45
45
|
.lempty{font-size:11px;color:var(--dim);font-style:italic;padding:4px 0}
|
|
46
46
|
.proj{background:var(--panel);border:1px solid var(--line);border-radius:14px;margin-bottom:16px;overflow:hidden}
|
|
47
|
-
.proj-h{display:flex;align-items:center;gap:
|
|
48
|
-
.proj-h .pname{font-family:'Sora',ui-sans-serif,sans-serif;font-weight:
|
|
47
|
+
.proj-h{display:flex;align-items:center;gap:11px;padding:11px 16px;border-bottom:1px solid var(--line);background:#0e1421;border-left:3px solid var(--grn)}
|
|
48
|
+
.proj-h .pname{font-family:'Sora',ui-sans-serif,sans-serif;font-weight:800;font-size:22px;letter-spacing:.3px;line-height:1.05;flex:none;white-space:nowrap;padding-right:6px;border-right:1px solid var(--line);margin-right:3px}
|
|
49
49
|
.proj-h .pname b{color:var(--grn)}
|
|
50
|
+
.proj.idle .proj-h{border-left-color:var(--line)}
|
|
51
|
+
.proj.idle .proj-h .pname{font-size:16px}
|
|
50
52
|
.agents{display:flex;gap:6px;flex-wrap:wrap}
|
|
51
53
|
.agent{display:flex;align-items:center;gap:5px;background:var(--card);border:1px solid var(--line);border-radius:16px;padding:2px 9px 2px 6px;font-size:11.5px;color:var(--mut)}
|
|
52
54
|
.agent .nm{color:var(--tx)}
|