Skip to content

Commit dbe0a01

Browse files
docs(docs): update README
Statistics: 1 files changed, 4 insertions, 4 deletions Summary: - Dirs: .=1 - Exts: .md=1 - A/M/D: 0/1/0 Modified files: - README.md (+4/-4) Changes (notes): - README.md (+4/-4): update documentation Implementation notes (heuristics): - Type inferred from file paths + diff keywords + add/delete ratio - Scope prefers 'goal' when goal/* is touched; otherwise based on top-level dirs - For <=6 files: generate short per-file notes from added lines (defs/classes/click options/headings) - A/M/D derived from git name-status; per-file +X/-X from git numstat
1 parent 24aa521 commit dbe0a01

5 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
386386
- **Tree-sitter for all** — syntax validation for 165+ languages
387387
- **Example 07** — comprehensive multi-language demo with 8 languages
388388

389+
## [0.1.82] - 2026-04-20
390+
391+
### Docs
392+
- Update README.md
393+
389394
## [0.1.81] - 2026-04-20
390395

391396
### Docs

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626

2727
## AI Cost Tracking
2828

29-
![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.81-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
30-
![AI Cost](https://img.shields.io/badge/AI%20Cost-$7.50-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-38.4h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
29+
![PyPI](https://img.shields.io/badge/pypi-costs-blue) ![Version](https://img.shields.io/badge/version-0.1.82-blue) ![Python](https://img.shields.io/badge/python-3.9+-blue) ![License](https://img.shields.io/badge/license-Apache--2.0-green)
30+
![AI Cost](https://img.shields.io/badge/AI%20Cost-$7.50-orange) ![Human Time](https://img.shields.io/badge/Human%20Time-39.1h-blue) ![Model](https://img.shields.io/badge/Model-openrouter%2Fqwen%2Fqwen3--coder--next-lightgrey)
3131

32-
- 🤖 **LLM usage:** $7.5000 (121 commits)
33-
- 👤 **Human dev:** ~$3836 (38.4h @ $100/h, 30min dedup)
32+
- 🤖 **LLM usage:** $7.5000 (123 commits)
33+
- 👤 **Human dev:** ~$3909 (39.1h @ $100/h, 30min dedup)
3434

3535
Generated on 2026-04-20 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next)
3636

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.81
1+
0.1.82

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "vallm"
7-
version = "0.1.81"
7+
version = "0.1.82"
88
description = "A complete toolkit for validating LLM-generated code"
99
readme = "README.md"
1010
license = "Apache-2.0"

src/vallm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"detect_language",
1717
]
1818

19-
__version__ = "0.1.81"
19+
__version__ = "0.1.82"

0 commit comments

Comments
 (0)