@sourcegraph/amp 0.0.1777066030-gc7ea5c → 0.0.1777072801-g023a81

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/dist/main.js +1969 -1830
  3. package/package.json +3 -2
package/README.md CHANGED
@@ -2,14 +2,14 @@
2
2
 
3
3
  [Amp](https://ampcode.com) is the frontier coding agent for your terminal and editor.
4
4
 
5
- - **Multi-Model:** Claude Opus 4.6, GPT-5.4, fast models—Amp uses them all, for what each model is best at.
5
+ - **Multi-Model:** Claude Opus 4.7, GPT-5.4, fast models—Amp uses them all, for what each model is best at.
6
6
  - **Opinionated:** You're always using the good parts of Amp. If we don't use and love a feature, we kill it.
7
7
  - **On the Frontier:** Amp goes where the models take it. No backcompat, no legacy features.
8
8
  - **Threads:** You can save and share your interactions with Amp. You wouldn't code without version control, would you?
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.6, GPT-5.4, and more)
12
+ - `smart`: unconstrained state-of-the-art model use (Claude Opus 4.7, GPT-5.4, and more)
13
13
  - `rush`: fast and efficient, for narrowly defined tasks (Claude Haiku 4.5)
14
14
  - `deep`: deep reasoning with GPT-5.4 for extended thinking on complex problems
15
15