Skip to content

TideCode v1.2.27

Choose a tag to compare

@github-actions github-actions released this 28 Aug 04:25
· 18 commits to main since this release
ab577c5

1.2.27 - More stable AI context caching

TideCode 1.2.27 keeps AI prompt caching more stable when terminal shell or Python virtual environment state changes, reducing unnecessary cache invalidation while preserving current workspace authority and mode safety.

  • Moves active terminal shell and detected Python virtual environment details from the system prompt into persisted runtime context transitions.
  • Appends shell and virtual-environment updates only when state changes, including an explicit transition when a previously detected Python environment disappears.
  • Preserves the authoritative workspace root, Code Mode tool contract, Plan and Agent cache alignment, and host-side permission boundaries.
  • Requires no manual migration or configuration changes.