Releases: alexander-zierhut/agent-tool-lexware-office-cli
Releases · alexander-zierhut/agent-tool-lexware-office-cli
Release list
v0.1.4
v0.1.3
Add `report` command — where and how to file an issue, offline New top-level `<cmd> report` prints this tool's repo, a pre-filled GitHub issues/new link (running version inlined into the body) and a `gh issue create` one-liner. Like `guide` it needs no network, token or config. After `pipx install` there is no README or AGENTS.md beside the binary, so the tool must carry its own "report a problem" answer. Needs shared-cli>=0.1.4. Claude-Session: https://claude.ai/code/session_017feobGd32Ftk7p4X4JqDKC
v0.1.2
docs: full README, AGENTS.md, Makefile, generated docs; bump 0.1.2 Bring lexware up to the family standard (was a 7-line README stub): - README: full agent-ready README with badges, embedded CLI 'command surface' (--help), Why/Quick-start/Output-contract, family table - add AGENTS.md (machine contract, incl. exit 8 = rate-limited and the 429-as-HTTP-500 / 504-may-have-succeeded gotchas) - add Makefile (help/install/test/test-unit/lint/docs/clean) and scripts/gen_docs.py; generate docs/COMMANDS.md (22 groups, 69 commands) - pyproject: add Issues + Changelog URLs Part of the cross-repo agent-tool CLI doc standardization.
v0.1.1
lexware-office CLI 0.1.1 — PDF download + env-token bootstrap fixes
v0.1.0
fix(release): binary launcher uses an absolute import (fixes --versio…