@sourcegraph/amp-sdk 0.1.0-20260107042420-g351dda8 → 0.1.0-20260107081313-g52d058b

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 CHANGED
@@ -208,7 +208,7 @@ Available modes:
208
208
 
209
209
  - **smart** (default): Balanced mode with full capabilities
210
210
  - **rush**: Faster responses with streamlined tool usage
211
- - **large**: Extended context for complex tasks
211
+ - **large**: 1M-token long-context workhorse
212
212
 
213
213
  ### Tool Permissions
214
214
 
package/dist/index.js CHANGED
@@ -4158,7 +4158,7 @@ function buildEnvironmentVariables(options) {
4158
4158
  if (options.env) {
4159
4159
  Object.assign(env, options.env);
4160
4160
  }
4161
- env.AMP_SDK_VERSION = "0.1.0-20260107042420-g351dda8";
4161
+ env.AMP_SDK_VERSION = "0.1.0-20260107081313-g52d058b";
4162
4162
  return env;
4163
4163
  }
4164
4164
  function spawnAmpCli(args, options) {
@@ -4362,4 +4362,4 @@ export {
4362
4362
  AmpOptionsSchema
4363
4363
  };
4364
4364
 
4365
- //# debugId=D78A6359299310AA64756E2164756E21
4365
+ //# debugId=470E12710EEEA13264756E2164756E21
package/package.json CHANGED
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "type": "module",
46
46
  "types": "dist/index.d.ts",
47
- "version": "0.1.0-20260107042420-g351dda8",
47
+ "version": "0.1.0-20260107081313-g52d058b",
48
48
  "scripts": {
49
49
  "build": "bun run scripts/build.ts",
50
50
  "dev": "pnpm exec tsc -b --watch",