···99import historyModule from './history.js';
1010import tagModule from './tag.js';
11111212+console.log('tagModule.commands:', tagModule.commands?.map(c => c.name));
1313+1214// Source commands (commented out as they need browser extension APIs)
1315// These modules contain command sources that dynamically generate commands
1416import bookmarkletsSource from './bookmarklets.js';
···3133 ...historyModule.commands,
3234 ...tagModule.commands
3335];
3636+3737+console.log('activeCommands:', activeCommands.map(c => c.name));
34383539// Inactive commands - these require browser extension APIs and are not loaded
3640const inactiveCommands = [