Skip to content

Commit c5c6fce

Browse files
sunweiyuecursoragent
andcommitted
feat(edit_tool): remote session import, async ASR, disclaimer
- server.py: import from remote session URL (download + audio conversion) - server.py: async ASR via background thread + polling API - server.py: ThreadedHTTPServer for concurrent requests - server.py: support both Apache dir listing and Session Viewer HTML formats - server.py: .env for API credentials (gitignored) - index.html (editor): import modal + ASR polling auto-fill user_text - index.html (demo): footer disclaimer for voice cloning demos - data.json: add meta.disclaimer (zh/en) - .gitignore: exclude .env Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 345c2ed commit c5c6fce

File tree

6 files changed

+1500
-530
lines changed

6 files changed

+1500
-530
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.DS_Store
2-
develop/advice/
2+
develop/advice/
3+
develop/edit_tool/.env

0 commit comments

Comments
 (0)