Skip to content

Add ccthread to Plugins & Extensions#40

Open
jakemarsh wants to merge 1 commit intojmanhype:mainfrom
jakemarsh:add-ccthread
Open

Add ccthread to Plugins & Extensions#40
jakemarsh wants to merge 1 commit intojmanhype:mainfrom
jakemarsh:add-ccthread

Conversation

@jakemarsh
Copy link
Copy Markdown

Summary

Adds ccthread to Plugins & Extensions.

ccthread is a Claude Code plugin + standalone CLI that reads Claude Code conversation logs from ~/.claude/projects/ and turns each session's .jsonl into clean markdown. Install via /plugin marketplace add jakemarsh/ccthread, or grab the standalone binary via the installer script.

Tagline: Read, search, and have Claude summarize your Claude Code conversation logs from the CLI.

License

MIT.

ccthread is a Claude Code plugin + standalone CLI that reads session
.jsonl files from ~/.claude/projects/ and turns them into clean markdown.
@qodo-code-review
Copy link
Copy Markdown

Review Summary by Qodo

Add ccthread plugin to Plugins & Extensions

✨ Enhancement

Grey Divider

Walkthroughs

Description
• Adds ccthread plugin to Plugins & Extensions list
• Enables Claude Code conversation log reading and markdown conversion
• Provides CLI tool for searching and summarizing conversation logs
Diagram
flowchart LR
  A["Plugins & Extensions README"] -- "adds ccthread entry" --> B["ccthread plugin listed"]
  B -- "enables" --> C["Read conversation logs"]
  B -- "enables" --> D["Search and summarize logs"]
Loading

Grey Divider

File Changes

1. README.md ✨ Enhancement +1/-0

Add ccthread plugin entry to table

• Adds new table row for ccthread plugin by jakemarsh
• Includes link to GitHub repository and plugin description
• Describes functionality for reading and summarizing Claude Code conversation logs

README.md


Grey Divider

Qodo Logo

@qodo-code-review
Copy link
Copy Markdown

qodo-code-review Bot commented Apr 24, 2026

Code Review by Qodo

🐞 Bugs (1) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider


Remediation recommended

1. README status count stale 🐞 Bug ≡ Correctness
Description
Adding the ccthread entry makes the Plugins & Extensions list contain 5 items, but the Status table
still reports 4 plugins (and still shows an older "Last updated" value), so README metadata becomes
incorrect after this PR.
Code

README.md[33]

+| [ccthread](https://github.com/jakemarsh/ccthread) | jakemarsh | Read, search, and have Claude summarize your Claude Code conversation logs from the CLI |
Evidence
The PR adds a new Plugins & Extensions row (ccthread), bringing the total entries in that table to
5, while the README Status section still reports "Plugins listed | 4" and an older "Last updated"
value; this mismatch is directly visible in the current README contents.

README.md[7-13]
README.md[25-34]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

## Issue description
The README "Status" table is now out of date: it still reports 4 plugins even though the Plugins & Extensions table contains 5 entries after adding ccthread. The "Last updated" field should also be updated to reflect this documentation change.

## Issue Context
This PR adds a new plugin row, which changes repo metadata presented at the top of the README.

## Fix Focus Areas
- README.md[7-13]
- README.md[25-34]ిష

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Grey Divider

Qodo Logo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant