claudia/src
Mark Ruvald Pedersen 70c16d8a49
Some checks failed
Build Linux / Build Linux x86_64 (push) Has been cancelled
Build Test / Build Test (Linux ARM64) (push) Has been cancelled
Build Test / Build Test (Linux) (push) Has been cancelled
Build Test / Build Test (Windows) (push) Has been cancelled
Build Test / Build Test (macOS) (push) Has been cancelled
Build Test / Build Test Summary (push) Has been cancelled
fix(web): use wss:// for HTTPS connections and apply cargo fmt
- Fix WebSocket protocol to use wss:// for HTTPS (ngrok) and ws:// for HTTP (localhost)
- This resolves the issue where Send button doesn't work when accessed via ngrok
- Apply cargo fmt to fix Rust code formatting issues

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-16 17:35:56 +05:30
..
assets style(shimmer): update rotating-symbol color to purple (#8B5CF6) 2025-08-31 17:44:42 +05:30
components fix: resolve TypeScript compilation errors after rebase 2025-10-10 14:13:30 +05:30
contexts Rename Gooey to opcode across app and docs 2025-08-30 17:32:57 +05:30
hooks fix issue with cc agents 2025-08-11 15:11:35 +05:30
lib fix(web): use wss:// for HTTPS connections and apply cargo fmt 2025-10-16 17:35:56 +05:30
services Rename Gooey to opcode across app and docs 2025-08-30 17:32:57 +05:30
stores Rename Gooey to opcode across app and docs 2025-08-30 17:32:57 +05:30
types feat: implement hooks system for project configuration 2025-07-06 15:19:34 +05:30
App.tsx feat: implement web server mode 2025-10-10 14:13:30 +05:30
main.tsx feat(ui): use bundled app icon as favicon; remove legacy vite/tauri icons\n\n- Remove <link rel=icon> pointing to /vite.svg in index.html\n- Programmatically set favicon to bundled asterisk-logo.png in src/main.tsx\n- Delete unused public icons: vite.svg and tauri.svg\n\nRationale: keeps assets bundled, avoids reliance on /public, and aligns app branding. 2025-08-31 17:43:11 +05:30
styles.css fix: light-theme use white code block 2025-09-26 11:52:49 +05:30
vite-env.d.ts init: push source 2025-06-19 19:24:01 +05:30