duorameng
2141831075
feat(reposync): support custom directory name for repo sync ( #132 )
2026-06-18 09:59:53 +08:00
duorameng
15f9c47cb4
feat(ui): optimize file tree node hover tooltip with shadcn component
2026-06-18 09:52:48 +08:00
duorameng
562b7a1704
feat(languages): add dismissible hint for mise extension support
2026-06-18 09:16:45 +08:00
duorameng
e7f16c5da8
style(monitor): optimize tabs styling and layout to match system theme
2026-06-18 08:55:09 +08:00
duorameng
b54a7f476a
style(monitor): optimize chart layout for large screens to be more compact and coordinated
2026-06-14 23:07:38 +08:00
duorameng
982d8bab62
chore(monitor): remove unused icon imports in Monitor.vue
2026-06-12 19:58:32 +08:00
duorameng
d5c4680fc5
feat(monitor): enhance monitor dashboard with real-time physical host metrics
2026-06-12 19:44:57 +08:00
duorameng
633d683c0e
feat: implement precise worker status tracking and monitoring UI
2026-06-12 18:48:33 +08:00
duorameng
626d20c9b8
feat: add dependent tasks view for environments ( #126 )
...
Add a dialog in the environment variables list to view which tasks depend on a specific variable/secret.
2026-06-12 09:16:24 +08:00
duorameng
b1509a3afb
feat: unify directory tree select component and support file sorting ( #110 )
2026-06-10 17:33:23 +08:00
duorameng
bf2cc7da0e
feat(editor): implement tree directory selector for file creation #110
2026-06-10 16:57:44 +08:00
duorameng
41c2b71d79
chore: fix security vulnerabilities via npm audit fix
2026-06-09 18:49:21 +08:00
duorameng
729109f887
style: optimize mobile layout and heights for history log details
2026-06-09 18:40:59 +08:00
duorameng
a0a6f087e2
fix: conditional header height for LogDetailCard fullscreen mode
2026-06-09 17:13:27 +08:00
duorameng
8cff03e4ab
style: fix header alignment and code block padding in log details
2026-06-09 17:08:40 +08:00
duorameng
77cec68d4d
style: decrease font size of sequence numbers in lists
2026-06-09 17:00:28 +08:00
duorameng
28779cb70f
refactor: use fallback clipboard for non-https env ( #111 )
2026-06-09 16:15:25 +08:00
duorameng
fc04bd9b0c
style: optimize notify channel dialog labels alignment
2026-06-09 08:37:26 +08:00
duorameng
34413d1eae
style(ui): prevent auto-focus on input when opening edit env dialog
2026-06-08 20:29:26 +08:00
duorameng
7f7d109438
feat(env): add tag support for environment variables and task injection
...
- Add generic DataRelation and DataStorage models for tags
- Update EnvService and EnvController to support tag assignment, querying, and filtering
- Integrate EnvTagsConfig in Env settings for managing environment tags
- Enhance TaskDialog environment selection to support searching and displaying env tags
- Fix missing TaskLangConfig import in RepoDialog
2026-06-08 17:39:24 +08:00
duorameng
e59761fd87
refactor(web): extract components and refactor Agents.vue
...
- Extracted AgentListTab and TokenListTab
- Extracted Dialog components for Agents and Tokens
- Refactored Agents.vue into a lightweight container
2026-06-08 09:53:53 +08:00
duorameng
f034c3d882
refactor(web): extract LineNumberTextarea and refactor Environments.vue
...
- Extracted reusable LineNumberTextarea component
- Refactored Environments.vue by extracting EditEnvDialog and DeleteEnvDialog
- Fixed Sonner toast font inheritance
- Removed fixed placeholder font in LineNumberTextarea
2026-06-08 09:03:55 +08:00
duorameng
39c714c050
refactor(web): split Languages.vue into sub-components
2026-06-08 08:48:53 +08:00
duorameng
d731bb1039
fix(web): prevent favicon flash on initial page load
2026-06-08 08:32:32 +08:00
duorameng
de9744098c
fix(web): align cron config label with other dialog inputs
2026-06-05 20:14:51 +08:00
duorameng
c16b40636b
refactor(web): replace local noto-sans-sc font with domestic CDN
2026-06-05 20:12:02 +08:00
duorameng
d0c6f836ff
refactor(web): extract common config components for task and repo dialogs
2026-06-05 19:58:37 +08:00
duorameng
e0d729e50e
style: optimize layout and grouping of timeout and execution strategies
2026-06-05 19:28:48 +08:00
duorameng
45752aff0b
refactor: extract getLangIcon and editor components to improve structure
2026-06-05 19:08:57 +08:00
duorameng
ad3095cc42
style: perfectly align export button with inputs on small screens
2026-06-05 15:56:47 +08:00
duorameng
6740b1d667
style: align header buttons to the right on small screens in repo dialog
2026-06-05 15:47:36 +08:00
duorameng
ed2328500e
feat: add copy export baihu command button in repo dialog
2026-06-05 14:37:06 +08:00
duorameng
d8fc1fd5f4
style: wrap log retention inputs on small screens in dialogs
2026-06-05 14:28:42 +08:00
duorameng
5a5c4c27b5
style: fix log retention input width and add unit labels in task and repo dialogs
2026-06-05 11:59:44 +08:00
duorameng
f5e85589f5
fix: remove QL script comment parsing config from regular task dialog
2026-06-05 11:50:18 +08:00
duorameng
2db410d3ec
feat: restore task log cleanup strategy ui in task dialog
2026-06-05 11:44:37 +08:00
Matt Van Horn
9a2ca526a7
feat: add zip download for folders in file manager
...
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-03 01:27:35 -07:00
duorameng
323a58e041
feat: implement custom WebUI support with dynamic frontend replacement
...
- Add WebUI service and controller for managing custom frontend packages
- Allow overriding default static assets when custom WebUI is activated
- Add Make commands for packing custom WebUI distributions
- Update UI settings to support uploading, activating and deleting WebUIs
- Document WebUI feature in README and changelog
2026-05-29 11:50:09 +08:00
duorameng
41af3cf9e0
feat: add copy button and optimize layout for terminal builtin commands
2026-05-28 08:33:45 +08:00
duorameng
fcacb84661
fix(web): add agent toggle to medium layout and reduce log toolbar padding
2026-05-22 17:18:56 +08:00
duorameng
020f2cd583
fix: increase xterm.js line height to prevent character clipping on mobile devices
2026-05-21 16:07:08 +08:00
duorameng
4076924704
refactor: extract StatusDot common component and unify status indicator styles across history, tasks, and agents pages
2026-05-21 15:36:20 +08:00
duorameng
05e38f08c6
style: move status indicator to the beginning of the row as small dots in history page
2026-05-21 15:12:15 +08:00
duorameng
efb1625675
feat: disable popup dialog when clicking command on execution history page
2026-05-21 15:04:09 +08:00
duorameng
f132ebe287
fix(web): optimize rendering performance of large text logs using xterm.js ( #102 )
2026-05-21 14:22:19 +08:00
duorameng
3988309f43
style(settings): optimize backup and restore page layout
2026-05-20 10:06:49 +08:00
duorameng
a0ec228c23
style(settings): optimize site settings page layout
2026-05-20 09:54:39 +08:00
duorameng
1f3c65f2c9
docs(settings): add agent scheduler configurations note in scheduler settings view
2026-05-20 09:45:04 +08:00
duorameng
2b7a3f8ebc
feat(task): support exporting repository sync command with optimized format
2026-05-20 09:30:48 +08:00
duorameng
0e1a95a3f8
feat: implement agent custom scheduler config and queue model #101
2026-05-19 20:23:05 +08:00