Skip to content

Releases: skillsynchq/txcript

v0.14.4

Choose a tag to compare

@github-actions github-actions released this 13 Sep 23:41

v0.14.3

Choose a tag to compare

@github-actions github-actions released this 12 Sep 01:13

v0.14.2

Choose a tag to compare

@github-actions github-actions released this 11 Sep 09:45

Fixed

  • Unique transcript entry ids across consecutive assistants (#41)
  • Roll back failed mints with deleteAgent (#42)

v0.14.1

Choose a tag to compare

@github-actions github-actions released this 11 Sep 08:16

Fixed

  • Discover all agents and title from profile name (#40)

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 06:38

Added

  • Add Grok Bot transcript harness (#39)

Fixed

  • Map old_string/new_string to camelCase in denormalize_cursor_args (#23)
  • Preserve custom and unknown tool casing across OpenCode and Pi (#31)

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 01:53

Added

  • Add resume alias for continue command (#16)
  • Add interactive context cropping (#21)

Fixed

  • Drop non-standard format annotations from tool schemas (#17)
  • Derive artifact search origin from message role (#26)

v0.12.1

Choose a tag to compare

@NishantJoshi00 NishantJoshi00 released this 04 Sep 00:12
v0.12.1
0b967fd

Changed

  • Search patterns match literally instead of fuzzily.
  • Discovery is cheaper, and the picker's echo stays off the search path.
  • Cursor Desktop discovery and loads scale with the session instead of the
    whole database.

v0.12.0

Choose a tag to compare

@NishantJoshi00 NishantJoshi00 released this 04 Sep 00:12
v0.12.0
931c2d7

Added

  • ChatGPT as a live, pull-only harness: list and continue ChatGPT
    conversations in a local harness.

v0.11.0

Choose a tag to compare

@NishantJoshi00 NishantJoshi00 released this 04 Sep 00:12
v0.11.0
07ba9b0

Added

  • fx (Vercel's coding agent) harness.
  • txcript view draws images inline on kitty-graphics terminals and ships a
    built-in pager with controls over what it shows.
  • Claude Chat sessions load directly by UUID.

Changed

  • view output is tuned for terminals.

Fixed

  • Terminal query helpers are gated to unix.

v0.10.0

Choose a tag to compare

@NishantJoshi00 NishantJoshi00 released this 04 Sep 00:12
v0.10.0
6699e3e

Added

  • Claude Chat as a live, pull-only harness, off by default and reachable only
    through an explicit --from.
  • txcript export for moving sessions between machines.
  • txcript init installs the ctrl+shift+r session picker into your shell.

Changed

  • Launched harnesses receive the real tty.

Fixed

  • The wasm bundle is built from the txcript package.