5 Commits

Author SHA1 Message Date
2ab0875ef2 Add user warnings for file truncation and size limits
- Alert user when file exceeds 1MB (rejected)
- Warn in filename when file is truncated (>50KB)
- Show clear '[TRUNCATED]' marker in content
- Better error handling with user-facing messages
2026-02-25 03:56:53 +00:00
05b3ae0071 Fix file uploads: include content in messages, update README, remove secrets
- File uploads now read content and include in AI context
- Truncate files over 50KB to avoid token limits
- Updated README with JSON config documentation
- Removed secrets.json from git tracking
2026-02-25 03:54:51 +00:00
0e2cae715a Fix: Attach event listeners on login page
Event listeners were only attached after rendering main page,
not login page. Now attachEventListeners() is always called.
2026-02-25 03:44:49 +00:00
56933f59d1 Fix: Proxy body serialization and optional chaining syntax 2026-02-25 03:17:28 +00:00
5aa5ab73f3 Initial commit: OpenClaw WebUI with LDAP SSO
Features:
- Modern chat interface with streaming responses
- Multi-file upload support
- Code canvas panel for code viewing/editing
- Chat history persistence
- LDAP SSO authentication
- OpenAI-compatible API proxy to OpenClaw gateway
- Model/agent selection
- Dark theme
2026-02-25 03:11:16 +00:00