docs: refresh the README for the first release#31
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the README.md to reflect the availability of prebuilt releases and documents several new features, including light and dark themes, CSV/JSON export, keyboard shortcuts, and a force-directed ER schema diagram. Feedback is provided to correct a minor grammatical subject-verb agreement issue in the themes description.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| ### Design | ||
|
|
||
| - **Dark mode** by default. | ||
| - **Light and dark themes** — follows your OS preference by default, with a toggle that is remembered per browser. |
There was a problem hiding this comment.
The subject Light and dark themes is plural, so the verb should be follow instead of follows.
| - **Light and dark themes** — follows your OS preference by default, with a toggle that is remembered per browser. | |
| - **Light and dark themes** — follow your OS preference by default, with a toggle that is remembered per browser. |
There was a problem hiding this comment.
Fixed in 2ab17c7 — plural subject, so "follow".
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #31 +/- ##
=======================================
Coverage 87.80% 87.80%
=======================================
Files 38 38
Lines 2582 2582
=======================================
Hits 2267 2267
Misses 209 209
Partials 106 106 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
/gemini review |
There was a problem hiding this comment.
Code Review
This pull request updates the README.md to document several new features of the adms tool, including light and dark themes, CSV/JSON export, keyboard shortcuts, and a force-directed ER diagram. It also updates the installation instructions to point to prebuilt releases and removes outdated references to development phases. The feedback suggests improving the alt text of the newly added UI screenshot to enhance accessibility.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| Point `adms` at a database and you get two ways in: an HTTP API the frontend can call directly, and an optional | ||
| browser-based admin UI hosted from the same binary. No service layer, no codegen, no schema duplicated in two places. | ||
|
|
||
|  |
No description provided.