Git plugin for Py Code Agent - provides git status and repository information tools
Project description
py-code-agent-git
Git plugin for Py Code Agent - provides git status and repository information tools.
Features
- Git Status: Get current branch, recent commits, and working tree status
- Repository Context: Automatically understand the repository state before making changes
Installation
# Install from PyPI
pip install py-code-agent-git
Configuration
In your config.yaml:
plugins:
enabled:
- git
Tools Provided
| Tool | Description |
|---|---|
git_status |
Get git status, branch, and recent commits of the current repository |
Usage
The plugin automatically provides context about the git repository:
> git_status
Branch: main
Recent commits:
abc1234 Fix authentication issue
abc1235 Add new feature
abc1236 Refactor codebase
Status (clean):
M modified_file.py
?? new_file.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_code_agent_git-0.1.0.tar.gz.
File metadata
- Download URL: py_code_agent_git-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ba2f1e11a88daba8c573276756565ddeacd4f3780ff659be5a72fae456cf5b0
|
|
| MD5 |
c5f107ebbc34356c07cf612bcaa3b4be
|
|
| BLAKE2b-256 |
0547d13e989f56119d72c02028cb506766d5e80cb0a75e2830d3f12ab83d09d4
|
File details
Details for the file py_code_agent_git-0.1.0-py3-none-any.whl.
File metadata
- Download URL: py_code_agent_git-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72ea9b763ad7061bf742e34eeaebf332cb28e712710d5522775fa59a19bf3a37
|
|
| MD5 |
5295513bc209e42ab007ef97d5fe7dff
|
|
| BLAKE2b-256 |
a85800f9bfffc97d7aba70c0f1429fa70a57e8b74d9e4d0c2962959938cd3de2
|