summaryrefslogtreecommitdiff
path: root/dev-vcs/llm-git/metadata.xml
blob: 7885e7d93c15ad36f3c5e9d17cfa8e8780aecd62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>vowstar@gmail.com</email>
    <name>Huang Rui</name>
  </maintainer>
  <upstream>
    <bugs-to>https://github.com/can1357/llm-git/issues</bugs-to>
    <changelog>https://github.com/can1357/llm-git/releases</changelog>
  </upstream>
  <longdescription lang="en">
		llm-git is an AI-powered command-line tool that generates git commit
		messages using Claude and other LLMs via OpenAI-compatible APIs. It
		analyzes staged changes and creates conventional commit messages
		automatically. The tool supports multiple AI providers including
		Anthropic Claude, OpenAI, and other OpenAI-compatible endpoints.
		Features include automatic diff analysis, conventional commit format,
		clipboard support, and customizable prompts via Jinja2 templates.
	</longdescription>
  <longdescription lang="zh">
		llm-git 是一款 AI 驱动的命令行工具,通过 Claude 和其他兼容 OpenAI API
		的大语言模型自动生成 git 提交信息。它分析暂存的更改并自动创建符合规范的
		提交信息。该工具支持多种 AI 服务提供商,包括 Anthropic Claude、OpenAI
		以及其他兼容 OpenAI 的端点。功能包括自动差异分析、规范提交格式、剪贴板
		支持以及通过 Jinja2 模板自定义提示词。
	</longdescription>
  <origin>srcux</origin>
</pkgmetadata>