Commit Graph
273 Commits
Author SHA1 Message Date
HuangYuChuh 6de2392fda chore: declare comfyui cli dependency 2026-04-10 16:07:28 +08:00
科林 KELINandGitHub 45246d2791 docs: update changelog and readme for release v0.4.0 (#118) 2026-04-08 11:18:08 +08:00
HuangYuChuh 958cca21c6 docs: clarify CWD requirements and symptoms in SKILL.md 2026-04-07 16:54:55 +08:00
HuangYuChuh 2563f15c85 fix(docs): repair malformed license badge links 2026-04-07 15:10:31 +08:00
科林 KELINandGitHub 0ceaec3ca9 feat: use custom svg scale icon for license badge (#117) 2026-04-07 15:00:48 +08:00
科林 KELINandGitHub 05bbb225c9 chore: redesign README badges using updated colors and logos (#116)
* chore: sync latest frontend build with Japanese UI support

* chore: redesign README badges using updated colors and logos

- Apply unified Tailwind hue palette to all README badges
- Retain rounded corners style (flat)
- Sync missing Forks and Python badges into zh-TW and ja variants for consistency
2026-04-07 14:37:09 +08:00
科林 KELINandGitHub 10d3773cb5 chore: sync latest frontend build with Japanese UI support (#115) 2026-04-07 14:30:29 +08:00
科林 KELINGitHubgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
826f6268b5 build(ui): sync frontend assets from upstream@3faa829c (#114)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-07 06:27:30 +00:00
科林 KELINandGitHub ac9c4a5702 chore: replace README banner image and standardize filename (#112)
- Replace old banner (banner-ui-dashboard-20260322.png) with new design
- Rename banner file to banner.png for cleaner naming
- Update banner reference in all README variants (en, zh, zh-TW, ja)
2026-04-07 14:17:14 +08:00
科林 KELINandGitHub fab173bd60 chore: replace README banner image and standardize filename (#113)
- Replace old banner (banner-ui-dashboard-20260322.png) with new design
- Rename banner file to banner.png for cleaner naming
- Update banner reference in all README variants (en, zh, zh-TW, ja)
2026-04-07 14:15:39 +08:00
科林 KELINandGitHub 9e72ad8875 Merge pull request #111 from HuangYuChuh/codex/fix-ui-upload-dependency
[codex] fix UI startup dependency for file uploads
2026-04-07 13:56:33 +08:00
HuangYuChuh c2b8e0f7e4 fix ui upload dependency 2026-04-07 13:54:45 +08:00
科林 KELINandGitHub e1fe794f5a Merge pull request #110 from HuangYuChuh/docs/clarify-import-paths
docs: clarify CLI upgrade and workflow import paths
2026-04-07 13:49:54 +08:00
HuangYuChuh ecfeffc5c5 docs: clarify CLI upgrade and workflow import paths 2026-04-07 13:45:23 +08:00
科林 KELINandGitHub 1833c3b347 Merge pull request #109 from HuangYuChuh/fix/readme-badge-underline
docs: remove underline between README badges
2026-04-07 10:06:24 +08:00
科林 KELIN b4adf1f17a docs: remove README badge underline 2026-04-07 10:05:51 +08:00
科林 KELINandGitHub cc8fc57c3a Merge pull request #108 from HuangYuChuh/docs/readme-badges
docs: add README badges for forks and Python 3.10+
2026-04-07 09:51:04 +08:00
科林 KELIN 5d0b812764 docs: add README badges for forks and python 2026-04-07 09:50:35 +08:00
科林 KELINandGitHub 814fbc85c7 adjust readme badge style (#107) 2026-04-06 09:26:13 +08:00
科林 KELINandGitHub d105544dc0 refine readme language switcher (#106) 2026-04-06 08:52:59 +08:00
科林 KELINandGitHub 28664aebe0 add multilingual readmes (#105) 2026-04-05 23:19:33 +08:00
科林 KELINandGitHub 6987a52cbf refine readme agent wording (#104) 2026-04-05 18:16:36 +08:00
科林 KELINandGitHub c17b70be7b clarify web ui venv setup (#103) 2026-04-05 16:48:49 +08:00
科林 KELINandGitHub a886eabfef refresh readme structure (#102) 2026-04-05 16:21:15 +08:00
科林 KELINandGitHub ac2d21a77a Merge pull request #101 from HuangYuChuh/chore/optimize-skill-description
chore: optimize SKILL.md description for ClawHub
2026-04-02 15:46:19 +08:00
HuangYuChuh 7812477620 chore: optimize SKILL.md description for ClawHub discoverability
Replace verbose technical description with a concise, search-friendly
summary that highlights key capabilities and supported agent platforms.
2026-04-02 15:44:35 +08:00
科林 KELINandGitHub b63f4eb7b5 Merge pull request #99 from HuangYuChuh/fix/run-ui-bat-venv
fix: run_ui.bat 使用 .venv 虚拟环境
2026-04-02 00:18:28 +08:00
HuangYuChuh 4039f9aaca fix: run_ui.bat 使用 .venv 虚拟环境,与 run_ui.sh 逻辑对齐
- run_ui.bat 新增自动创建 .venv、检测 Python 3.10+、自动安装依赖
- 文档去掉多余的 pip install 步骤,说明脚本自动管理虚拟环境
2026-04-02 00:16:57 +08:00
科林 KELINandGitHub ea39815852 Merge pull request #98 from HuangYuChuh/docs/update-github-pages-cli
docs: update GitHub Pages site to CLI era
2026-04-01 14:03:02 +08:00
HuangYuChuh 1531d83ece docs: update GitHub Pages site to CLI era
Replace all legacy python scripts/ references with comfyui-skill CLI
commands across the GitHub Pages site. Update getting-started, architecture,
FAQ, index, and use-cases pages. Remove SEO Checklist from nav. Add
internal docs to .gitignore.
2026-04-01 13:58:19 +08:00
科林 KELINandGitHub 126a2bb86c Merge pull request #97 from HuangYuChuh/fix/webui-cli-bridge
fix: Web UI startup crash after script removal
2026-04-01 12:31:42 +08:00
HuangYuChuh d6d4a2e388 fix: replace deleted comfyui_client import with CLI subprocess bridge
Web UI's /run endpoint now calls comfyui-skill CLI via subprocess
instead of importing the deleted comfyui_client.py module.
2026-04-01 12:31:32 +08:00
科林 KELINandGitHub 2d20a4b465 Merge pull request #96 from HuangYuChuh/docs/readme-nav-links
docs: merge demo video into navigation links
2026-04-01 11:27:22 +08:00
HuangYuChuh 62335ab77f docs: merge demo video into navigation links 2026-04-01 11:27:13 +08:00
科林 KELINandGitHub 5c2a33e1ca Merge pull request #95 from HuangYuChuh/docs/readme-cli-first
docs: restructure README with CLI as primary interface
2026-04-01 11:25:32 +08:00
HuangYuChuh 2b7a1bf50e docs: restructure README with CLI as primary interface
- Elevate CLI to main usage path, Web UI as optional
- Simplify install to 3 steps: clone → pip install → verify
- Add full command reference table grouped by category
- Add CLI-first workflow import as recommended setup method
- Remove legacy Roadmap section (internal planning)
- Clean up project structure to reflect current state
- Sync EN/ZH versions
2026-04-01 11:24:55 +08:00
科林 KELINandGitHub 8a5bb7fb5f Merge pull request #94 from HuangYuChuh/refactor/remove-legacy-scripts
refactor: remove legacy Python scripts replaced by CLI
2026-04-01 11:21:22 +08:00
HuangYuChuh 308d620f5e ci: fix compile check path and allow empty test suite 2026-04-01 11:20:37 +08:00
HuangYuChuh 79ce4627db test: remove test for deleted comfyui_client.py script 2026-04-01 11:19:27 +08:00
HuangYuChuh a431561dfb refactor: remove legacy Python scripts replaced by CLI
Remove scripts that are now fully replaced by comfyui-skill-cli:
- scripts/registry.py → comfyui-skill list/info
- scripts/comfyui_client.py → comfyui-skill run/submit/status/deps
- scripts/server_manager.py → comfyui-skill server add/enable/disable/remove
- scripts/transfer_manager.py → comfyui-skill config export/import

Keep scripts/shared/ (still used by Web UI backend) and shell scripts.
Update README to replace all Python script references with CLI commands.
2026-04-01 11:17:14 +08:00
科林 KELINandGitHub c8fdaa47c0 Merge pull request #93 from HuangYuChuh/docs/readme-cli-install
docs: add CLI install instructions to README
2026-04-01 09:57:40 +08:00
HuangYuChuh b3f9a62781 docs: add CLI install step and replace Python scripts with CLI commands
- Add pip/pipx install comfyui-skill-cli to all installation guides
- Replace python scripts/registry.py and comfyui_client.py with CLI commands
- Update agent install prompts to include CLI tool step
- Sync both English and Chinese README
2026-04-01 09:56:57 +08:00
科林 KELINandGitHub 7298319308 Merge pull request #92 from HuangYuChuh/docs/skill-md-full-cli
docs: replace all Python script calls with CLI
2026-04-01 09:14:51 +08:00
HuangYuChuh 07b0f586e1 docs: replace all Python script calls with CLI in SKILL.md
- deps check: python script → comfyui-skill --json deps check
- deps install: python script → comfyui-skill --json deps install --repos
- Add deps commands to Quick Reference table
- SKILL.md now has zero Python script calls (except Web UI launcher)
2026-04-01 09:14:25 +08:00
科林 KELINandGitHub 7a90946447 Merge pull request #91 from HuangYuChuh/docs/skill-md-cli-rewrite
docs: rewrite SKILL.md to use CLI commands
2026-04-01 09:07:41 +08:00
HuangYuChuh 249bf669aa docs: rewrite SKILL.md to use CLI commands
- Replace python scripts with comfyui-skill CLI where implemented
- CLI commands: list, info, run, submit, status, server status, deps check
- Keep python script for deps install (CLI not yet implemented)
- Update return format examples to match actual CLI output
- Remove internal API surface docs (Agent doesn't need them)
- All 29 features from original SKILL.md preserved
2026-04-01 09:04:54 +08:00
科林 KELINandGitHub ee637a230b Merge pull request #90 from HuangYuChuh/docs/cli-announcement
docs: add ComfyUI Skill CLI announcement to README
2026-03-31 18:34:31 +08:00
HuangYuChuh cc27ed489a docs: add ComfyUI Skill CLI announcement to README 2026-03-31 18:31:56 +08:00
科林 KELINandGitHub 11cbc0b8bf Merge pull request #89 from HuangYuChuh/docs/link-cli-repo
docs: add link to ComfyUI Skill CLI repo
2026-03-31 18:14:45 +08:00
HuangYuChuh 0fcb3b6897 docs: add link to ComfyUI Skill CLI repo 2026-03-31 18:12:26 +08:00