Skip to content

Commit 8a26aea

Browse files
committed
Document Codex support in README
1 parent e4138ae commit 8a26aea

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
<p></p>
8-
<h3>Open-source CLI for analyzing Claude Code sessions locally and generating productivity reports</h3>
8+
<h3>Open-source CLI for analyzing Claude Code and Codex sessions locally and generating productivity reports</h3>
99
<p></p>
1010

1111
<a href="https://vibe-log.dev"><img src="https://img.shields.io/badge/by-vibe--log.dev-16A34A" alt="by vibe-log.dev"></a>
@@ -34,7 +34,7 @@
3434

3535
## What is Vibe-Log?
3636

37-
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.
3838

3939
## Getting Started fast
4040
Just run:
@@ -49,8 +49,8 @@ New: Be prepared in 2-3 minutes for your daily standup meeting!
4949
<img width="1270" height="512" alt="Screenshot 2025-10-02 163102" src="https://github.com/user-attachments/assets/b0e2bd55-618e-4b9e-b1c0-f2d7069e76aa" />
5050

5151

52-
### 2. 📊 Claude Code Productivity Report Generation (Local)
53-
Generate comprehensive productivity reports using Claude Code's sub-agents to analyze your sessions in parallel. No data leaves your machine.
52+
### 2. 📊 Claude Code and Codex Productivity Report Generation (Local)
53+
Generate comprehensive productivity reports from Claude Code and Codex sessions using your local AI coding setup. No data leaves your machine.
5454
See example of locally generated report here: https://vibe-log.dev/example-daily-report
5555
<img width="869" height="968" alt="image" src="https://github.com/user-attachments/assets/8712e0ed-101d-4ba4-a243-8790ea409a5c" />
5656

@@ -64,7 +64,7 @@ Strategic product advisor in Claude Code. Your prompts are analyzed locally (via
6464

6565
### What's New in v0.7.x
6666
#### 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.
6868
The standup feature analyzes your recent sessions and generates a concise summary of:
6969
* What you worked on
7070
* Key accomplishments
@@ -159,16 +159,16 @@ flowchart LR
159159

160160
## Local Report Generation Works
161161

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
164164
- Select projects
165165

166166
```mermaid
167167
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]
169169
Select --> Extract[Extracts & prepares session data]
170-
Extract --> Launch[Launches Claude with instructions]
171-
Launch --> Parallel{Parallel sub-agents<br/> session analysis}
170+
Extract --> Launch[Launches local ACP analysis]
171+
Launch --> Parallel{Session analysis}
172172
Parallel --> Gather[Gathers results &<br/>Generates report]
173173
Gather --> Output[📊 HTML Report in current folder]
174174
style Start fill:#e1f5fe
@@ -193,7 +193,7 @@ Optionally sync your sanitized session data to the vibe-log dashboard for advanc
193193
```mermaid
194194
flowchart TD
195195
subgraph Local ["🏠 Your Machine"]
196-
Sessions[Claude Code Sessions] --> Select[Select sessions]
196+
Sessions[Claude Code and Codex Sessions] --> Select[Select sessions]
197197
Select --> Privacy[🔒 Privacy Layer<br/>Removes code & secrets<br/>Keeps only patterns]
198198
end
199199
@@ -217,7 +217,7 @@ flowchart TD
217217
```
218218
## Auto-Sync
219219
### What is Auto-Sync
220-
Claude Code Hooks allow Vibe-Log to automatically sync your Claude Code sessions.
220+
Claude Code Hooks allow Vibe-Log to automatically sync your Claude Code sessions. Codex sessions are supported through manual sync.
221221

222222
What are Claude Code Hooks?
223223

@@ -250,7 +250,7 @@ Why we recommend both:
250250

251251
Currently supported:
252252
- ✅ Claude Code
253-
- ✅ Codex (manual cloud sync)
253+
- ✅ Codex (manual cloud sync, local standups, local reports)
254254

255255
Future:
256256
- 🔜 Cursor
@@ -314,8 +314,9 @@ Try the following:
314314
- Re-authenticate via the CLI
315315

316316
### No Sessions Found
317-
- Make sure Claude Code is installed
318-
- Check that you've used Claude Code recently
317+
- Make sure Claude Code or Codex is installed
318+
- Check that you've used Claude Code or Codex recently
319+
- For Codex cloud sync, use `send --source codex` or choose Codex from the manual sync menu
319320

320321
### Sessions Stuck in Analyzing
321322
- Please open a Github issue.

0 commit comments

Comments
 (0)