Skip to content

Releases: serialq7ic4/ixf-toolbox

v3.27.2

Choose a tag to compare

@github-actions github-actions released this 11 Sep 06:02
  • Fixed Claude Code native plugin routing for natural-language i讯飞/LarkShell requests by adding a prompt-aware UserPromptSubmit hook, exact namespaced skill guidance, and a local Markdown opt-out boundary.

v3.27.1

Choose a tag to compare

@github-actions github-actions released this 11 Sep 02:45
  • Fixed Windows runtime bootstrap path validation for 8.3 aliases and reparse-point replacement, including destination revalidation before directory creation and binary replacement.

v3.27.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 10:11
  • Added native Codex and Claude Code plugin marketplaces so each host owns skill discovery, updates, disablement, and uninstall.
  • Added confirmed, checksum-verified bootstrap of the Go ixf runtime into user-local directories without modifying PATH.
  • Consolidated the seven agent skills into one canonical source tree with deterministic host-specific generated plugin packages.
  • Added a Claude-only SessionStart routing hint while keeping Codex packages hook-free.
  • Extended read-only ixf doctor --json diagnostics for native plugin installation, absent/unknown states, and legacy raw-skill duplicate risk.
  • Replaced setup dependency commands with dry-run-first ixf deps install and explicit --apply for optional Mermaid rendering dependencies.
  • Removed ixf setup skills, ixf update skills, and the complete ixf setup command family; native host plugins now own skill installation.

v3.26.3

Choose a tag to compare

@github-actions github-actions released this 28 Aug 15:16
  • Fixed Markdown blockquotes so published, updated, and patched docx content creates native quote containers instead of literal > text.
  • Fixed Markdown bold runs so **...** publishes as rich-text bold and docx reads render bold back to Markdown for verification.
  • Added dry-run and apply verification metadata for expected quote containers and bold text runs.
  • Removed misleading release-build version ldflags usage; release binaries now rely on the repository VERSION file as the single version source.

v3.26.2

Choose a tag to compare

@github-actions github-actions released this 21 Aug 09:53
  • Tightened agent routing guidance so ordinary local Markdown inspection, summary, review, and edits use the host filesystem instead of defaulting through ixf-docs-reader.
  • Documented the limited cases where local Markdown should still use ixf: deterministic artifact/manifest output, heading-aware outline/chunk workflows, and publish/update/patch preprocessing.
  • Added repository contract coverage to prevent installed skills from reintroducing local Markdown as a default ixf-docs-reader trigger.

v3.26.1

Choose a tag to compare

@github-actions github-actions released this 16 Aug 16:27
  • Fixed OKR write flag handling so --dry-run and --apply are rejected before input parsing, matching other write commands.
  • Tightened bitable attachment readback verification to require the uploaded attachment token, not just a matching file name.
  • Refreshed README command tables and bitable attach guidance to match the supported setup deps and attach --apply behavior.

v3.26.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 11:27
  • Added API-only ixf bitable attach --apply for existing-record attachment fields, uploading local files through bitable_image, appending to the matched record with SetRecord / data.setRecord, preserving existing attachments, and verifying by clientvars readback.
  • Added unit and CLI integration coverage for existing-record attachment apply, including upload endpoints, RCE payload shape, and verification output.
  • Updated README, routing docs, Go parity, API contract notes, and installed skill guidance so agents can safely route confirmed bitable attachment writes through ixf bitable attach --apply.

v3.25.1

Choose a tag to compare

@github-actions github-actions released this 16 Aug 09:19
  • Documented ixf bitable record create --insert-position help output with the supported top|bottom values and default bottom behavior.
  • Refreshed release install examples so the Chinese and English README files point at the current Go binary artifacts.

v3.25.0

Choose a tag to compare

@github-actions github-actions released this 16 Aug 03:30
  • Added ixf docs table append-row dry-run/apply for appending one row to native docx tables, including local PNG/JPEG/SVG image cells uploaded through docx_image and verified by readback.
  • Added ixf bitable inspect/read and ixf bitable attach --dry-run for safe bitable metadata inspection and attachment upload planning across direct bitable, wiki bitable, and docx embedded bitable URLs.
  • Added ixf bitable record create --dry-run and API-only --apply to create records from JSON input, upload attachment-field files, append to the current view by default, optionally restore top insertion with --insert-position top, and verify by clientvars readback.
  • Kept ixf bitable attach --apply fail-closed until the existing-record update API contract is captured, preventing accidental docs/sheets misrouting.
  • Updated README, routing docs, Go parity, and installed skill guidance so native docs table row appends route to ixf docs table append-row while bitable attachment requests route to ixf bitable.

v3.24.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 16:00
  • Added root ixf doctor --json dependency diagnostics under dependencies.mermaid, dependencies.messenger, and dependencies.update for full-function readiness checks.
  • Added ixf setup deps dry-run/apply support for optional Mermaid rendering dependencies, with explicit npm/npx commands and no silent desktop environment changes.
  • Documented the full dependency matrix, including Go-only core runtime, cookie export platform dependencies, Mermaid CLI/Puppeteer, Messenger Chrome/Chromium, and GitHub Release access.