@ztimson/ai-agents 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,9 +37,12 @@ AI-powered Gitea agents for automating reviews and administration
37
37
 
38
38
  ## About
39
39
 
40
- Only supports Gitea
40
+ AI-powered Gitea agents for automating administration of code repos:
41
+ - Code Review
42
+ - Release Notes
43
+ - Ticket Refinement
41
44
 
42
- Use LLM models from Anthropic, OpenAI, or Ollama to automate ticket refinement, code reviews, and releases.
45
+ Only supports Gitea, copy the relevant `.github/workflows/______.yml` action to start using it
43
46
 
44
47
  ### Built With
45
48
  [![Docker](https://img.shields.io/badge/Docker-384d54?style=for-the-badge&logo=docker)](https://docker.com/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ztimson/ai-agents",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "AI agents",
5
5
  "keywords": ["ai", "review"],
6
6
  "author": "ztimson",