Tags give the ability to mark specific points in history as being important
Release v3.1.8: Show file contents for Write operations - File creation now shows full contents in SillyTavern - Previously only showed file path - Complements v3.1.7 which added contents for Read operations
Release v3.1.7: Show file contents in tool results - File read operations now show actual contents in SillyTavern - Previously only showed file path and line count - Matches the experience in Claude Code terminal
Release v3.1.6: Single source of truth for config - Removed filters.yaml from Docker image - ConfigMap is now the only source of configuration - Fixed missing user_tool_result (stdout/stderr now shows) - Removed rate limiting - Config persists across code updates
Release v3.1.5: Add disabled state indicator - Revert to working state with startPos='end' - Add clear visual indicator when extension is disabled - Prevents silent failures and improves UX
Release v3.1.3: CRITICAL FIX - Show existing messages - Remove startPos='end' that was hiding all existing conversation - Service now shows messages from ongoing conversations - Fixes complete loss of functionality after restarts
Release v3.1.2: Fix CI/CD build - Include package-lock.json for npm ci - Kaniko-based build pipeline - Persistent state management included
Release v3.1.1: Fix CI/CD pipeline - Switch to Kaniko for secure container builds - Works with non-privileged Kubernetes runners - Includes v3.1.0 persistence features
Release v3.1.0: Add persistent state management - Persist runtime settings across pod restarts - Store sessionDir and truncation settings in PVC - Follow 12-factor app principles with env defaults