Commit Graph

  • f8ab0736e4 fix: query param Stream 2025-10-24 20:29:37 +08:00
  • 5139ecf4aa fix: missing ) Stream 2025-10-24 20:08:47 +08:00
  • 7940cd8801 fix: avoid path collusion Stream 2025-10-24 19:53:02 +08:00
  • 56480c27be fix: avoid path collusion deploy/trigger-dev Stream 2025-10-24 19:53:02 +08:00
  • 0fc65e5682 fix: args Yeuoly 2025-10-24 01:06:04 +08:00
  • 9a7bdf977b refactor: introduce local plugin control panel and cleanup environment setup process Yeuoly 2025-10-24 01:00:08 +08:00
  • 2c87f0ac8b Merge branch 'feat/plugin-readme' into feat/trigger Stream 2025-10-23 11:26:38 +08:00
  • 9e6314172e add Go Benchmark (go) benchmark result for 1f910b867c github-action-benchmark 2025-10-20 07:46:54 +00:00
  • 1f910b867c Fixes #479 Add filename for multi modal (#480) 0.3.3 Alex Chim 2025-10-20 15:42:54 +08:00
  • afea59cd7a feat(trigger): update TriggerDispatchEventResponse structure Harry 2025-10-20 12:33:34 +08:00
  • dd7d38c337 fix Yeuoly 2025-10-18 18:26:43 +08:00
  • fff9a36a06 feat: add payload to TriggerDispatchEventResponse Yeuoly 2025-10-18 18:23:09 +08:00
  • d4d21be101 feat(trigger): add UserID field to TriggerDispatchEventResponse Harry 2025-10-17 18:40:20 +08:00
  • 6656818802 add Go Benchmark (go) benchmark result for a386efd446 github-action-benchmark 2025-10-17 05:54:07 +00:00
  • a386efd446 build serverless mode image with no-root permission (#463) 0.3.2 Byron.wang 2025-10-17 13:50:09 +08:00
  • 39032c17c7 add Go Benchmark (go) benchmark result for b06732f210 github-action-benchmark 2025-10-15 11:32:19 +00:00
  • ae77ec0606 add Go Benchmark (go) benchmark result for 9d7a48d3d1 github-action-benchmark 2025-10-15 11:31:08 +00:00
  • b06732f210 fix(plugin): support customized stdio buffer size, align serverless runtime with local runtime (#470) Tonlo 2025-10-15 19:28:21 +08:00
  • 9d7a48d3d1 Invalidate cache when enable endpoint. (#472) dancingMonkey 2025-10-15 19:27:05 +08:00
  • 0cea84d9e6 add Go Benchmark (go) benchmark result for 96532cb100 github-action-benchmark 2025-10-14 07:46:36 +00:00
  • 96532cb100 Remove Claude code review workflow (#473) Yeuoly 2025-10-14 15:42:32 +08:00
  • 531d14d85d refactor(event): simplify EventDescription structure in EventDeclaration Harry 2025-10-13 21:11:25 +08:00
  • 1f475078e5 feat(trigger): add Subscription field to TriggerInvokeEventRequest Harry 2025-10-13 17:46:05 +08:00
  • 5e4319d8a3 fix(plugin): add recovery mechanism in OnTraffic to handle panics Harry 2025-10-13 16:46:34 +08:00
  • 3aa1466268 fix(trigger): improve nil checks for SubscriptionConstructor in TriggerProviderDeclaration Harry 2025-10-13 16:38:52 +08:00
  • 2d6a2dc303 refactor(trigger): remove Subscription struct from trigger_declaration.go and update TriggerDispatchEventRequest Harry 2025-10-11 21:15:33 +08:00
  • 60483f5744 Remove Claude code review workflow codex/remove-claude-code-reviewer-from-github-ci Yeuoly 2025-10-11 12:36:12 +08:00
  • 27f3d3ad8d refactor(trigger): rename TriggerInvoke to TriggerInvokeEvent and update related structures Harry 2025-10-10 19:48:23 +08:00
  • f62cc9e8b4 refactor(trigger): rename Trigger to Event in plugin entities and related structures Harry 2025-09-30 20:10:02 +08:00
  • 2710161805 add Go Benchmark (go) benchmark result for 2d81bb254a github-action-benchmark 2025-09-29 11:08:02 +00:00
  • 2d81bb254a fix: datasource plugin template typo (#464) CrabSAMA 2025-09-29 19:03:59 +08:00
  • 67909d8b1c fix(trigger): update SubscriptionConstructor validation in TriggerProviderDeclaration Harry 2025-09-29 18:58:33 +08:00
  • 4c7b399e60 Merge remote-tracking branch 'origin/main' into feat/trigger Harry 2025-09-29 18:52:44 +08:00
  • 6742313e91 refactor(trigger): enhance YAML unmarshalling for SubscriptionConstructor and SubscriptionSchema Harry 2025-09-29 18:51:57 +08:00
  • 912ac4231b fix(trigger): rename ParametersSchema to Parameters in SubscriptionConstructor Harry 2025-09-29 18:34:51 +08:00
  • 4db026f816 add Go Benchmark (go) benchmark result for 057d8ec0e4 github-action-benchmark 2025-09-29 10:21:06 +00:00
  • 057d8ec0e4 Check manifest when saving plugin packages (#467) Yeuoly 2025-09-29 18:17:06 +08:00
  • ad7a5c8ae6 add Go Benchmark (go) benchmark result for 50ff9a31ee github-action-benchmark 2025-09-29 10:16:09 +00:00
  • ff32fc7b0c Check manifest when saving plugin packages codex/add-manifest-check-to-upload-endpoint Yeuoly 2025-09-29 18:14:06 +08:00
  • 50ff9a31ee packaging: add dependencies required by bowenliang123/md_exporter plugin (#466) QuantumGhost 2025-09-29 18:12:04 +08:00
  • ee18aa313b fix(trigger): update SubscriptionSchema validation in TriggerProviderDeclaration Harry 2025-09-29 18:04:25 +08:00
  • 883eab5cbe feat(trigger): add CHECKBOX parameter type to plugin entities and refactor the trigger provider strcuture Harry 2025-09-29 17:18:29 +08:00
  • 79d7326741 build serverless mode image with no-root permission feat/no-root-dockerfile Byron Wang 2025-09-28 17:17:28 +08:00
  • c6081df17a fix(plugin): update validation error messages in ManifestValidate method Harry 2025-09-26 12:05:48 +08:00
  • 1dcee066a3 Merge remote-tracking branch 'origin/main' into feat/trigger Harry 2025-09-26 12:04:54 +08:00
  • 3d09bdef83 add Go Benchmark (go) benchmark result for b85253f773 github-action-benchmark 2025-09-24 03:32:40 +00:00
  • b85253f773 feat(plugin): implement unauthorized Langgenius plugin blocking (#458) 0.3.1 Yeuoly 2025-09-24 11:28:41 +08:00
  • 1187620667 add Go Benchmark (go) benchmark result for 64738319b8 github-action-benchmark 2025-09-23 15:57:15 +00:00
  • 64738319b8 Fix/json schema (#460) Maries 2025-09-23 23:53:21 +08:00
  • 6349a6fee4 fix(endpoint): update error handling for missing endpoint configuration in ListPluginEndpoints fix/json-schema Harry 2025-09-23 20:18:54 +08:00
  • 61d6f20d62 fix(endpoint): add error handling for missing endpoint configuration in ListPluginEndpoints Harry 2025-09-23 20:01:45 +08:00
  • 42b00e4816 fix(agent_declaration): remove unnecessary 'json_schema' validation from OutputSchema Harry 2025-09-23 19:51:22 +08:00
  • 1bd881fc3d refactor(plugin): update Langgenius plugin signature enforcement fix/blocking-anthorized-langgenius Yeuoly 2025-09-23 19:30:04 +08:00
  • f400efdd84 add Go Benchmark (go) benchmark result for 294a521d54 github-action-benchmark 2025-09-23 08:18:30 +00:00
  • 294a521d54 Added git to local.dockerfile (#453) Oleg Sadov 2025-09-23 11:14:24 +03:00
  • 0508f6b669 fix: typo Yeuoly 2025-09-23 16:08:36 +08:00
  • dfe50bf2be feat(plugin): implement unauthorized Langgenius plugin blocking Yeuoly 2025-09-23 16:04:52 +08:00
  • be4c273425 add Go Benchmark (go) benchmark result for dbbc4a29cc github-action-benchmark 2025-09-22 06:45:45 +00:00
  • dbbc4a29cc 454 bump cli template (#455) crazywoola 2025-09-22 14:41:47 +08:00
  • 34757c9dc2 feat: update GUIDE.md 454-bump-cli-template crazywoola 2025-09-22 14:28:59 +08:00
  • c8d8c1a985 feat: update ja_JP crazywoola 2025-09-22 14:20:22 +08:00
  • 559277fc55 feat: update template crazywoola 2025-09-22 14:07:22 +08:00
  • 00d76a24c9 feat: add Multiple field to ProviderConfig for enhanced configuration Harry 2025-09-17 22:08:13 +08:00
  • 558453858d add Go Benchmark (go) benchmark result for 1dacb201ff github-action-benchmark 2025-09-17 01:44:14 +00:00
  • 1dacb201ff feat(cmd): add datasource template (#449) 0.3.0 Tianyi Jing 2025-09-17 09:40:09 +08:00
  • a6d3692b19 add Go Benchmark (go) benchmark result for 878edde455 github-action-benchmark 2025-09-16 09:36:19 +00:00
  • 878edde455 feat(datasource): Implement datasource validation and invocation steps (#295) Yeuoly 2025-09-16 17:32:14 +08:00
  • 2856d56513 Merge remote-tracking branch 'origin/main' into feat/datasource feat/datasource build/datasource Harry 2025-09-16 15:56:03 +08:00
  • 0b9e03dd15 feat: add Multiple field to TriggerParameter for enhanced configuration Harry 2025-09-15 19:04:23 +08:00
  • 7607f6ff30 add Go Benchmark (go) benchmark result for 9e3081bd17 github-action-benchmark 2025-09-12 12:38:40 +00:00
  • 9e3081bd17 feat: support orphan plugin (#440) Yunlu Wen 2025-09-12 20:34:38 +08:00
  • 5f669a081e add Go Benchmark (go) benchmark result for e6bb4967a8 github-action-benchmark 2025-09-12 11:34:00 +00:00
  • d04c5a9d4b add Go Benchmark (go) benchmark result for bb83075acd github-action-benchmark 2025-09-12 11:30:36 +00:00
  • e6bb4967a8 fix lock release (#447) Yunlu Wen 2025-09-12 19:30:01 +08:00
  • bb83075acd feat: add max-size flag (#445) kenwoodjw 2025-09-12 19:26:29 +08:00
  • 1ca6c35697 feat: add remapping for trigger icons in MediaBucket Harry 2025-09-05 12:03:12 +08:00
  • 24a63d88a8 Add trigger functionality and enhance database integration Harry 2025-09-04 13:31:20 +08:00
  • 630701cae2 add Go Benchmark (go) benchmark result for b4da677c5e github-action-benchmark 2025-09-03 10:12:28 +00:00
  • b4da677c5e bump dify-cloud-kit version to v0.1.0 (#442) Byron.wang 2025-09-03 18:08:28 +08:00
  • c41d1e9443 bump dify-cloud-kit version to v0.1.0 bump-cloud-kit Byron Wang 2025-09-03 17:33:37 +08:00
  • 5b396a4c7e Refactor trigger-related types and enhance dynamic select functionality Harry 2025-09-03 11:28:21 +08:00
  • 5bd6f43c63 add Go Benchmark (go) benchmark result for a4c32d32ea github-action-benchmark 2025-09-03 03:05:39 +00:00
  • a4c32d32ea feat: propagate plugin unique identifier to serverless control plane (#428) Yunlu Wen 2025-09-03 11:01:48 +08:00
  • 6fdf4aa515 feat: add rag tag 0.3.0b1 Novice 2025-09-03 09:44:04 +08:00
  • 71cc259338 feat: add rag tag Novice 2025-09-02 22:12:20 +08:00
  • 7bf75d6fce feat: add rag tag feat/rag-tag Novice 2025-09-02 22:10:45 +08:00
  • 390b7641ea Implement trigger functionality and clean up dynamic select code Harry 2025-09-02 16:28:19 +08:00
  • 9b21a43ce3 add Go Benchmark (go) benchmark result for 5c57624f5d github-action-benchmark 2025-09-01 05:34:44 +00:00
  • 5c57624f5d docs: add comprehensive development documentation (#433) Yeuoly 2025-09-01 13:30:42 +08:00
  • 0b8240d534 add Go Benchmark (go) benchmark result for 880dc70345 github-action-benchmark 2025-09-01 05:25:29 +00:00
  • 880dc70345 Fix OS and architecture detection for Windows (#432) toli-ch 2025-09-01 00:21:29 -05:00
  • 7ca097ed28 add Go Benchmark (go) benchmark result for 604da5d495 github-action-benchmark 2025-08-28 10:27:17 +00:00
  • 604da5d495 refactor: rename AWS references to Serverless in plugin daemon (#437) Yeuoly 2025-08-28 18:24:22 +08:00
  • 17f6d7e23b refactor: rename AWS references to Serverless in plugin daemon fix/change-session-not-found-to-400 Yeuoly 2025-08-28 17:25:28 +08:00
  • 5134f3b5d0 feat: add plugin asset extraction endpoint with caching support feat/plugin-readme Stream 2025-08-27 18:54:56 +08:00
  • 5b5f709e7d feat: implement readme endpoint Stream 2025-08-27 15:57:22 +08:00
  • 0647713f4c feat: implement readme extracting and storage Stream 2025-08-27 15:57:09 +08:00
  • 1aed761b11 feat: add PluginReadme database model Stream 2025-08-27 15:02:18 +08:00
  • 91baf93fe4 add Go Benchmark (go) benchmark result for b86f12fbaa github-action-benchmark 2025-08-27 06:19:35 +00:00
  • 130b5bd864 add Go Benchmark (go) benchmark result for 6c03c1b3c8 github-action-benchmark 2025-08-27 06:19:24 +00:00