@mrtrinhvn/ag-kit 1.6.0 → 1.6.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mrtrinhvn/ag-kit",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Antigravity Kit Base Framework - Generic Agentic AI Programming Core",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -66,6 +66,6 @@ The system relies on a semantic GraphRAG database to store previous experiences
66
66
  - Follow the patterns defined in `.agent/skills/clean-code`.
67
67
 
68
68
  ## 🎨 DESIGN & REPORTING (TELEGRAM & HUD)
69
- - **Diff Display**: Do NOT use standard `diffview` or +/- symbols.
70
- - **Visuals**: Use line counts (e.g., "Added 12 lines, Removed 5 lines") and line-by-line comparison like GitHub.
71
- - **Coloring**: Use Green/Red color formatting for additions/deletions instead of prefixes.
69
+ - **Native Diff Display**: Antigravity uses a built-in green/red highlighting system instead of standard `diffview` or +/- symbols.
70
+ - **Visuals**: In chat reports, use line counts (e.g., "Added 12 lines, Removed 5 lines") and line-by-line comparisons to complement the IDE's native visual style.
71
+ - **Coloring**: Utilize Green/Red text formatting where available to match the IDE's native appearance.