-
Notifications
You must be signed in to change notification settings - Fork 0
feat: integrate amp and ampcode configurations #390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
d2032e7
4951f6a
b064884
54e45f9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,40 +1,40 @@ | ||||||
| { | ||||||
| "custom_models": [ | ||||||
| { | ||||||
| "model": "gemini-3-pro-preview", | ||||||
| "model": "claude-opus-4-5-20251101", | ||||||
| "base_url": "http://127.0.0.1:8317/v1", | ||||||
| "api_key": "sk-dummy", | ||||||
| "provider": "openai" | ||||||
| "provider": "anthropic" | ||||||
| }, | ||||||
| { | ||||||
| "model": "gpt-5.1", | ||||||
| "model": "claude-haiku-4-5-20251001", | ||||||
| "base_url": "http://127.0.0.1:8317/v1", | ||||||
| "api_key": "sk-dummy", | ||||||
| "provider": "openai" | ||||||
| "provider": "anthropic" | ||||||
| }, | ||||||
| { | ||||||
| "model": "gpt-5.1-codex", | ||||||
| "model": "gemini-3-pro-preview", | ||||||
| "base_url": "http://127.0.0.1:8317/v1", | ||||||
| "api_key": "sk-dummy", | ||||||
| "provider": "openai" | ||||||
| "provider": "antigravity" | ||||||
|
||||||
| "provider": "antigravity" | |
| "provider": "gemini" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,6 +16,7 @@ | |
| "@github/copilot": "^0.0.366", | ||
| "@google/jules": "^0.1.40", | ||
| "@nanocollective/nanocoder": "^1.16.3", | ||
| "@sourcegraph/amp": "^0.0.1764893126-gb1ffc3", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The |
||
| "@typescript/native-preview": "^7.0.0-dev.20251127.1", | ||
| "cline": "^1.0.5", | ||
| "open-composer": "^0.8.23", | ||
|
|
@@ -27,6 +28,7 @@ | |
| "@github/copilot", | ||
| "@google/jules", | ||
| "@nanocollective/nanocoder", | ||
| "@sourcegraph/amp", | ||
| "@typescript/native-preview", | ||
| "cline", | ||
| "open-composer", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The provider for the
gemini-3-pro-previewmodel is set toantigravity. This is an unconventional provider name and might be a placeholder. Using a placeholder or incorrect provider name can lead to runtime errors when this model is invoked. This should be updated to the correct provider identifier ifantigravityis not the intended final value.