MSI
WinGet
cc-sessions-viewer
wuchao · 0.1.7 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i cc-sessions-viewer_0.1.7_x64_en-US.msi /quiet /norestart
InstallPath
msiexec /i cc-sessions-viewer_0.1.7_x64_en-US.msi /quiet /norestart INSTALLDIR="<INSTALLPATH>"
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{C1CEA5D2-0A40-4144-B610-D1D4F3684B3B}
Product version operator
Greater than or equal to
Product version
0.1.7
MSI Properties
Product Code
{C1CEA5D2-0A40-4144-B610-D1D4F3684B3B}
File Identity
Filename
cc-sessions-viewer_0.1.7_x64_en-US.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
jerrywu001.cc-sessions-viewer
Version
0.1.7
Description
Support cc/codex/gemini sessions viewer, token usage statistics, global search, resume, and export to html
License
Freeware
Installer URL
https://github.com/jerrywu001/cc-sessions-viewer/releases/download/v0.1.7/cc-sessions-viewer_0.1.7_x64_en-US.msi
Upgrade Behavior
install(Install over existing)
Release Notes
Bug Fixes
- Fix cross-agent tab fallback: closing a tab now only falls back to same-agent tabs, fix #14
- Fix PTY environment: remove npm_config_prefix to prevent nvm conflict for Codex/Gemini sessions
- Fix tab status border: only active tabs show colored state borders
- Fix view navigation on tab close: correctly return to session list or chat view
- Fix embedded Codex terminal light theme input box black background (PR #17 by @KodeChicken)
- Fix terminal tab "unviewed" status dot not clearing…