v8.1 - Smarter Encryption, Zero AI Option
New Features
🔑 Enhanced Encryption System
share encrypt- View current encryption status and full keyshare encrypt random- Generate random key (displays full key for sharing)share encrypt key <key>- Use a specific Fernet keyshare encrypt on/off- Toggle encryption- Encryption state now persists between sessions
🚫 No-AI Mode for P2P
share start --no-ai- Start terminal sharing without AI processing- Helper sends actual commands (e.g.,
dir, not "list files") - Same workflow: send → approve → execute (just without AI)
🐚 Shell Suffix (No-AI Mode)
- Add shell name at end of command:
share send sudo apt update wsl - Supports all 13 shells: cmd, powershell, ps, pwsh, wsl, git-bash, cygwin, bash, sh, zsh, fish, ksh, tcsh, dash
Bug Fixes
- Fixed
share endcommand not properly ending sessions - Fixed bare
except:clauses (improved error handling) - Fixed potential None access for encryption status
- Fixed PIL import verification for ImageDraw/ImageFont
- Fixed DDGS import fallback handling
- Removed automatic pip install for posthog (now requires manual install)
Documentation
- Added Turkish documentation (README_TR.md, PRIVACY_TR.md)
- Added TR language badge to README
- Updated P2P command reference with new features