Skip to content

Conversation

@BaqiF2
Copy link

@BaqiF2 BaqiF2 commented Jan 5, 2026

Summary

Added uv installation and usage instructions to both README.md and README_zh.md files. Also added uv dependencies to pyproject.toml and uv.lock for better package management.

Changes

  • Added 'With uv (recommended)' section to Quick Start in both README files
  • Provided uv installation command: curl -LsSf https://astral.sh/uv/install.sh | sh
  • Added uv add commands for dependency management
  • Added uv run python commands for running examples
  • Updated both English and Chinese versions
  • Added required dependencies (anthropic, python-dotenv) to pyproject.toml
  • Generated uv.lock for faster dependency resolution
  • Maintains backward compatibility with pip

Why uv?

uv is a faster, more reliable alternative to pip for Python package management:

  • Faster dependency resolution
  • Better virtual environment management
  • Improved performance for CI/CD

BaqiF2 added 3 commits January 5, 2026 16:04
- Added uv installation and usage instructions to Quick Start section
- Provided both pip and uv options for dependency management
- Updated both English and Chinese versions
- Fix line count calculation in run_read function
- Improve error handling in run_todo to show current state even on error
- Add real-time check mechanism to inject reminders when threshold exceeded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant