Skip to content

v1.7.1

Choose a tag to compare

@twidi twidi released this 05 Jun 23:36
· 221 commits to main since this release
ade9880

Added

  • A session can now show the time of each message and a divider when the day changes — enable it under Settings → Sessions → Message timestamps.
  • New batch CLI commands (+matching skills and API): update-sessions and send-messages to work on many sessions at once.
  • The session create/update CLI commands (+matching skills and API) now accept generic keywords (max, min, open, strict, …) in addition of each provider's exact settings, so a single call can configure or update a mix of Claude Code and Codex sessions at once.

Changed

  • The Orchestration tab now shows each node's project, turn count and context usage, and auto-refreshes while any session in the tree is live.
  • When using CLI/skills with --remote, file paths for a prompt or an attachment are resolved on your local machine by default; prefix the path with remote: to read it on the server instead.
  • Bump claude-agent-sdk from 0.2.90 to 0.2.91 (bundled Claude Code CLI: 2.1.163 → 2.1.165)

Fixed

  • Codex approval banners now show the actual command when a patch is applied through the shell, instead of an empty "wants to modify 0 files".
  • Codex sessions no longer silently lose TwiCC's skills after a restart or a version change.