Bump pegaflow-llm package version. Use when the user asks to bump version, release a new version, increment version, or update package version.
Bump the pegaflow-llm Python package version by directly editing python/pyproject.toml.
Important: Create a branch first since pre-commit hooks forbid commits to master.
grep -E "^version" python/pyproject.toml
git checkout -b release/v<new_version>
python/pyproject.toml:Update both version fields:
version = "<new_version>" (under [project])version = "<new_version>" (under [tool.commitizen])Example: 0.0.10 → 0.0.11
git add python/pyproject.toml
git commit -m "chore: bump version to <new_version>"
git push -u origin release/v<version>
gh pr create --title "chore: bump version to <version>" --body "Release v<version>"
User will manually create the GitHub release via the web UI or CLI.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer