Releases: jieliapp/plugins
Releases · jieliapp/plugins
v1.0.2
Jieli Plugins v1.0.2
This release updates both Claude Code and Codex plugins to 0.1.24.
Highlights
- Added a
commit_trailersetting in~/.config/jieli/settings.json.- It is optional and defaults to
true. - Set it to
falseto disable the automaticJieli-Threadtrailer added by thePreToolUsehook.
- It is optional and defaults to
{
"api_key": "your-jieli-api-key",
"base_url": "https://jieli.app",
"commit_trailer": false
}Other Changes
- Switched plugin skills to use the internal Node helper directly instead of public wrapper commands.
- Removed obsolete
jieli-read-thread,jieli-find-threads, andjieli-handoff-infowrapper commands. - Improved Codex transcript filtering for internal context and memory citation blocks.
- Added provider summary stats for synced threads.
- Improved delayed Claude Code transcript sync handling.
- Migrated plugin runtimes from Python scripts to Node entrypoints.
- Hardened redaction, image handling, repo metadata, Windows shell behavior, and helper command tests.
- Updated README configuration docs and redaction coverage notes.
Verification
- Codex runtime tests pass.
- Claude Code runtime tests pass.
v1.0.1
Full Changelog: https://github.com/jieliapp/plugins/commits/v1.0.1