You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prompt="You are analyzing a BATCH of Claude Code session files.
88
+
prompt="You are analyzing a BATCH of Claude Code and Codex session files.
89
89
90
90
FILES TO ANALYZE:
91
91
[List the specific .vibe-log-temp/filename for each session in this batch]
@@ -243,7 +243,7 @@ KEY POINTS:
243
243
- The system automatically converts JSON to HTML and saves it`;
244
244
245
245
// Build a shorter, more user-friendly command for display
246
-
constdisplayCommand=`claude "Analyze my Claude Code sessions from ${timeframeDesc} using vibe-log sub-agents..."`;
246
+
constdisplayCommand=`vibe-log "Analyze my Claude Code and Codex sessions from ${timeframeDesc} using vibe-log sub-agents..."`;
247
247
248
248
return{
249
249
prompt,
@@ -263,18 +263,3 @@ export function buildSimplePrompt(context: PromptContext): string {
263
263
264
264
return`@vibe-log-report-generator analyze my coding sessions from the last ${timeframe} for projects: ${projectList}. Focus on productivity insights and key accomplishments.`;
265
265
}
266
-
267
-
/**
268
-
* Get the full command with proper escaping for clipboard/terminal
0 commit comments