-
Notifications
You must be signed in to change notification settings - Fork 628
permission dialog #249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
permission dialog #249
Conversation
…nd WebSocket integration
…ndant console approval initialization
…d queue indicators
…ocket message handling and analytics logging
…ttons and improved logging
… message management
… message management
…e dialog closure handling
…s and interrupt option
…t instructions for backend and frontend
…tation plan display
…tation plan display
…shes and sessions
…shes and sessions
…rmission management
- Fix session cache isolation: properly scope cached permissions per sessionId - Add TTL and LRU eviction to prevent unbounded cache growth - Fix cache key collision by using null character separator - Add session verification for permission responses - Add bounds checking for message queues - Validate JSON data when deserializing from sessionStorage - Remove unused exports (isRequestExpired, getRequestTTL) - Add cleanup for stale sessions and request tracking 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Fix PERMISSION_TIMEOUT_MS from 30000000ms to 30000ms (30 seconds) - Remove unused logPermissionDecision function and analytics tracking - Remove unused getPermissionStats and clearPermissionHistory exports - Simplifies permission hook by removing dead code 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…presisten-permissions # Conflicts: # server/routes/git.js # src/components/ChatInterface.jsx
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
No description provided.