Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/sdk-typescript/scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ const rootDir = join(__dirname, '..');
// (install/update/enable/disable/uninstall/refresh/check update endpoints).
// Bumped from 122KB to 124KB for daemon fork-session APIs/events.
// Bumped from 124KB to 125KB for rewind/branch transcript/session APIs.
// Bumped from 125KB to 127KB for prompt clientId self-heal.
// Bumped from 125KB to 126KB for the workspace permissions rules API
// (workspacePermissions + set/add/remove rule methods + types, ~718 bytes).
// Bumped from 126KB to 127KB for prompt clientId self-heal.
const MAX_DAEMON_BROWSER_BUNDLE_BYTES = 127 * 1024;

rmSync(join(rootDir, 'dist'), { recursive: true, force: true });
Expand Down
Loading