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
Vibe-log-cli is an open-source command-line tool that analyzes your Claude Code sessions to extract productivity insights and generate reports. All analyses can run completely locally on your machine using Claude Code's capabilities. It also encompasses a statusline that help you get more from your sessions.
37
+
Vibe-log-cli is an open-source command-line tool that analyzes your Claude Code and Codex sessions to extract productivity insights and generate reports. All analyses can run completely locally on your machine using your local AI coding tool through ACP. It also includes a Claude Code statusline that helps you get more from your sessions.
38
38
39
39
## Getting Started fast
40
40
Just run:
@@ -49,8 +49,8 @@ New: Be prepared in 2-3 minutes for your daily standup meeting!
@@ -64,7 +64,7 @@ Strategic product advisor in Claude Code. Your prompts are analyzed locally (via
64
64
65
65
### What's New in v0.7.x
66
66
#### Today's Standup ✨
67
-
Get a personalized standup summary of your recent claude coding activity right from your terminal. Runs 100% locally using your own Claude Code installation
67
+
Get a personalized standup summary of your recent Claude Code and Codex activity right from your terminal. Runs 100% locally using your own AI coding setup.
68
68
The standup feature analyzes your recent sessions and generates a concise summary of:
69
69
* What you worked on
70
70
* Key accomplishments
@@ -159,16 +159,16 @@ flowchart LR
159
159
160
160
## Local Report Generation Works
161
161
162
-
Generate comprehensive productivity reports using Claude Code's sub-agents to analyze your sessions in parallel. No data leaves your machine.
163
-
- Select timefrema
162
+
Generate comprehensive productivity reports from Claude Code and Codex sessions. No data leaves your machine.
163
+
- Select timeframe
164
164
- Select projects
165
165
166
166
```mermaid
167
167
flowchart TD
168
-
Start([📝 Claude Code Sessions]) --> Select[vibe-log-cli select time frame and projects]
168
+
Start([📝 Claude Code and Codex Sessions]) --> Select[vibe-log-cli select time frame and projects]
0 commit comments