Releases: serialq7ic4/ixf-toolbox
Releases · serialq7ic4/ixf-toolbox
Release list
v3.27.2
v3.27.1
- 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
- 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
ixfruntime into user-local directories without modifyingPATH. - 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 --jsondiagnostics for native plugin installation, absent/unknown states, and legacy raw-skill duplicate risk. - Replaced setup dependency commands with dry-run-first
ixf deps installand explicit--applyfor optional Mermaid rendering dependencies. - Removed
ixf setup skills,ixf update skills, and the completeixf setupcommand family; native host plugins now own skill installation.
v3.26.3
- 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
VERSIONfile as the single version source.
v3.26.2
- 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-readertrigger.
v3.26.1
- Fixed OKR write flag handling so
--dry-runand--applyare 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 depsandattach --applybehavior.
v3.26.0
- Added API-only
ixf bitable attach --applyfor existing-record attachment fields, uploading local files throughbitable_image, appending to the matched record withSetRecord/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
- Documented
ixf bitable record create --insert-positionhelp output with the supportedtop|bottomvalues and defaultbottombehavior. - Refreshed release install examples so the Chinese and English README files point at the current Go binary artifacts.
v3.25.0
- Added
ixf docs table append-rowdry-run/apply for appending one row to native docx tables, including local PNG/JPEG/SVG image cells uploaded throughdocx_imageand verified by readback. - Added
ixf bitable inspect/readandixf bitable attach --dry-runfor safe bitable metadata inspection and attachment upload planning across direct bitable, wiki bitable, and docx embedded bitable URLs. - Added
ixf bitable record create --dry-runand API-only--applyto 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 --applyfail-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-rowwhile bitable attachment requests route toixf bitable.
v3.24.0
- Added root
ixf doctor --jsondependency diagnostics underdependencies.mermaid,dependencies.messenger, anddependencies.updatefor full-function readiness checks. - Added
ixf setup depsdry-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.