@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 +1 -1
- package/template/GEMINI.md +3 -3
package/package.json
CHANGED
package/template/GEMINI.md
CHANGED
|
@@ -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**:
|
|
70
|
-
- **Visuals**:
|
|
71
|
-
- **Coloring**:
|
|
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.
|