@augmentcode/auggie 0.13.0-prerelease.2 → 0.13.0-prerelease.4
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/README.md +0 -2
- package/augment.mjs +874 -857
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,8 +14,6 @@ npm install -g @augmentcode/auggie
|
|
|
14
14
|
- Node.js 22 or later
|
|
15
15
|
- A compatible shell (zsh, bash, fish)
|
|
16
16
|
|
|
17
|
-
> Note: Auggie is currently in beta and may not run on all environments and terminal configurations.
|
|
18
|
-
|
|
19
17
|
## Quick Start
|
|
20
18
|
|
|
21
19
|
1. Navigate to your project directory:
|