File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 uses : pypa/gh-action-pypi-publish@release/v1
3535 with :
3636 print-hash : true
37+
38+ - name : Create GitHub Release
39+ uses : softprops/action-gh-release@v2
40+ with :
41+ generate_release_notes : true
42+ body : |
43+ ## DevAgent v3.3.0 — High-Integrity Hardening 🛡️
44+
45+ This release transforms DevAgent into a robust, research-grade developer infrastructure.
46+
47+ ### Key Upgrades:
48+ - **Hierarchical Retrieval**: New `get_file_map` tool and windowed `read_file` support for large-file navigation.
49+ - **Synthetic Verifier Layer**: Automated linting integrated into the fix/review loop for better diagnostic grounding.
50+ - **Empirical Validation**: Established a public benchmark layer documented in `docs/benchmarks.md`.
51+ - **Safety First**: Reinforced sandbox isolation and 100% local operation via Ollama.
52+ env :
53+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments