← Back to Kontasks
Timeline MCP Tool Created
Output
✅ New MCP Tool: konui_get_timeline
Created a new MCP tool specifically for session orientation that provides recent timeline activity.
Tool Parameters
konui_get_timeline({ count: 10, // 1-20 entries (default: 10) hours: 2, // Alternative: last N hours (1-24) scope: "all", // "product", "greatvibe", or "all" includeToolDetails: true // Show tool call summaries })
Response Structure
{ "timeline": [// Array of entries { "id": "kontask_xxx", "title": "What was done", "timestamp": "2026-01-12T...", "scope": "greatvibe", "summary": "Brief description", "commitSha": "abc123", "filesChanged": ["file1.ts", "file2.ts"], "tools": "Edit(12), Read(8), Bash(5)", "flowId": "flow_xxx" } ], "orientation": { "totalEntries": 10, "timespan": { "oldest": "...", "newest": "..." }, "scopeBreakdown": { "greatvibe": 7, "product": 3 }, "recentFocus": ["Title 1", "Title 2", "Title 3"] } }
Also Updated
• konui_get_recent_kontasks now supports count up to 10 (was 5)
Commit
d4f85621 Feat: Add konui_get_timeline MCP tool for session orientation
⚠️ Restart Required: Restart konsole to use the new tool.
Quick Actions
Original Request
No layout configured
Details
Type
General
Status
Completed
Scope
greatvibe
Tags
mcptimelineorientation
Created
12 Jan 2026, 4:15 am
Updated
12 Jan 2026, 4:15 am
Timing
⏱️ 218.1s
0 tools
● TTFE 0%
● Thinking 100%
● Tools 0%
Created By
claude
📋 Claude's Context
Session
ses_286e2e28...
Raw Data
{
"id": "df3863c7-6cef-46ea-bbb1-6ac622d77394",
"type": "general",
"status": "completed",
"title": "Timeline MCP Tool Created",
"context": {
"output": "<div style=\"background:#1e1e1e;color:#e0e0e0;padding:20px;border-radius:8px;font-family:'Consolas','Monaco',monospace;\">\n<h2 style=\"font-family:sans-serif;color:#fff;margin:0 0 16px 0;\">✅ New MCP Tool: konui_get_timeline</h2>\n\n<p style=\"color:#98c379;margin-bottom:16px;\">Created a new MCP tool specifically for session orientation that provides recent timeline activity.</p>\n\n<h3 style=\"color:#61afef;margin:20px 0 12px 0;\">Tool Parameters</h3>\n<pre style=\"background:#2d2d2d;padding:16px;border-radius:6px;overflow-x:auto;line-height:1.6;\">\n<span style=\"color:#c678dd;\">konui_get_timeline</span>(<span style=\"color:#e5c07b;\">{</span>\n <span style=\"color:#98c379;\">count</span>: <span style=\"color:#d19a66;\">10</span>, <span style=\"color:#7f848e;\">// 1-20 entries (default: 10)</span>\n <span style=\"color:#98c379;\">hours</span>: <span style=\"color:#d19a66;\">2</span>, <span style=\"color:#7f848e;\">// Alternative: last N hours (1-24)</span>\n <span style=\"color:#98c379;\">scope</span>: <span style=\"color:#98c379;\">\"all\"</span>, <span style=\"color:#7f848e;\">// \"product\", \"greatvibe\", or \"all\"</span>\n <span style=\"color:#98c379;\">includeToolDetails</span>: <span style=\"color:#d19a66;\">true</span> <span style=\"color:#7f848e;\">// Show tool call summaries</span>\n<span style=\"color:#e5c07b;\">}</span>)\n</pre>\n\n<h3 style=\"color:#61afef;margin:20px 0 12px 0;\">Response Structure</h3>\n<pre style=\"background:#2d2d2d;padding:16px;border-radius:6px;overflow-x:auto;line-height:1.6;\">\n<span style=\"color:#e5c07b;\">{</span>\n <span style=\"color:#98c379;\">\"timeline\"</span>: [<span style=\"color:#7f848e;\">// Array of entries</span>\n <span style=\"color:#e5c07b;\">{</span>\n <span style=\"color:#98c379;\">\"id\"</span>: <span style=\"color:#98c379;\">\"kontask_xxx\"</span>,\n <span style=\"color:#98c379;\">\"title\"</span>: <span style=\"color:#98c379;\">\"What was done\"</span>,\n <span style=\"color:#98c379;\">\"timestamp\"</span>: <span style=\"color:#98c379;\">\"2026-01-12T...\"</span>,\n <span style=\"color:#98c379;\">\"scope\"</span>: <span style=\"color:#98c379;\">\"greatvibe\"</span>,\n <span style=\"color:#98c379;\">\"summary\"</span>: <span style=\"color:#98c379;\">\"Brief description\"</span>,\n <span style=\"color:#98c379;\">\"commitSha\"</span>: <span style=\"color:#98c379;\">\"abc123\"</span>,\n <span style=\"color:#98c379;\">\"filesChanged\"</span>: [<span style=\"color:#98c379;\">\"file1.ts\"</span>, <span style=\"color:#98c379;\">\"file2.ts\"</span>],\n <span style=\"color:#98c379;\">\"tools\"</span>: <span style=\"color:#98c379;\">\"Edit(12), Read(8), Bash(5)\"</span>,\n <span style=\"color:#98c379;\">\"flowId\"</span>: <span style=\"color:#98c379;\">\"flow_xxx\"</span>\n <span style=\"color:#e5c07b;\">}</span>\n ],\n <span style=\"color:#98c379;\">\"orientation\"</span>: <span style=\"color:#e5c07b;\">{</span>\n <span style=\"color:#98c379;\">\"totalEntries\"</span>: <span style=\"color:#d19a66;\">10</span>,\n <span style=\"color:#98c379;\">\"timespan\"</span>: <span style=\"color:#e5c07b;\">{</span> <span style=\"color:#98c379;\">\"oldest\"</span>: <span style=\"color:#98c379;\">\"...\"</span>, <span style=\"color:#98c379;\">\"newest\"</span>: <span style=\"color:#98c379;\">\"...\"</span> <span style=\"color:#e5c07b;\">}</span>,\n <span style=\"color:#98c379;\">\"scopeBreakdown\"</span>: <span style=\"color:#e5c07b;\">{</span> <span style=\"color:#98c379;\">\"greatvibe\"</span>: <span style=\"color:#d19a66;\">7</span>, <span style=\"color:#98c379;\">\"product\"</span>: <span style=\"color:#d19a66;\">3</span> <span style=\"color:#e5c07b;\">}</span>,\n <span style=\"color:#98c379;\">\"recentFocus\"</span>: [<span style=\"color:#98c379;\">\"Title 1\"</span>, <span style=\"color:#98c379;\">\"Title 2\"</span>, <span style=\"color:#98c379;\">\"Title 3\"</span>]\n <span style=\"color:#e5c07b;\">}</span>\n<span style=\"color:#e5c07b;\">}</span>\n</pre>\n\n<h3 style=\"color:#61afef;margin:20px 0 12px 0;\">Also Updated</h3>\n<p style=\"margin:8px 0;\">• <code style=\"background:#2d2d2d;padding:2px 6px;border-radius:3px;\">konui_get_recent_kontasks</code> now supports count up to <span style=\"color:#d19a66;\">10</span> (was 5)</p>\n\n<h3 style=\"color:#61afef;margin:20px 0 12px 0;\">Commit</h3>\n<pre style=\"background:#2d2d2d;padding:12px;border-radius:6px;\"><span style=\"color:#56b6c2;\">d4f85621</span> Feat: Add konui_get_timeline MCP tool for session orientation</pre>\n\n<p style=\"color:#f97316;margin-top:16px;\">⚠️ <strong>Restart Required:</strong> Restart konsole to use the new tool.</p>\n</div>",
"choices": [
{
"label": "Test the tool",
"value": "Call konui_get_timeline with count: 5 to test the new timeline tool",
"primary": true
},
{
"label": "Update orientation prompt",
"value": "Update GV_CONFIG.newSessionPrompt in branding.ts to use konui_get_timeline for session context"
},
{
"label": "Restart konsole",
"value": "Restart konsole service to load the new MCP tool"
}
],
"requestId": "71e372af-004c-456a-886d-e6ad31ca32ed",
"turnTiming": {
"totalMs": 218074,
"ttfeMs": 84,
"thinkingMs": 217990,
"toolExecutionMs": 0,
"toolCallCount": 0,
"thinkingPct": 100,
"toolsPct": 0,
"ttfePct": 0
}
},
"createdBy": "claude",
"createdAt": "2026-01-11T18:15:11.631Z",
"updatedAt": "2026-01-11T18:15:18.370Z",
"requestId": "71e372af-004c-456a-886d-e6ad31ca32ed",
"scope": "greatvibe",
"tags": [
"mcp",
"timeline",
"orientation"
],
"sessionId": "ses_286e2e28-97c"
}