Skip to content

Upgrade tauri-helper, fix TS command ordering#3688

Merged
louis030195 merged 1 commit into
screenpipe:mainfrom
divanshu-go:fix/tauri-helper-ordering
May 29, 2026
Merged

Upgrade tauri-helper, fix TS command ordering#3688
louis030195 merged 1 commit into
screenpipe:mainfrom
divanshu-go:fix/tauri-helper-ordering

Conversation

@divanshu-go
Copy link
Copy Markdown
Contributor

fixes TypeScript bindings so commands sort alphabetically by function name instead of by source file path (previously readAudioExclusions floated to the top because audio_exclusions.rs < calendar.rs alphabetically).

…ing.

- Point tauri-helper to rev 17f463d (removes #[auto_collect_command] and
  collect_all option; every #[tauri::command] is now auto-collected)
- Simplify build.rs: TauriHelperOptions::default() replaces the struct
  literal with collect_all: true
- Regenerate lib/utils/tauri.ts: commands are now sorted alphabetically
  by function name (readAppBundleMetadata / readAudioExclusions /
  writeAudioExclusions no longer float to the top ahead of calendarXxx)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@divanshu-go divanshu-go force-pushed the fix/tauri-helper-ordering branch from facfdc7 to 00f7b75 Compare May 29, 2026 16:28
@louis030195 louis030195 merged commit 50e96c0 into screenpipe:main May 29, 2026
9 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants