Haitao Pan
bb68cd7f83
refactor: refine AI Assistant sidebar - implement non-blocking layout, reserve content space, and align header with user UI requests
2026-01-31 22:37:00 +08:00
Haitao Pan
5628dbe340
feat: simplify AI Assistant UI - only use Float mode, remove color purple from theme definitions
2026-01-31 22:33:32 +08:00
Haitao Pan
835c628ea8
feat: refine AI Assistant sidebar layout - reserve space for sidebar, default to dock mode from navbar, and ensure fixed positioning
2026-01-31 22:28:03 +08:00
Haitao Pan
6a2c183827
feat: make AI Assistant global, fixed height on right side, and trigger from navbar link
2026-01-31 22:24:51 +08:00
Haitao Pan
b19cfdc71c
feat: refine AI Assistant UI - rename to AI 助手/AI Assistant, add 80% transparency, theme consistency, and height fine-tuning
2026-01-31 22:09:50 +08:00
Haitao Pan
4a3a62587e
fix: support dynamic flow in Vless QR code generation
2026-01-31 19:14:45 +08:00
Haitao Pan
8e7434b86c
refactor: Update chat service path from /services/moltbot to /services/openclaw in the Navbar.
2026-01-31 14:02:32 +08:00
Haitao Pan
b594515869
refactor: Migrate chat service path and associated files from /services/moltbot to /services/openclaw.
2026-01-31 13:58:10 +08:00
Haitao Pan
ce343bdc98
chore: update i18n translations.
2026-01-31 13:14:44 +08:00
Haitao Pan
73cc8844e7
chore: Update i18n translations.
2026-01-31 13:02:13 +08:00
Haitao Pan
bcde0053a9
feat: Add new methods for managing code intelligence configuration policies.
2026-01-31 10:53:17 +08:00
Haitao Pan
c26d105c4d
fix(build): resolve TS error in translations and update components
2026-01-31 01:02:58 +08:00
Haitao Pan
8ef6181c75
Merge branch 'feature/unified-navigation'
2026-01-30 23:20:31 +08:00
Haitao Pan
01c879c143
feat(auth): support shared session tokens and device/node pairing integration
2026-01-30 23:18:37 +08:00
Haitao Pan
6d3b1d4bdc
feat: Enable social login buttons and implement token exchange from URL parameters for authentication.
2026-01-30 22:22:56 +08:00
6b85280b3d
Merge pull request #38 from cloud-neutral-toolkit/feature/unified-navigation
...
Feature/unified navigation
2026-01-30 18:11:34 +08:00
Haitao Pan
0bbf7c75b4
style: fine-tune navigation alignment and spacing
2026-01-30 18:03:26 +08:00
Haitao Pan
e5c616c12a
feat: refactor navigation and sidebar structure, implement AI Assistant layout modes
2026-01-30 18:02:11 +08:00
Haitao Pan
b0fc695e4f
feat: update footer social links to GitHub, X and Linkedin
2026-01-30 12:48:52 +08:00
Haitao Pan
4f3f54a579
refactor: reorder mobile navigation tabs and remove the homepage link.
2026-01-30 12:33:55 +08:00
Haitao Pan
6b61379b91
feat: add home and login buttons to mobile horizontal scroll menu
2026-01-30 12:27:17 +08:00
Haitao Pan
aaaf590b7a
chore: update dependencies and remove unused MarkdownSection test
2026-01-30 12:15:12 +08:00
Haitao Pan
19d6641208
feat: add testing strategy skills and improve mobile navbar
...
Add testing strategy skills for PR/main/release gates with Node/TS & Go support.
Refactor mobile navigation order in Navbar.
Update chat label to AI Assistant/AI助手.
Fix vitest config setupFiles path resolution.
2026-01-30 12:13:56 +08:00
Haitao Pan
17a73a7d63
feat: Refactor Navbar to include a new mobile horizontal scroll menu and additional navigation tabs, along with dependency updates.
2026-01-30 11:44:34 +08:00
Haitao Pan
eb90040e7c
2026-01-30 11:18:28 +08:00
Haitao Pan
caeb6a8348
feat: Add Gitleaks integration with pre-commit and pre-push hooks for automated secret detection, including configuration and related documentation.
2026-01-30 11:18:00 +08:00
Haitao Pan
e1d38f51ab
feat: Add Gitleaks integration with pre-commit and pre-push hooks for automated secret detection, including configuration and related documentation.
2026-01-30 09:55:16 +08:00
Haitao Pan
81c689a0f1
fix: update users API proxy to use account service
...
- Change users endpoint from server service to account service
- Add Authorization Bearer token to proxy request headers
2026-01-30 09:02:40 +08:00
Haitao Pan
bd0abeef2f
refactor: Update chat API message types from Message to CoreMessage.
2026-01-30 08:46:34 +08:00
Haitao Pan
b1af0cd130
refactor(moltbot): keep Moltbot naming and point to moltbot.svc.plus
...
- Revert renaming to Clawdbot in UI
- Update default service URL to https://moltbot.svc.plus
- Maintain secure proxy implementation
2026-01-30 07:12:32 +08:00
Haitao Pan
b855f99563
feat: rename moltbot-chat UI to Clawdbot and use secure proxy
...
- Update Assistant.tsx to use /api/moltbot/chat proxy instead of hardcoded URL
- Rename 'Moltbot AI' to 'Clawdbot AI' in chat interface
- Update welcome message to 'Welcome to Clawdbot'
- Document MOLTBOT_SERVICE_URL pointing to clawdbot.svc.plus in .env.example
2026-01-30 07:11:27 +08:00
Haitao Pan
6f816bcdab
docs: add MOLTBOT_SERVICE_URL to example config
2026-01-30 06:52:29 +08:00
Haitao Pan
be1310669d
feat(moltbot): fix console-moltbot integration and fullscreen UI
...
- Create proxy API route /api/moltbot/chat for CORS and service auth
- Update MoltbotChat to use internal proxy instead of direct call
- Adjust container styles for fullscreen chat experience
- Validate X-Service-Token injection in proxy calls
2026-01-30 06:52:00 +08:00
Haitao Pan
85d556f9a1
feat: Create a new API route to proxy Moltbot chat requests to the upstream service.
2026-01-30 06:50:53 +08:00
Haitao Pan
555e4845a0
feat: Wrap MoltbotChat component in a Suspense boundary with a loading fallback.
2026-01-30 06:27:44 +08:00
Haitao Pan
7c61c462db
feat: Add X-Service-Token header for internal service-to-service authentication across API routes and introduce related utility functions.
2026-01-29 23:05:52 +08:00
Haitao Pan
ed509101a4
feat: Implement new mobile navigation layout in Navbar and update Ask AI dialog maximize path to chats.
2026-01-29 19:34:27 +08:00
Haitao Pan
ce0380eb66
feat: Implement full-page Moltbot chat and add a maximize button to the Ask AI dialog.
2026-01-29 19:19:36 +08:00
f3e91a9da9
Merge pull request #36 from cloud-neutral-toolkit/update-mobile-menu-theme-13357463291594887918
2026-01-29 17:51:53 +08:00
google-labs-jules[bot]
bf2e5ec341
Update mobile menu to use semantic theme colors
...
- Replaced hardcoded slate colors in Navbar.tsx with semantic theme colors (text-text, bg-background, etc.) to ensure the mobile menu respects the application theme (light/dark).
- Fixed a duplicate variable declaration in AskAIDialog.tsx that was causing build failures.
- Updated yarn.lock to match the packageManager version.
Co-authored-by: cloud-neutral <4133689+cloud-neutral@users.noreply.github.com>
2026-01-29 09:33:43 +00:00
Haitao Pan
111c19bcb5
feat: Integrate Ask AI dialog with Moltbot workspace, supporting initial queries and internationalization for dialog texts.
2026-01-29 16:33:44 +08:00
Haitao Pan
8196dc54f6
feat: Connect Assistant to Moltbot AI backend and add a new Moltbot chat interface and page.
2026-01-29 16:19:59 +08:00
Haitao Pan
12e0e316a3
docs: add SEO work summary
2026-01-29 13:43:08 +08:00
Haitao Pan
ca6da31656
feat: add comprehensive SEO metadata, structured data, a custom 404 page, and SEO audit tooling.
2026-01-29 12:57:22 +08:00
Haitao Pan
048e9b5980
feat: add moltbot service card
2026-01-28 17:53:00 +08:00
Haitao Pan
fabc867b43
feat: Add dynamic VLESS node and transport selection with updated default server configurations.
2026-01-27 22:54:39 +08:00
Haitao Pan
3367e38b8a
fix: resolve React version conflict in DocArticle and await async params
2026-01-27 00:05:34 +08:00
Haitao Pan
31cae2b83d
feat: implement hierarchical documentation structure and nested navigation
2026-01-26 23:34:02 +08:00
Haitao Pan
ba16745daa
fix: resolve eslint issues
2026-01-26 21:48:45 +08:00
Haitao Pan
5d8cab3916
docs: reorganize documentation structure
2026-01-26 21:39:00 +08:00