port goose2 chat attachments into goose (#8534)

Signed-off-by: tulsi <tulsi@block.xyz>
This commit is contained in:
tulsi
2026-04-14 14:26:43 -07:00
committed by GitHub
parent 8e04d7c8be
commit 210ef52d81
38 changed files with 2142 additions and 356 deletions
+2
View File
@@ -101,7 +101,9 @@ pub fn run() {
commands::system::save_exported_session_file,
commands::system::path_exists,
commands::system::list_directory_entries,
commands::system::inspect_attachment_paths,
commands::system::list_files_for_mentions,
commands::system::read_image_attachment,
])
.setup(|_app| Ok(()))
.build(tauri::generate_context!())