@sourcegraph/amp 0.0.1776155316-g88c61d → 0.0.1776174316-gc2dbfe
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 +1 -1
- package/dist/main.js +1147 -1159
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ Amp has [3 agent modes](https://ampcode.com/models):
|
|
|
22
22
|
1. Sign into [ampcode.com/install](https://ampcode.com/install) and follow the instructions to install the Amp CLI.
|
|
23
23
|
2. Run `amp` and ask Amp to do something in your codebase.
|
|
24
24
|
|
|
25
|
-
See the [Amp Owner's Manual](https://ampcode.com/manual)
|
|
25
|
+
See the [Amp Owner's Manual](https://ampcode.com/manual) for more information, and see [ampcode.com/news](https://ampcode.com/news) for what we've recently shipped.
|
|
26
26
|
|
|
27
27
|
## Recommended Installation
|
|
28
28
|
|