Skip to content

Releases: jieliapp/plugins

v1.0.2

20 Jun 05:59

Choose a tag to compare

Jieli Plugins v1.0.2

This release updates both Claude Code and Codex plugins to 0.1.24.

Highlights

  • Added a commit_trailer setting in ~/.config/jieli/settings.json.
    • It is optional and defaults to true.
    • Set it to false to disable the automatic Jieli-Thread trailer added by the PreToolUse hook.
{
  "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, and jieli-handoff-info wrapper 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

12 Jun 19:39

Choose a tag to compare