Sync: Pull latest changes from upstream#5
Closed
clawdbot-silly-waddle wants to merge 7 commits intosokripon:mainfrom
Closed
Sync: Pull latest changes from upstream#5clawdbot-silly-waddle wants to merge 7 commits intosokripon:mainfrom
clawdbot-silly-waddle wants to merge 7 commits intosokripon:mainfrom
Conversation
- Add src/tacomail/cli.py with all 9 commands - Add CLI entry point to pyproject.toml - Implement Rich console output with colors and formatting - Add support for both sync and async clients - Add comprehensive help system - Add --async and --verbose global options Commands implemented: - create: Generate random email address - list-domains: List available Tacomail domains - create-session: Create session for email address - delete-session: Delete session for email address - list: List emails in inbox - get: Get specific email by ID - delete: Delete specific email by ID - clear: Delete all emails from inbox - wait: Wait for new email with filtering All commands include: - Proper type hints - Rich help text and docstrings - Error handling with user-friendly messages - Support for --async and --verbose options
…emails - Add comprehensive CLI commands documentation - Add quick start section for email receiving workflow - Include uvx installation recommendation - Document all 9 commands with usage examples - Add command-specific help availability
- Update git config to use correct GitHub username - Modify cli.py and update uv.lock - Push latest changes to repository
- Fixed all 12 ruff linter errors in src/tacomail/cli.py - Removed unused imports and unnecessary f-string prefixes - Updated README.md with linter fixes documentation - Added combined create-with-session command (from sub-agent) - All linter tests now pass successfully
Contributor
Author
|
Closing to create a more focused PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR syncs the latest changes from the upstream repository, including:
Changes are already tested and working in the local repository.