Commit Graph

14 Commits

Author SHA1 Message Date
mlogclub 101577f163 Refactor internal services to use agent-desk package structure
- Updated import paths in multiple service files to reflect the new agent-desk module.
- Added a new configuration file for agent-desk in the Docker setup.
2026-05-31 18:43:48 +08:00
mlogclub 5d7c10aeab refactor: rename agent widget references to AI agent for consistency
- Updated runtime configuration to use __CS_AI_AGENT_WIDGET_CONFIG__ instead of __CS_AGENT_WIDGET_CONFIG__.
- Changed message types in support host bridge from "cs-agent" to "cs-ai-agent".
- Minified SDK script updated to reflect new AI agent naming conventions.
- Adjusted scrollbar styles in main.scss to use .cs-ai-agent-scrollbar instead of .cs-agent-scrollbar.
2026-05-30 21:19:36 +08:00
mlogclub 1dd9c835ed feat: add server readiness check in dev target of Makefile 2026-05-24 20:38:08 +08:00
mlogclub c80bae5106 feat: enhance Makefile commands and update README for improved development workflow
refactor: separate API and SPA handling in server routes and add static file serving options

test: add tests for SPA handling and static file serving

feat: implement embedded SPA support for production and development environments
2026-05-23 22:44:06 +08:00
mlogclub 7f7da35fe6 refactor: remove widget-related targets and commands from Makefile 2026-04-24 21:29:32 +08:00
mlogclub a4ba2a23de fix: update run command to replace dashboard process with web process 2026-04-24 21:25:45 +08:00
mlogclub 6616b66e72 refactor(Makefile): update targets and directory references for web app integration 2026-04-24 12:04:05 +08:00
mlogclub e616169c41 feat(role): add CreateRoleDrawer component and integrate role creation functionality 2026-04-23 14:05:13 +08:00
mlogclub 97c50fd326 update make script 2026-04-19 18:10:28 +08:00
mlogclub 1985eca10e refactor: add help target to Makefile for improved usability 2026-04-16 21:21:54 +08:00
mlogclub ae7300a984 refactor: remove test and tidy commands from Makefile 2026-04-16 18:19:53 +08:00
mlogclub 3f569130ab refactor: update Makefile to include widget run command and install dependencies for dashboard and widget 2026-04-16 18:19:16 +08:00
mlogclub 199846cfdb refactor: update Makefile to replace web references with dashboard for consistency 2026-04-15 17:27:06 +08:00
mlogclub efe801b8bf Init 2026-04-09 10:01:23 +08:00