19 Commits

Author SHA1 Message Date
AlexMultiAgent 7b536ebe0d add md2docx 0.0.1 — Markdown to DOCX plugin (#2536)
* feat(marketplace): add md2docx 0.0.1 plugin

Converts Markdown to polished DOCX inside Dify workflows.

- 3 tools: Markdown to DOCX (6 params), Markdown to DOCX Advanced
  (19 params with full font/size/margin control), and Mermaid to
  Image (standalone Mermaid diagram -> PNG).
- 6 style profiles with built-in Chinese/English reference templates:
  technical, business, official (GB/T 9704-2012), academic, thesis
  (GB/T 7713), template.
- Pandoc binary is bundled inside the pypandoc-binary pip wheel;
  no runtime download.
- Mermaid rendering via the Mermaid Ink API (HTTPS, opt-out via
  mermaid_enabled=false, or self-hosted via mermaid_api_url).
- Source repository: https://github.com/AlexMultiAgent/mdocx-converter
- Privacy policy: declared in manifest.yaml (privacy: ./PRIVACY.md).

Risk level: Medium - sends user-controlled Mermaid code to a third-
party HTTPS API (Mermaid Ink) and writes to local temp files.

* chore(marketplace): repack md2docx 0.0.1 with GB/T 9704 (no year suffix)

---------

Co-authored-by: AlexMultiAgent <alexmultiagent@users.noreply.github.com>
2026-06-15 10:21:00 +08:00
Crazywoola 005bd85fec Merge pull request #2460 from AlexMultiAgent/update/myweather-0.1.2
update: myweather 0.1.0 → 0.1.2
2026-05-27 15:31:10 +08:00
AlexMultiAgent 91e3129059 fix: deps in pyproject.toml (not requirements.txt) for CI compat 2026-05-27 12:01:49 +08:00
AlexMultiAgent a9596e4fd8 fix: update package with README CJK cleanup, requirements.txt with dify_plugin>=0.9.0 2026-05-27 11:44:08 +08:00
AlexMultiAgent 98d9d92613 update: myweather 0.1.2 — rebuild clean package 2026-05-27 10:07:26 +08:00
AlexMultiAgent 7b2f881c46 fix: include _assets/icon.svg in myweather-0.1.2 package
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 00:51:31 +08:00
AlexMultiAgent b0da5892ca update: myweather v0.1.2 — unify temperature unit to °C/°F, replace screenshots with text examples 2026-05-27 00:32:28 +08:00
AlexMultiAgent 81037e6246 update myweather 0.1.2 2026-05-26 22:46:33 +08:00
AlexMultiAgent de94845483 update myweather 0.1.2 2026-05-26 22:39:35 +08:00
AlexMultiAgent d992fd9645 Update text_fitter.difypkg: remove comparison table, refine wording 2026-05-26 22:36:17 +08:00
AlexMultiAgent 32742ae83f update myweather 0.1.2: zh-Hant detection, error-path consistency, HTTP retry fixes
- _resolve_language: TW/HK/MO CJK text now resolves to zh-Hant
- Error/empty paths now yield all 14 output variables for downstream workflow safety
- _retry_request: HTTP 429 and 503 are now retried with exponential backoff
- english_noise tokens sorted by length descending
- Dead ZH_HANS fallback replaced with empty list in _extract_cjk_location_fragments
2026-05-26 22:06:45 +08:00
AlexMultiAgent d7333e598d Update text_fitter.difypkg with latest README and code cleanup 2026-05-26 20:54:28 +08:00
AlexMultiAgent 06d964a720 update: myweather 0.1.2 2026-05-26 06:55:26 +08:00
AlexMultiAgent db10cd7924 Update Text Fitter plugin package with latest fixes
- Fix length score piecewise continuity at len=20 boundary
- Add multi-dot abbreviation protection (i.e., e.g.)
- Pre-compile sentence-split regex at module level
- Extract shared CJK Unicode ranges into _is_cjk_char helper
- Fix incomplete CJK detection in boundary truncation fallback
- Guard MMR prefilter empty-selection index mapping
2026-05-26 06:43:00 +08:00
AlexMultiAgent 3d3d03de9c update text-fitter: add source repo link and requirements to README 2026-05-25 16:55:19 +08:00
AlexMultiAgent 49f0304ee3 update text-fitter plugin to v0.0.1
- Fix length score discontinuities across all boundaries
- Expand tokenizer CJK character ranges
- Improve exception handling with error visibility
- Increase compression_ratio precision
- Use CJK ellipsis for CJK text truncation
- Add .difyignore for clean packaging
2026-05-25 16:38:16 +08:00
AlexMultiAgent 30f8e833eb add text-fitter plugin v0.0.1 2026-05-25 04:37:29 +08:00
AlexMultiAgent 5b5eca3d45 Update MyWeather package: English-only README for Marketplace checks 2026-04-12 16:23:32 +08:00
AlexMultiAgent f99784b9e1 Add MyWeather plugin v0.1.0 (updated package) 2026-04-12 11:02:36 +08:00