@sourcegraph/amp 0.0.1777897475-g2324e1 → 0.0.1777910718-gcdf3ba
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 +2 -2
- package/dist/main.js +1134 -1050
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
|
|
10
10
|
Amp has [3 agent modes](https://ampcode.com/models):
|
|
11
11
|
|
|
12
|
-
- `smart`: unconstrained state-of-the-art model use (Claude Opus 4.7, GPT-5.
|
|
12
|
+
- `smart`: unconstrained state-of-the-art model use (Claude Opus 4.7, GPT-5.5, and more)
|
|
13
13
|
- `rush`: fast and efficient, for narrowly defined tasks (Claude Haiku 4.5)
|
|
14
|
-
- `deep`: deep reasoning with GPT-5.
|
|
14
|
+
- `deep`: deep reasoning with GPT-5.5 for extended thinking on complex problems
|
|
15
15
|
|
|
16
16
|
<br/>
|
|
17
17
|
|