https://github.com/supermaciz/sessions-chronicle
Browse and search your AI coding sessions
https://github.com/supermaciz/sessions-chronicle
claude-code codex-cli gnome gtk4 linux mistral-vibe opencode vibe-coding
Last synced: 1 day ago
JSON representation
Browse and search your AI coding sessions
- Host: GitHub
- URL: https://github.com/supermaciz/sessions-chronicle
- Owner: supermaciz
- License: mit
- Created: 2026-01-05T21:39:47.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-02-19T04:02:11.000Z (4 days ago)
- Last Synced: 2026-02-19T10:24:41.878Z (4 days ago)
- Topics: claude-code, codex-cli, gnome, gtk4, linux, mistral-vibe, opencode, vibe-coding
- Language: Rust
- Homepage:
- Size: 1.53 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README

# Sessions Chronicle
[](https://codecov.io/gh/supermaciz/sessions-chronicle)
**A GNOME app for browsing, searching, and resuming AI coding sessions.**
## Features
- SQLite database with full-text search (FTS5)
- Browse and search sessions with filters
- Session detail view with conversation history
- Rich markdown rendering (code blocks, tables, task lists, blockquotes)
- Resume sessions in terminal
- Support for multiple AI tools: Claude Code, OpenCode, Codex, Mistral Vibe
## Screenshots
**Session List View**

**Session Detail View**

## Prerequisites
- `flatpak`
- `flatpak-builder`
Install via your package manager (e.g., `apt install flatpak flatpak-builder`).
## Building the project
Install the required SDKs, then build:
```bash
flatpak install --user org.gnome.Sdk//49 org.gnome.Platform//49 org.freedesktop.Sdk.Extension.rust-stable//25.08 org.freedesktop.Sdk.Extension.llvm21//25.08
flatpak-builder --user flatpak_app build-aux/io.github.supermaciz.sessionschronicle.Devel.json --force-clean
```
## Running the project
```bash
flatpak-builder --run flatpak_app build-aux/io.github.supermaciz.sessionschronicle.Devel.json sessions-chronicle
```
## Testing
```bash
cargo test
```
## CI/CD
GitHub Actions run on every push and PR: tests, clippy, rustfmt, and Flatpak build. A separate release workflow builds stable Flatpak bundles when a GitHub release is published.
## Inspiration
This project was inspired by [agent-sessions](https://github.com/jazzyalex/agent-sessions).
## License
Licensed under MIT. See LICENSE file.