Skip to content

Releases: alexander-zierhut/agent-tool-lexware-office-cli

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 20 Jul 15:21
b484b85
Finalize existing draft sales documents via `create --from <id> --fin…

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 20 Jul 13:55
893c75d
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

Choose a tag to compare

@github-actions github-actions released this 18 Jul 21:46
e153c55
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

Choose a tag to compare

@github-actions github-actions released this 18 Jul 21:33
31f8428
lexware-office CLI 0.1.1 — PDF download + env-token bootstrap fixes

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 20:51
0c20aba
fix(release): binary launcher uses an absolute import (fixes --versio…