Releases: testomatio/explorbot
Releases · testomatio/explorbot
0.1.18
What's Changed
- fix: allow build on macos by @olexandr13 in #27
- feat: extend configuration capabilities by adding ability to pass playwright config by @olexandr13 in #26
- New doc-collector by @DenysKuchma in #25
Full Changelog: 0.1.17...0.1.18
0.1.17
0.1.16
0.1.14
0.1.13
0.1.12
0.1.11
0.1.10
ci: fix format check and deterministic mergedFrom order - bin/explorbot-cli.ts: replace tab with 2-space indent to satisfy biome format - experience-compactor: order mergedFrom by AI decision urls instead of readdirSync order, which varied across filesystems and broke the CI test Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0.1.9
explore: accept --focus in ExploreCommand.parseArgs Commit 6c37b1c wired --focus on the outer commander layer but the inner ExploreCommand.parseArgs() still rejected the flag. Adds --focus to options and reads opts.focus before falling back to positional args. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0.1.8
cli: fix version lookup on Node.js (non-Bun) builds import.meta.dir is Bun-only; under Node it is undefined and path.resolve threw ERR_INVALID_ARG_TYPE in the published CLI, failing tests/node/build.test.mjs. Switch to fileURLToPath(import.meta.url) which works in both runtimes, and copy package.json into dist/ so the relative path matches the shipped layout. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>