Wox/wox.core
qianlifeng d6a2af6f94
feat(system): add ID field to SysCommand and update command handling
* Introduced an `ID` field to the `SysCommand` struct for better command identification.
* Updated command initialization in `Init` method to include unique IDs for each command.
* Modified context data handling to use `CommandID` instead of `CommandTitle` for command lookup.
* Enhanced error messages to reflect the use of command IDs.
2025-07-31 00:33:15 +08:00
..
ai feat(ai): add timeout protection for MCP tool listing 2025-06-03 21:14:28 +08:00
common feat(chat): enhance AI chat resource management and UI updates 2025-05-23 16:20:30 +08:00
database feat(mru): Implement Most Recently Used (MRU) functionality across plugins 2025-07-30 19:54:31 +08:00
i18n feat: add support for brazillian portuguese with localization files 2025-02-16 17:28:31 +08:00
migration feat(mru): Implement Most Recently Used (MRU) functionality across plugins 2025-07-30 19:54:31 +08:00
plugin feat(system): add ID field to SysCommand and update command handling 2025-07-31 00:33:15 +08:00
resource feat(quick-select): implement quick select functionality for item selection 2025-07-30 23:47:44 +08:00
setting feat(system): add ID field to SysCommand and update command handling 2025-07-31 00:33:15 +08:00
test fix(test): fix errors in setting cases 2025-07-27 22:48:32 +08:00
ui feat(system): add ID field to SysCommand and update command handling 2025-07-31 00:33:15 +08:00
updater refactor(setting): unify setting store architecture and introduce type-safe value wrappers 2025-07-17 21:06:31 +08:00
util feat(ui): rename ui application to `wox-ui` across platforms 2025-07-27 21:57:49 +08:00
Makefile Fix compile error on macos 2024-12-20 13:28:29 +08:00
go.mod feat(setting): Refactor settings to use a database-backed store 2025-07-15 21:47:52 +08:00
go.sum feat(setting): Refactor settings to use a database-backed store 2025-07-15 21:47:52 +08:00
main.go feat(mru): Implement Most Recently Used (MRU) functionality across plugins 2025-07-30 19:54:31 +08:00
rsrc_windows.syso Replace justfile with makefile and unify project naming 2024-12-19 23:12:38 +08:00