File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22"""
3- Codex Session Manager & Markdown Converter (v2.6.2 )
3+ Codex Session Manager & Markdown Converter (v2.6.3 )
44-------------------------------------------------
55An interactive tool to browse, filter, and convert OpenAI Codex
66session logs (.jsonl) into readable Markdown documents.
@@ -1565,7 +1565,7 @@ def group_by_project(records: List[SessionRecord]) -> List[Dict]:
15651565
15661566def print_menu_header ():
15671567 os .system ('cls' if os .name == 'nt' else 'clear' )
1568- print (f"\n { Style .BOLD } CODEX SESSION MANAGER{ Style .RESET } { Style .DIM } v2.6.2 { Style .RESET } " )
1568+ print (f"\n { Style .BOLD } CODEX SESSION MANAGER{ Style .RESET } { Style .DIM } v2.6.3 { Style .RESET } " )
15691569 print (f"{ Style .DIM } Directory: { SESSIONS_DIR } { Style .RESET } " )
15701570 print (f"{ Style .DIM } Default output: { script_directory ()} { Style .RESET } \n " )
15711571
You can’t perform that action at this time.
0 commit comments