mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1496] [MERGED] UPDATE: add 2 tools and bug fix r3-yamauchi/kintone v0.1.2 #1646
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/1496
Author: @r3-yamauchi
Created: 11/3/2025
Status: ✅ Merged
Merged: 11/3/2025
Merged by: @crazywoola
Base:
main← Head:main📝 Commits (1)
b2260b9feat: kintone_build_records_data , kintone_build_subtable_rows📊 Changes
1 file changed (+0 additions, -0 deletions)
View changed files
📝
r3-yamauchi/kintone/kintone_integration.difypkg(+0 -0)📄 Description
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
v0.1.1
Fixed a bug where the less frequently used tools
kintone_get_fieldsandkintone_validate_record_datawere not functioning properly.The issue was caused by mistakenly adding an
__init__method that did not accept the parametersruntimeandsession.All the changes in this version are as shown in the following commit:
https://github.com/r3-yamauchi/dify-kintone-plugin/commit/fcc936022d38a4dc6f735873f12ced64cadeb61f
v0.1.2
I added a tool that converts multiple data sets to match the kintone data structure.
Without this tool, it was necessary to place code execution nodes like the ones shown below.
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
The kintone plugin does not collect any personal user data. It only uses the information explicitly provided by the user to access kintone. This plugin has the following characteristics:
Does not store user files permanently
Uses temporary storage only during the conversion process
Does not collect user metadata or personal information
Does not track usage patterns or user behavior
Does not require any user authentication credentials or personal identifiers
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.