Skip to content

Commit 43d804b

Browse files
kochj23claude
andcommitted
docs(readme): Expand acronyms on first use
Spells out the full name for acronyms and abbreviations the first time they appear in the README, improving readability for all audiences. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c238501 commit 43d804b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![Platform](https://img.shields.io/badge/platform-macOS%2014%2B-blue)
55
![License](https://img.shields.io/badge/license-MIT-green)
66

7-
**Local AI coding assistant for macOS, powered by Apple MLX.**
7+
**Local AI coding assistant for macOS, powered by Apple MLX (Machine Learning eXtensions).**
88

99
MLX Code runs language models directly on your Mac using Apple Silicon. No cloud, no API keys, no subscriptions. Your code stays on your machine.
1010

@@ -24,7 +24,7 @@ MLX Code is a chat-based coding assistant with tool calling. You describe what y
2424
| **Glob** | Find files by pattern |
2525
| **Xcode** | Build, test, clean, archive, full deploy pipeline |
2626
| **Git** | Status, diff, commit, branch, log, push, pull |
27-
| **GitHub** | Issues, PRs, branches, credential scanning |
27+
| **GitHub** | Issues, PRs (Pull Requests), branches, credential scanning |
2828
| **Code Navigation** | Jump to definitions, find symbols |
2929
| **Code Analysis** | Metrics, dependencies, lint, symbols, full analysis |
3030
| **Error Diagnosis** | Analyze and explain build errors |
@@ -52,7 +52,7 @@ Read-only tools (grep, glob, file read, code navigation) auto-approve. Write/exe
5252

5353
### Xcode Integration
5454
- Build, test, clean, archive from chat
55-
- Full deploy pipeline: version bump, build, archive, DMG, install
55+
- Full deploy pipeline: version bump, build, archive, DMG (Disk Image), install
5656
- Error diagnosis with context-aware analysis
5757
- GitHub integration: issues, PRs, branches, credential scanning
5858
- Code analysis: metrics, dependencies, linting, symbol inspection
@@ -92,7 +92,7 @@ Models download automatically on first use. You can also add custom models from
9292

9393
- **macOS 14.0** (Sonoma) or later
9494
- **Apple Silicon** (M1, M2, M3, M4)
95-
- **8 GB RAM** minimum (16 GB recommended for 7B models)
95+
- **8 GB RAM (Random Access Memory)** minimum (16 GB recommended for 7B models)
9696
- **Python 3.9+** with `mlx-lm` installed
9797

9898
---

0 commit comments

Comments
 (0)