@joshski/dust 0.1.87 → 0.1.89

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/dist/session.d.ts CHANGED
@@ -1,7 +1,9 @@
1
1
  export declare const DUST_UNATTENDED = "DUST_UNATTENDED";
2
2
  export declare const DUST_SKIP_AGENT = "DUST_SKIP_AGENT";
3
3
  export declare const DUST_REPOSITORY_ID = "DUST_REPOSITORY_ID";
4
+ export declare const DUST_PROXY_PORT = "DUST_PROXY_PORT";
4
5
  export declare function isUnattended(env?: Record<string, string | undefined>): boolean;
5
6
  export declare function buildUnattendedEnv(options?: {
6
7
  repositoryId?: string;
8
+ proxyPort?: number;
7
9
  }): Record<string, string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joshski/dust",
3
- "version": "0.1.87",
3
+ "version": "0.1.89",
4
4
  "description": "Flow state for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {