Commit Graph
20 Commits
Author SHA1 Message Date
copilot-swe-agent[bot]andwhyour 3112f9fc34 Fix scenario mode UI issues: add icon, fix blank space, enable node dragging, enlarge editor, fix API call
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-11 16:08:45 +00:00
copilot-swe-agent[bot]andwhyour 326ea992e9 Add Flowgram implementation completion documentation
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-10 16:29:57 +00:00
copilot-swe-agent[bot]andwhyour cfe4aabc00 Implement Flowgram visual workflow editor with node system
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-10 16:27:53 +00:00
copilot-swe-agent[bot]andwhyour ff74e96cbf Add comprehensive Flowgram migration guide with full implementation examples
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-09 13:59:20 +00:00
copilot-swe-agent[bot]andwhyour f04ae7611c Replace React Flow with Flowgram: add dependencies and create foundation
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-09 13:56:56 +00:00
CopilotGitHubwhyourcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1f2fd8ac02 Fix URIError from malformed cookies causing white screen on load (#2811)
* Initial plan

* Fix decodeURIComponent error in cookie parsing by adding try-catch

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>

* Add type annotation and logging to catch block per code review

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>

* Fix TypeScript errors in deps.ts - remove unused path parameter

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>

* Revert pnpm-lock.yaml to avoid unnecessary lockfile version upgrade

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-09 21:53:06 +08:00
copilot-swe-agent[bot]andwhyour e1efa36c91 Add complete implementation summary documentation
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-09 13:44:08 +00:00
copilot-swe-agent[bot]andwhyour 2c5357eedc Implement graph execution engine for visual workflows
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-09 13:42:12 +00:00
copilot-swe-agent[bot]andwhyour 5ed2e5b809 Implement visual workflow editor with React Flow and custom node types
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-09 13:38:22 +00:00
CopilotGitHubwhyourcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>whyour
4cb9f57479 环境变量支持置顶 (#2822)
* Initial plan

* Add pin to top feature for environment variables

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>

* Format code with prettier

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>

* Add database migration for isPinned column in Envs table

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>

* Use snake_case naming (is_pinned) for database column

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
Co-authored-by: whyour <imwhyour@gmail.com>
2025-11-09 19:43:33 +08:00
CopilotGitHubwhyourcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
c369514741 定时任务支持自定义日志文件或者 /dev/null (#2823)
* Initial plan

* Add log_name field to enable custom log folder naming

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>

* Add database migration for log_name column

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>

* Add security validation to prevent path traversal attacks

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>

* Apply prettier formatting to modified files

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>

* Support absolute paths like /dev/null for log redirection

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>

* Restrict absolute paths to log directory except /dev/null

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-09 19:32:40 +08:00
copilot-swe-agent[bot]andwhyour 2e0775e6cd Add Flowgram integration status documentation and install dependencies
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-09 10:31:31 +00:00
copilot-swe-agent[bot]andwhyour fffc1e4fd1 Integrate Flowgram visual workflow editor: update data models and add dependencies
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-09 10:27:36 +00:00
copilot-swe-agent[bot]andwhyour 3b95ea64d3 Add implementation summary and finalize Scenario Mode feature
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-08 17:38:52 +00:00
copilot-swe-agent[bot]andwhyour 6bfb7fddec Add comprehensive documentation for Scenario Mode feature
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-08 17:36:44 +00:00
copilot-swe-agent[bot]andwhyour ff3cc778d0 Fix TypeScript build errors in scenario service
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-08 17:34:33 +00:00
copilot-swe-agent[bot]andwhyour 37c8e28cba Add frontend UI for Scenario Mode with i18n support
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-08 17:31:19 +00:00
copilot-swe-agent[bot]andwhyour 712ff80448 Add backend models, services, and API for Scenario Mode
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-08 17:24:32 +00:00
copilot-swe-agent[bot]andwhyour bba6c9aa29 Initial plan for Scene Mode feature
Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
2025-11-08 17:18:32 +00:00
copilot-swe-agent[bot] 7963703162 Initial plan 2025-11-08 17:12:03 +00:00