Commit Graph

  • ab7540eed9 Add Claude Code GitHub Workflow (#434) Yeuoly 2025-08-27 14:03:59 +08:00
  • 13da5c6e3e "Claude Code Review workflow" add-claude-github-actions-1756274550417 Yeuoly 2025-08-27 14:02:34 +08:00
  • c365df3d96 "Claude PR Assistant workflow" Yeuoly 2025-08-27 14:02:33 +08:00
  • 2208ee9c2e docs: add comprehensive development documentation docs/comprehensive-development-documentation Yeuoly 2025-08-27 13:41:15 +08:00
  • 470aeafc01 Merge branch 'main' into feat/plugin-readme Stream 2025-08-27 13:13:29 +08:00
  • 02777abafc add Go Benchmark (go) benchmark result for b286be778e github-action-benchmark 2025-08-26 12:39:12 +00:00
  • b286be778e chore: remove JSON schema validation from tool and agent services (#430) Yeuoly 2025-08-26 20:36:25 +08:00
  • 12c81a6a41 fix: remove duplicated routes chore/remove-json-schema-validation-error Yeuoly 2025-08-26 18:23:53 +08:00
  • 3c580324fa chore: remove JSON schema validation from tool and agent services Yeuoly 2025-08-26 18:16:07 +08:00
  • 71cef04bfa fix: resolve concurrent map access panic in tool validation 71cef04 Byron Wang 2025-08-26 16:55:53 +08:00
  • 867b61c213 fix(plugin_entities): remove output_schema validation tests Harry 2025-08-26 12:29:41 +08:00
  • e758592e5a refactor(json_schema): remove json schema definitions and validation Harry 2025-08-25 19:20:03 +08:00
  • 009e515d4f add Go Benchmark (go) benchmark result for 526addc778 github-action-benchmark 2025-08-23 10:56:31 +00:00
  • 526addc778 fix: add missing types of tool_parameter (#421) Tianyi Jing 2025-08-23 18:52:32 +08:00
  • d3a5d2cbb8 feat(plugins): add FetchPluginReadme endpoint and update launch configurations Harry 2025-08-22 16:40:17 +08:00
  • 9670648157 fix: add missing types of tool_parameter fix/missing-parameter-type jingfelix 2025-08-12 14:37:09 +08:00
  • cd091378ce refactor(plugin_entities): update validation for OnlineDriveBrowseFilesRequest prefix field to be optional Harry 2025-08-11 15:24:52 +08:00
  • 2d9e45363a add Go Benchmark (go) benchmark result for 21015d4474 github-action-benchmark 2025-08-08 14:00:29 +00:00
  • 21015d4474 fix credential type (#419) Betula-L 2025-08-08 09:56:34 -04:00
  • 9ce516a3cd refactor(plugin_entities): enhance schema processing with checks and error handling Harry 2025-08-08 17:13:04 +08:00
  • 7c40929ddd refactor(plugin_entities): built-in schema & new datasource structure Harry 2025-08-08 15:56:08 +08:00
  • 7699ab00a9 refactor(plugin_entities): remove unused properties from built-in schema definitions Harry 2025-08-08 11:02:11 +08:00
  • 50b81c0232 refactor(plugin_entities): centralize built-in schema definitions and processing Harry 2025-08-07 17:19:08 +08:00
  • 0e9ec24f16 Merge remote-tracking branch 'origin/main' into feat/datasource Harry 2025-08-07 12:01:06 +08:00
  • e6f0bd7973 test(plugin_entities): add unit tests for schema definitions and YAML processing Harry 2025-08-07 00:38:53 +08:00
  • 99fcbd138d feat(plugin_entities): add built-in schema definitions and processing for datasource YAML Harry 2025-08-07 00:33:00 +08:00
  • 71edd1a7aa feat: built-in json schema definations Harry 2025-08-01 15:13:32 +08:00
  • 9742d293c0 add Go Benchmark (go) benchmark result for 222ab80a6b github-action-benchmark 2025-07-24 05:43:27 +00:00
  • 222ab80a6b refactor(session_manager): update GetSession function to return error (#413) Yeuoly 2025-07-24 13:40:38 +08:00
  • d52a9cef4d refactor(session_manager): update GetSession function to return error fix/sessions-log Yeuoly 2025-07-24 13:36:34 +08:00
  • 80ae8cd145 add Go Benchmark (go) benchmark result for 178e7649ba github-action-benchmark 2025-07-23 10:24:36 +00:00
  • 178e7649ba fix(env): update REMOTE_INSTALL_URL format in .env.example (#412) Yeuoly 2025-07-23 18:21:42 +08:00
  • d001203934 fix(env): update REMOTE_INSTALL_URL format in .env.example fix/template.env Yeuoly 2025-07-23 18:17:45 +08:00
  • 9f0b45436f add Go Benchmark (go) benchmark result for 80389be55b github-action-benchmark 2025-07-23 08:26:47 +00:00
  • 80389be55b chore(deps): update go-git and golang.org/x/tools dependencies (#410) Yeuoly 2025-07-23 16:22:48 +08:00
  • e9ffb30b65 chore(deps): update go-git and golang.org/x/tools dependencies bump/go-git Yeuoly 2025-07-23 16:07:29 +08:00
  • 86344bd639 add Go Benchmark (go) benchmark result for 9234aed479 github-action-benchmark 2025-07-23 05:55:36 +00:00
  • 9234aed479 chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 (#409) 0.2.0 dependabot[bot] 2025-07-23 13:51:27 +08:00
  • da7d7ae6fa add Go Benchmark (go) benchmark result for bace3bfb58 github-action-benchmark 2025-07-23 05:15:37 +00:00
  • bace3bfb58 feat(oauth): implement refresh credentials functionality (#408) Yeuoly 2025-07-23 13:11:36 +08:00
  • ecc068c32b feat(oauth): add metadata field to OAuthGetCredentialsResult feat/oauth-refresh-token build/oauth Harry 2025-07-22 00:51:12 +08:00
  • c2e15b29a2 feat(oauth): implement refresh credentials functionality Yeuoly 2025-07-22 00:33:07 +08:00
  • 8b8861c76b feat: add Expire field to OAuthGetCredentialsResult feat/plugin-oauth Harry 2025-07-21 23:51:15 +08:00
  • f5d28f77fa feat: add metadata field to OAuthGetCredentialsResult Harry 2025-07-18 18:33:43 +08:00
  • ca31b721e4 add Go Benchmark (go) benchmark result for 7f463e32f6 github-action-benchmark 2025-07-21 08:06:25 +00:00
  • 7f463e32f6 feat(plugin_decoder): add support for internationalized readme files (#393) Yeuoly 2025-07-21 16:02:26 +08:00
  • 0426e1f733 add Go Benchmark (go) benchmark result for 3b0a8679f4 github-action-benchmark 2025-07-21 07:41:05 +00:00
  • 3b0a8679f4 feat/tool oauth cli template (#407) Maries 2025-07-21 15:37:13 +08:00
  • 268673c60a feat(oauth): update OAuth support and adjust dify_plugin version constraints feat/tool-oauth-cli Harry 2025-07-19 00:37:52 +08:00
  • 9eefb38552 feat: add metadata field to OAuthGetCredentialsResult Harry 2025-07-18 18:33:43 +08:00
  • 379568e0d1 feat(cli): update OAuth handling and requirements for dify_plugin Harry 2025-07-18 17:32:27 +08:00
  • eb2d0e917c Merge remote-tracking branch 'origin' into feat/datasource Harry 2025-07-18 12:57:01 +08:00
  • 8da865b29e add Go Benchmark (go) benchmark result for a0414b30e6 github-action-benchmark 2025-07-17 08:32:27 +00:00
  • a0414b30e6 0.2.0 (#402) Maries 2025-07-17 16:28:43 +08:00
  • f62b0a46b5 feat: add support for build branches in build-push.yml build/plugin-oauth Harry 2025-07-16 17:29:14 +08:00
  • 7a4c9c1118 Merge branch 'main' into feat/plugin-oauth Harry 2025-07-16 17:20:58 +08:00
  • 452abbfee7 fix: handle unhandled default case in basic_type.go Harry 2025-07-16 17:19:41 +08:00
  • 3d48dabe34 feat: add CredentialType field to Credentials and InvokeToolRequest structures Harry 2025-07-14 16:50:58 +08:00
  • 50cf5369b7 feat: add Context field to request and session structures Harry 2025-07-13 01:46:12 +08:00
  • 4c3eaab643 feat(plugin): add README command and list functionality feat/readme-i18n Yeuoly 2025-07-10 14:41:08 +08:00
  • dc33314311 feat(plugin): add support for multilingual README generation Yeuoly 2025-07-09 18:06:33 +08:00
  • b6cc41c0dd add Go Benchmark (go) benchmark result for 33c023b375 github-action-benchmark 2025-07-09 09:47:20 +00:00
  • 33c023b375 refactor(plugin_manager): enhance HTTP client timeout handling in ser… (#385) Yeuoly 2025-07-09 17:43:24 +08:00
  • c3d6dcd92e feat(plugin_decoder): add support for internationalized readme files Yeuoly 2025-07-09 17:42:54 +08:00
  • 2cf31b01eb refactor(plugin_manager): adjust HTTP client timeout settings in serverless runtime fix/memory-leak Yeuoly 2025-07-09 17:07:10 +08:00
  • 21b06c9750 add Go Benchmark (go) benchmark result for 7bc3b7565e github-action-benchmark 2025-07-09 09:06:56 +00:00
  • 7bc3b7565e feat(plugin_manager): enhance asset remapping for icons (#392) Yeuoly 2025-07-09 17:02:57 +08:00
  • 678749106c feat(plugin_manager): enhance asset remapping for icons feat/icon-dark Yeuoly 2025-07-09 15:22:04 +08:00
  • 59850ee13c refactor(plugin_manager): remove write deadline setting in serverless runtime connection initialization Yeuoly 2025-07-08 19:31:19 +08:00
  • 1337ddb8f0 add Go Benchmark (go) benchmark result for 6ae762ba11 github-action-benchmark 2025-07-08 11:13:26 +00:00
  • 6ae762ba11 feat(plugin_manager): optimize local plugin startup with concurrency (#375) homejim 2025-07-08 19:09:31 +08:00
  • 97e49a148d feat(oauth): update OAuthSchema validation Harry 2025-07-08 17:18:41 +08:00
  • 87af3076c5 add Go Benchmark (go) benchmark result for b97cce7167 github-action-benchmark 2025-07-08 04:52:41 +00:00
  • b97cce7167 enhance(cli/icon): add multiple categories default plugin icons (#388) Yeuoly 2025-07-08 12:48:48 +08:00
  • a629c891d8 comments feat/default-icon Yeuoly 2025-07-07 18:53:46 +08:00
  • 97d2322717 enhance(plugin_manager): improve logging for local plugin watcher plugin_launch_concurent Yeuoly 2025-07-07 18:41:17 +08:00
  • 3ad06dba0d fix Yeuoly 2025-07-07 18:27:19 +08:00
  • 25678193fe fix Yeuoly 2025-07-07 18:24:39 +08:00
  • 7c3755eaf4 add Go Benchmark (go) benchmark result for 18d4151883 github-action-benchmark 2025-07-07 10:20:57 +00:00
  • 0c86ae2296 change icons Yeuoly 2025-07-07 18:20:43 +08:00
  • 18d4151883 optimize: skip sleep for remote plugin runtime during restart, making the debugging experience smoother (#387) Blackoutta 2025-07-07 18:17:02 +08:00
  • a9902b9c52 enhance(cli/icon): add plugin icon support with multiple categories Yeuoly 2025-07-07 14:50:44 +08:00
  • 404869a33b refactor(plugin_manager): refactor plugin startup logic jim02.he 2025-07-05 00:30:42 +08:00
  • e57ce486bc add Go Benchmark (go) benchmark result for 56fcd686e1 github-action-benchmark 2025-07-04 12:00:30 +00:00
  • 56fcd686e1 feat: add active request tracking to health check and dispatch routes (#384) Yeuoly 2025-07-04 19:56:42 +08:00
  • 39f9191de3 refactor(plugin_manager): enhance HTTP client timeout handling in serverless runtime with DialContext Yeuoly 2025-07-04 19:55:35 +08:00
  • 24e55d1258 feat(oauth): add RedirectURI field to OAuth request structures Harry 2025-07-04 19:05:26 +08:00
  • 7e2c4739ab feat: add active request tracking to health check and dispatch routes feat/collect-active-requests Yeuoly 2025-07-04 15:35:35 +08:00
  • d39e38e6cd feat: update request types for online drive browsing and downloading Harry 2025-07-03 18:22:45 +08:00
  • 7c98d0cfde add Go Benchmark (go) benchmark result for 412589f94a github-action-benchmark 2025-07-03 15:46:49 +00:00
  • 412589f94a skip error plugin names (#381) AkisAya 2025-07-03 23:43:03 +08:00
  • 57fd5221b7 refactor: rename OnlineDocumentPageChunk to DatasourceGetPagesResponse and update related references Harry 2025-07-02 23:11:39 +08:00
  • 9321ebdc02 Merge remote-tracking branch 'origin/main' into feat/datasource Harry 2025-07-02 22:53:35 +08:00
  • c82944d8f0 feat: add support for dark icon feat/dark-icon Yeuoly 2025-07-02 17:58:51 +08:00
  • add2213d7d fix(plugin_manager): optimize comment and error handling jim02.he 2025-07-02 12:29:34 +08:00
  • 1fe2e518a8 Merge remote-tracking branch 'origin/main' into plugin_launch_concurent jim02.he 2025-07-02 08:59:35 +08:00
  • 8825b94c01 feat(plugin_manager): make local plugin launching concurrency configurable jim02.he 2025-07-02 08:56:39 +08:00
  • 518fa200ac add Go Benchmark (go) benchmark result for 6d6fb3892e github-action-benchmark 2025-06-30 04:10:45 +00:00
  • 6d6fb3892e feat: add InvokeLLMWithStructuredOutput functionality (#369) 0.1.3 Yeuoly 2025-06-30 12:07:46 +08:00
  • f945225e56 feat(plugin_manager): optimize local plugin startup with concurrent control jim02.he 2025-06-30 00:16:51 +08:00