BiggerRain
e3a3849fa4
chore: search-chat components add formatUrl & think data & icons url ( #765 )
...
* chore: web components add formatUrl & think data
* chore: add headers
* chore: add
* chhore: add server url
* docs: update notes
* chore: url
* docs: search chat docs
2025-07-17 09:22:23 +08:00
ayangweb
aaf4bf2737
refactor: update the font icon link ( #763 )
2025-07-15 09:10:26 +08:00
ayangweb
e8bd970cdb
refactor: updated the upload endpoint for attachments ( #759 )
2025-07-10 18:20:32 +08:00
ayangweb
dd3be3a819
refactor: refactored file icon retrieval logic ( #757 )
...
* refactor: refactored file icon retrieval logic
* update
* update
* update
2025-07-10 18:10:39 +08:00
ayangweb
b17949fe29
refactor: enabling the upload file component ( #755 )
...
* refactor: enabling the upload file component
* update
2025-07-10 17:26:44 +08:00
ayangweb
1d3ceb0c70
refactor: remove speech-to-text shortcuts ( #754 )
2025-07-10 13:58:37 +08:00
BiggerRain
4d11afe18e
chore: assistant params & styles ( #753 )
...
* chore: add
* chore: add
* chore: assistant params & styles
* docs: update notes
2025-07-10 11:47:10 +08:00
SteveLauC
0c0291c8c0
chore: rename QuickLink/quick_link to Quicklink/quicklink ( #752 )
...
* chore: rename QuickLink/quick_link to Quicklink/quicklink
Standardize varaible naming to match the correct term: "Quicklink" and "quicklink".
This updates all incorrect variants such as "QuickLink" and "quick_link".
* chore: release notes
2025-07-10 10:18:57 +08:00
ayangweb
cca672b2cb
feat: text to speech now powered by LLM ( #750 )
...
* feat: support text to speech
* chore: receive bytes stream
* chore: update testing code
* feat: mp3 paly
* update
* docs: update changelog
* update
* update
* update
---------
Co-authored-by: medcl <m@medcl.net >
Co-authored-by: rain9 <15911122312@163.com >
2025-07-10 10:16:51 +08:00
BiggerRain
5b27488402
refactor: adjusted assistant, datasource, mcp_server interface parameters ( #746 )
...
* chore: handle mcp interface parameters
* docs: update notes
* chore: remove code
* chore: assistant params
* fix: assistant params
* docs: update notes
2025-07-10 09:48:42 +08:00
ayangweb
074a7c8b0a
fix: prevent window from hiding when moved on Windows ( #748 )
...
* fix: prevent window from hiding when moved on Windows
* docs: update changelog
* update
2025-07-09 16:30:41 +08:00
SteveLauC
bc524e19db
refactor: adjust extension code hierarchy ( #747 )
...
* refactor: adjust extension code hierarchy
In this commit, I refactored the extension code structure.
* We can only install third-party extensions so the `store.rs` file should
belong to the `third_party` directory.
* Move tauri command `uninstall_extension()` to `extension/mod.rs` from
`third_party.rs` since one can uninstall an extension regardless of
how you installed it.
* Refactor the `install_extension_from_store()` function, add more
descriptive code comments.
Also, a trivial change, bump Rust toolchain and edition to use the
[let-chains](https://blog.rust-lang.org/2025/06/26/Rust-1.88.0/#let-chains ) syntax.
* chore: release notes
2025-07-09 16:28:59 +08:00
BiggerRain
6ff6b46139
refactor: create chat & send chat api ( #739 )
...
* chore: code format
* fix: build error
* refactor: chat create & chat
* chore: aa
* chore: aa
* refactor: send chat messages
* chore: chat
* chore: web
* chore: add
* docs: update notes
2025-07-07 19:41:29 +08:00
SteveLauC
6865957725
chore: icon support for more file types ( #740 )
...
This PR adds icon support for more types of files, see the code for the full file type list.
Co-authored-by: ayang <473033518@qq.com >
2025-07-02 16:27:44 +08:00
ayangweb
a4f4a24730
feat: voice input support in both search and chat modes ( #732 )
...
* feat: voice input support in both search and chat modes
* docs: update changelog
* update
* update
* update
* update
2025-07-02 09:35:16 +08:00
BiggerRain
87bd3d020f
fix: build error ( #736 )
2025-07-02 07:03:09 +08:00
SteveLauC
825ac5d565
feat: file search using spotlight ( #705 )
...
Co-authored-by: ayang <473033518@qq.com >
2025-07-01 19:19:16 +08:00
BiggerRain
f21a35e15d
fix: update information storage cache and styles ( #735 )
2025-07-01 15:46:37 +08:00
BiggerRain
6e90b28204
style: extension iocn styles ( #734 )
2025-07-01 13:44:44 +08:00
BiggerRain
37c5f2de24
fix: tray not on display ( #726 )
2025-06-30 10:53:40 +08:00
BiggerRain
1fb464df09
fix: open extension store display ( #724 )
2025-06-29 17:38:14 +08:00
BiggerRain
79dcc7b4ec
fix: text display error ( #722 )
...
* fix: text display error
* fix: text display error
* fix: select extension display install
* fix: select extension display install
2025-06-29 16:47:02 +08:00
BiggerRain
3d29cfe235
chore: rebuild index position ( #721 )
2025-06-29 15:53:43 +08:00
BiggerRain
aea3a7ba98
chore: rebuild index ( #720 )
...
* chore: rebuild index
* chore: rebuild index
2025-06-29 15:39:01 +08:00
BiggerRain
190dfc6ecd
chore: adjust styles and add button reindex ( #719 )
...
* chore: adjust styles and add button reindex
* docs: update notes
* style: remove margin bottom
2025-06-29 13:32:07 +08:00
ayangweb
c4d178dc2d
feat: support back navigation via delete key ( #717 )
...
* feat: support back navigation via delete key
* docs: update changelog
2025-06-27 19:17:27 +08:00
ayangweb
6333c697d5
refactor: support large preview for extensions ( #716 )
2025-06-27 17:30:49 +08:00
ayangweb
810541494f
refactor: update extension detail page ui ( #715 )
2025-06-27 15:07:34 +08:00
ayangweb
e45dc2acbe
fix: context menu search not working ( #713 )
2025-06-27 14:18:54 +08:00
ayangweb
2d1ccb9744
refactor: improve layout of the extension list ( #714 )
2025-06-27 14:18:32 +08:00
ayangweb
f51dd81014
refactor: optimized some issues with extensions ( #711 )
2025-06-27 10:22:51 +08:00
ayangweb
a4483ba277
fix: some input fields couldn’t accept spaces ( #709 )
...
* fix: some input fields couldn’t accept spaces
* docs: update changelog
* update
2025-06-27 10:16:02 +08:00
ayangweb
bf46979b80
refactor: remove special character filtering and clean up related code ( #708 )
2025-06-27 10:08:33 +08:00
ayangweb
070f171ad4
refactor: update context menu color for the delete action ( #707 )
2025-06-27 09:43:35 +08:00
ayangweb
3180704a0d
refactor: show all extensions by default in the extension store ( #706 )
2025-06-27 09:36:20 +08:00
SteveLauC
b3f68697ce
feat: impl extension store ( #699 )
...
Implements extension store so that users can install extensions from a GUI interface
---------
Co-authored-by: ayang <473033518@qq.com >
2025-06-26 18:40:33 +08:00
BiggerRain
69d2b4b834
chore: add message for latest version check ( #703 )
...
* chore: add message for latest version check
* docs: update notes
2025-06-25 10:38:38 +08:00
BiggerRain
6837286061
feat: add manual check for updates ( #701 )
...
* feat: add check for update
* feat: add Check for Updates
* docs: update notes
* build: build bundle test
* docs: update notes
* chore: recovering files
2025-06-19 20:58:54 +08:00
ayangweb
a431ead22a
feat: support Tab and Enter for delete dialog buttons ( #700 )
...
* feat: support `Tab` and `Enter` for delete dialog buttons
* docs: update changelog
* refactor: update
2025-06-19 08:59:01 +08:00
ayangweb
7ec41dfe80
refactor: request data when service is available ( #698 )
2025-06-18 15:47:49 +08:00
ayangweb
06053e9fd9
refactor: getting service info only when a profile is available ( #697 )
...
* refactor: getting service info only when a profile is available
* refactor: update
2025-06-18 14:47:21 +08:00
ayangweb
45083f829b
refactor: optimized the style of the drop-down selection box ( #695 )
...
* refactor: optimized the style of the drop-down selection box
* refactor: update
2025-06-17 18:15:40 +08:00
SteveLauC
e4f6fb8e98
fix: toggle extension should register/unregister hotkey ( #691 )
2025-06-17 16:56:06 +08:00
BiggerRain
ee182b22da
chore: keeping windows and documents safe ( #694 )
2025-06-17 15:39:18 +08:00
BiggerRain
a37e22c227
fix: quick ai state synchronous ( #693 )
...
* fix: quick ai state synchronous
* docs: update notes
2025-06-17 15:38:39 +08:00
BiggerRain
d75ab1018d
chore: improve server list selection with enter key ( #692 )
...
* chore: server list enter selected
* docs: update notes
* chore: remove log
2025-06-17 09:36:04 +08:00
Medcl
40ad066e69
refactor: refactoring search api ( #679 )
...
* refactor: refactoring search api
* chore: interface type
* chore: interface type
* refactor: assistant search
* refactor: arrays into multiple fields
* refactor: update
* feat: search to add fuzziness to 5
* refactor: update
* chore: update release notes
---------
Co-authored-by: rain9 <15911122312@163.com >
Co-authored-by: ayang <473033518@qq.com >
Co-authored-by: ayangweb <75017711+ayangweb@users.noreply.github.com >
2025-06-17 09:31:43 +08:00
BiggerRain
a2a5a9f8fe
chore: continue to chat page display ( #690 )
...
* chore: Continue to chat page display
* docs: update notes
2025-06-16 18:02:47 +08:00
SteveLauC
5fd9339e56
refactor: use author/ext_id as extension unique identifier ( #643 )
...
* refactor: use author/ext_id as extension unique identifier
* refactor: refactoring extended component interfaces and logic
* refactor: update
* style: remove console
* refactor: update
* drop pizza engine
* refactor: restore hotkey upon start no matter if the ext is enabled or not
* chore: release note
---------
Co-authored-by: ayang <473033518@qq.com >
2025-06-16 10:52:01 +08:00
BiggerRain
560a12ab93
fix: search & chat dispaly ( #686 )
2025-06-13 18:18:46 +08:00