The Auggie CLI prompt enhancer is a powerful feature that helps you craft better prompts by automatically adding relevant context, structure, and conventions from your codebase. Instead of writing detailed prompts from scratch, you can start with a simple idea and let the prompt enhancer transform it into a comprehensive, well-structured prompt.
Fix the authentication bug in the login flow. Please:1. Review the current login implementation in `src/auth/login.ts`2. Check for issues with token validation and session management3. Examine error handling in the authentication middleware4. Look at recent changes to the user authentication flow5. Test the fix with both valid and invalid credentials6. Ensure the fix follows our existing error handling patternsContext: This appears to be related to the recent changes in the authentication system. Please maintain consistency with our existing auth patterns and ensure proper error messages are returned to the user.