Commit Graph
297 Commits
Author SHA1 Message Date
rookiestar28 c58dda9032 docs: prepare v0.8.5 release notes and assets 2026-04-09 01:24:22 +08:00
rookiestar28 a558825ffb fix: reduce comfyui pnginfo prompt noise 2026-04-09 00:53:09 +08:00
rookiestar28 100e2ac7bf fix: reduce queue monitor disconnect noise 2026-04-09 00:33:59 +08:00
rookiestar28 8209d7d9b2 fix: improve png info error and comfyui rendering 2026-04-09 00:14:26 +08:00
rookiestar28 11fec30e8e feat: extract comfyui png info metadata 2026-04-09 00:10:51 +08:00
rookiestar28 a44001fcab fix: make png info header scroll with content 2026-04-08 23:45:06 +08:00
rookiestar28 dd20639802 feat: add png info sidebar tab 2026-04-08 22:42:31 +08:00
rookiestar28 62fe3430e7 feat: add pnginfo metadata api baseline 2026-04-08 22:30:29 +08:00
rookiestar28 b64c4c118d docs: refresh codeql rollout wording 2026-04-08 18:42:22 +08:00
rookiestar28 c21ce49a87 docs: refresh security scanning references 2026-04-08 18:41:25 +08:00
rookiestar28 f57d46061f docs: fold security closeout into latest update 2026-04-08 18:40:13 +08:00
rookiestar28 b99b9a9865 docs: close residual security chain 2026-04-08 14:28:04 +08:00
rookiestar28 0abdafab73 docs: refresh residual security chain status 2026-04-08 03:42:58 +08:00
rookiestar28 3cf28d7a4c docs: mirror residual security planning references 2026-04-08 03:36:21 +08:00
rookiestar28 016657c37d style: apply model-manager autofixes 2026-04-08 03:32:33 +08:00
rookiestar28 bf06ef539c fix(security): make model import path proof explicit 2026-04-08 03:31:41 +08:00
rookiestar28 09e318b415 fix(security): detach audit traces from request taint 2026-04-08 03:25:31 +08:00
rookiestar28 2cc3edf959 fix(security): remove residual audit hash and log sinks 2026-04-08 03:11:42 +08:00
rookiestar28 43a44495a1 fix(security): remove audit identifier persistence 2026-04-08 02:53:35 +08:00
rookiestar28 f70b197ef4 style: apply codeql workflow autofixes 2026-04-08 02:44:10 +08:00
rookiestar28 4a84b9858d ci(security): add codeql workflow baseline 2026-04-08 02:43:09 +08:00
rookiestar28 95c9c655de style: apply pre-push autofixes 2026-04-08 02:35:38 +08:00
rookiestar28 e7c0566efe fix(ci): restore defusedxml dependency parity 2026-04-08 02:34:34 +08:00
rookiestar28 0f133ec6e0 style: apply pre-push black autofixes 2026-04-08 02:24:48 +08:00
rookiestar28 e5d37e80c7 docs(security): replace wechat app id sample 2026-04-08 02:23:32 +08:00
rookiestar28 2da760de02 fix(security): remove residual token hash indexing 2026-04-08 02:22:17 +08:00
rookiestar28 728aeefb4a test(security): harden notification regex sanitization 2026-04-08 02:19:21 +08:00
rookiestar28 92ebb2b113 fix(security): harden connector ingress parser paths 2026-04-08 02:18:00 +08:00
rookiestar28 28975b1f22 fix(security): bound model import temp lifecycle 2026-04-08 02:15:47 +08:00
rookiestar28 d6f26d38ce fix(security): harden audit identifier redaction 2026-04-08 02:13:44 +08:00
rookiestar28 b8470e73cc style: apply black autofixes 2026-04-08 01:36:18 +08:00
rookiestar28 4f32f98f7d docs: record security hardening wave 2026-04-08 01:32:50 +08:00
rookiestar28 522771bee4 test(security): prove notification content stays escaped 2026-04-08 01:18:43 +08:00
rookiestar28 af9c9a4c2d fix(security): harden connector ingress failures 2026-04-08 01:12:56 +08:00
rookiestar28 01f9828f99 fix(security): strengthen sensitive hash derivation 2026-04-08 01:06:41 +08:00
rookiestar28 d429c11018 fix(security): redact sensitive bridge and audit identifiers 2026-04-08 01:02:39 +08:00
rookiestar28 95279609d2 fix(security): harden path boundary handling 2026-04-08 00:46:47 +08:00
rookiestar28 153f158a6a fix(security): harden workflow token permissions 2026-04-08 00:41:03 +08:00
rookiestar28 2fa9fe24d9 chore(security): accept S74 code scanning inventory baseline 2026-04-07 18:57:03 +08:00
rookiestar28 1ad2e0fcc8 chore(security): accept S73 vite alert verification 2026-04-07 18:56:05 +08:00
rookiestar28 75245d7748 Merge pull request #11 from rookiestar28/dependabot/npm_and_yarn/npm_and_yarn-c4bc6a0a9e
chore(deps-dev): bump vite from 7.3.1 to 7.3.2 in the npm_and_yarn group across 1 directory
2026-04-07 16:35:16 +08:00
dependabot[bot] 0e9829ce39 chore(deps-dev): bump vite in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 7.3.1 to 7.3.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.3.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-06 23:49:27 +00:00
rookiestar28 a8030cf8dc docs: refresh recent updates and host parity notes 2026-04-01 22:44:37 +08:00
rookiestar28 2d98e2ead4 test(e2e): add desktop host parity regression lane 2026-04-01 22:31:02 +08:00
rookiestar28 5876f12c19 docs(compat): refresh reference host anchors 2026-04-01 22:00:56 +08:00
rookiestar28 73b920a925 test(e2e): fulfill mocked live backend image outputs 2026-03-30 02:25:27 +08:00
rookiestar28 86dfbb6566 fix(ci): upgrade deprecated GitHub action runtimes 2026-03-30 02:25:18 +08:00
rookiestar28 cc0853d61c fix(e2e): harden harness bootstrap mocks 2026-03-30 02:25:10 +08:00
rookiestar28 bc6484bf7d docs: document feishu connector support and bump to v0.8.1 2026-03-28 00:53:52 +08:00
rookiestar28 c607a86228 feat: add feishu interactive callback adapter 2026-03-27 23:02:40 +08:00