Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
af3baae
Increment Version to 0.13.1
JarbasAl Mar 14, 2026
d0b58b6
Merge pull request #54 from TigreGotico/feat/nebulento-palavreado-pip…
JarbasAl May 14, 2026
ad74906
Increment Version to 0.14.0a1
JarbasAl May 14, 2026
654ef16
Update Changelog
JarbasAl May 14, 2026
a01c5c9
feat(e2e): reusable harness, bus helpers, and intent-registration shi…
JarbasAl May 14, 2026
1945fd2
Increment Version to 0.15.0a1
JarbasAl May 14, 2026
26e2088
Update Changelog
JarbasAl May 14, 2026
1115a80
feat(intent-cases): file-based intent test layout + accuracy reporter…
JarbasAl May 14, 2026
c08f29e
Increment Version to 0.16.0a1
JarbasAl May 14, 2026
a4494d4
Update Changelog
JarbasAl May 14, 2026
e02b62d
feat(intent-cases): markdown reporter, baseline diff, auto-discovery,…
JarbasAl May 14, 2026
74abf09
Increment Version to 0.17.0a1
JarbasAl May 14, 2026
fbd523d
Update Changelog
JarbasAl May 14, 2026
09546b5
fix(pipeline-harness): default _SinkSkill bus to FakeBus (#62)
JarbasAl May 20, 2026
5817591
Increment Version to 0.17.1a1
JarbasAl May 20, 2026
0d68cd3
Update Changelog
JarbasAl May 20, 2026
2958e2e
feat(phal): plugin_factories for MiniPHAL and PHALTest (#65)
JarbasAl Jun 10, 2026
5d9f4ec
Increment Version to 0.18.0a1
JarbasAl Jun 10, 2026
fd03c0e
Update Changelog
JarbasAl Jun 10, 2026
cefb075
feat: MiniVoiceLoop + simple/classic listener bus-sequence harnesses …
JarbasAl Jun 12, 2026
5a34567
Increment Version to 0.19.0a1
JarbasAl Jun 12, 2026
64745b4
Update Changelog
JarbasAl Jun 12, 2026
8afb4a0
docs: standardize NGI0 Commons Fund attribution (#69)
JarbasAl Jun 13, 2026
01768e6
Increment Version to 0.19.0a2
JarbasAl Jun 13, 2026
56b4e1f
Update Changelog
JarbasAl Jun 13, 2026
0284537
chore: remove agent-audit scratch files from repo root (#71)
JarbasAl Jun 13, 2026
3cb08af
Increment Version to 0.19.0a3
JarbasAl Jun 13, 2026
619e936
Update Changelog
JarbasAl Jun 13, 2026
9e8074d
fix: drop removed 'path' arg from pytest_pycollect_makemodule hook (p…
JarbasAl Jun 14, 2026
c6e1ecd
Increment Version to 0.19.1a1
JarbasAl Jun 14, 2026
194c83f
Update Changelog
JarbasAl Jun 14, 2026
536c932
feat: TTS end-to-end intelligibility harness (#75)
JarbasAl Jun 15, 2026
e95fa73
Increment Version to 0.19.1a2
JarbasAl Jun 15, 2026
e4fedf5
Update Changelog
JarbasAl Jun 15, 2026
bad04fd
fix(tts-intelligibility): score synthesis failures as total miss inst…
JarbasAl Jun 16, 2026
fcd23b3
Increment Version to 0.19.2a1
JarbasAl Jun 16, 2026
09d06f8
Update Changelog
JarbasAl Jun 16, 2026
eea9b2e
fix(tts-intelligibility): transcode non-WAV engine output before scor…
JarbasAl Jun 17, 2026
a7cff3a
Increment Version to 0.19.3a1
JarbasAl Jun 17, 2026
155a5c3
Update Changelog
JarbasAl Jun 17, 2026
1bc5fe2
fix(tts-intelligibility): normalise rendered audio to 16kHz mono befo…
JarbasAl Jun 17, 2026
622b13f
Increment Version to 0.19.4a1
JarbasAl Jun 17, 2026
dcbcf4c
Update Changelog
JarbasAl Jun 17, 2026
807cf9e
feat: assert_template_shown for SYSTEM_* GUI templates (#83)
JarbasAl Jun 24, 2026
b65ba6a
Increment Version to 0.20.0a1
JarbasAl Jun 24, 2026
f3283da
Update Changelog
JarbasAl Jun 24, 2026
b32c86e
feat: export ovos-media OCP harness from the package + add [media] ex…
JarbasAl Jun 25, 2026
9b07e4b
Increment Version to 0.21.0a1
JarbasAl Jun 25, 2026
615fe57
Update Changelog
JarbasAl Jun 25, 2026
90166b0
fix: repair ovoscope record in-process path (default_pipeline kwarg +…
JarbasAl Jun 25, 2026
0a37608
Increment Version to 0.21.1a1
JarbasAl Jun 25, 2026
7ea78d9
Update Changelog
JarbasAl Jun 25, 2026
a7f0490
feat: stream audio frames through MiniListener for multi-frame decode…
JarbasAl Jun 25, 2026
855573e
Increment Version to 0.22.0a1
JarbasAl Jun 25, 2026
4b06ce3
Update Changelog
JarbasAl Jun 25, 2026
cf5122b
fix: migrate pytest_pycollect_makemodule to wrapper=True for pytest 9…
JarbasAl Jun 25, 2026
d478479
Increment Version to 0.22.1a1
JarbasAl Jun 25, 2026
1fa77cf
Update Changelog
JarbasAl Jun 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
secrets: inherit
with:
python_versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
install_extras: 'audio,pydantic'
install_extras: 'audio,pydantic,media,listener'
test_path: 'test/unittests/'
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
python_version: '3.11'
coverage_source: 'ovoscope'
test_path: 'test/unittests/'
test_extras: 'audio,pydantic,media,listener'
min_coverage: 0
184 changes: 0 additions & 184 deletions AUDIT.md

This file was deleted.

150 changes: 147 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,156 @@
# Changelog

## [0.13.1a1](https://github.com/TigreGotico/ovoscope/tree/0.13.1a1) (2026-03-14)
## [0.22.1a1](https://github.com/OpenVoiceOS/ovoscope/tree/0.22.1a1) (2026-06-25)

[Full Changelog](https://github.com/TigreGotico/ovoscope/compare/0.13.0...0.13.1a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovoscope/compare/0.22.0a1...0.22.1a1)

**Merged pull requests:**

- fix: thread names in bus coverage report [\#52](https://github.com/TigreGotico/ovoscope/pull/52) ([JarbasAl](https://github.com/JarbasAl))
- fix: pytest 9 compatibility for the pytest11 plugin [\#88](https://github.com/OpenVoiceOS/ovoscope/pull/88) ([JarbasAl](https://github.com/JarbasAl))

## [0.22.0a1](https://github.com/OpenVoiceOS/ovoscope/tree/0.22.0a1) (2026-06-25)

[Full Changelog](https://github.com/OpenVoiceOS/ovoscope/compare/0.21.1a1...0.22.0a1)

**Merged pull requests:**

- feat: stream audio frames through MiniListener for multi-frame decoders [\#86](https://github.com/OpenVoiceOS/ovoscope/pull/86) ([JarbasAl](https://github.com/JarbasAl))

## [0.21.1a1](https://github.com/OpenVoiceOS/ovoscope/tree/0.21.1a1) (2026-06-25)

[Full Changelog](https://github.com/OpenVoiceOS/ovoscope/compare/0.21.0a1...0.21.1a1)

**Merged pull requests:**

- fix: repair ovoscope record in-process path \(default\_pipeline kwarg + from\_message skill\_ids\) [\#85](https://github.com/OpenVoiceOS/ovoscope/pull/85) ([JarbasAl](https://github.com/JarbasAl))

## [0.21.0a1](https://github.com/OpenVoiceOS/ovoscope/tree/0.21.0a1) (2026-06-25)

[Full Changelog](https://github.com/OpenVoiceOS/ovoscope/compare/0.20.0a1...0.21.0a1)

**Merged pull requests:**

- feat: export ovos-media OCP harness from the package + add \[media\] extra [\#89](https://github.com/OpenVoiceOS/ovoscope/pull/89) ([JarbasAl](https://github.com/JarbasAl))

## [0.20.0a1](https://github.com/OpenVoiceOS/ovoscope/tree/0.20.0a1) (2026-06-24)

[Full Changelog](https://github.com/OpenVoiceOS/ovoscope/compare/0.19.4a1...0.20.0a1)

**Merged pull requests:**

- feat: assert\_template\_shown for SYSTEM\_\* GUI templates [\#83](https://github.com/OpenVoiceOS/ovoscope/pull/83) ([JarbasAl](https://github.com/JarbasAl))

## [0.19.4a1](https://github.com/OpenVoiceOS/ovoscope/tree/0.19.4a1) (2026-06-17)

[Full Changelog](https://github.com/OpenVoiceOS/ovoscope/compare/0.19.3a1...0.19.4a1)

**Merged pull requests:**

- fix\(tts-intelligibility\): normalise rendered audio to 16kHz mono before STT [\#81](https://github.com/OpenVoiceOS/ovoscope/pull/81) ([JarbasAl](https://github.com/JarbasAl))

## [0.19.3a1](https://github.com/OpenVoiceOS/ovoscope/tree/0.19.3a1) (2026-06-17)

[Full Changelog](https://github.com/OpenVoiceOS/ovoscope/compare/0.19.2a1...0.19.3a1)

**Merged pull requests:**

- fix\(tts-intelligibility\): transcode non-WAV engine output before scoring [\#79](https://github.com/OpenVoiceOS/ovoscope/pull/79) ([JarbasAl](https://github.com/JarbasAl))

## [0.19.2a1](https://github.com/OpenVoiceOS/ovoscope/tree/0.19.2a1) (2026-06-16)

[Full Changelog](https://github.com/OpenVoiceOS/ovoscope/compare/0.19.1a2...0.19.2a1)

**Merged pull requests:**

- fix\(tts-intelligibility\): score synthesis failures as total miss, not abort [\#77](https://github.com/OpenVoiceOS/ovoscope/pull/77) ([JarbasAl](https://github.com/JarbasAl))

## [0.19.1a2](https://github.com/OpenVoiceOS/ovoscope/tree/0.19.1a2) (2026-06-15)

[Full Changelog](https://github.com/OpenVoiceOS/ovoscope/compare/0.19.1a1...0.19.1a2)

**Merged pull requests:**

- feat: TTS end-to-end intelligibility harness [\#75](https://github.com/OpenVoiceOS/ovoscope/pull/75) ([JarbasAl](https://github.com/JarbasAl))

## [0.19.1a1](https://github.com/OpenVoiceOS/ovoscope/tree/0.19.1a1) (2026-06-14)

[Full Changelog](https://github.com/OpenVoiceOS/ovoscope/compare/0.19.0a3...0.19.1a1)

**Merged pull requests:**

- fix: drop removed 'path' arg from pytest\_pycollect\_makemodule hook \(pytest\>=8 compat\) [\#73](https://github.com/OpenVoiceOS/ovoscope/pull/73) ([JarbasAl](https://github.com/JarbasAl))

## [0.19.0a3](https://github.com/OpenVoiceOS/ovoscope/tree/0.19.0a3) (2026-06-13)

[Full Changelog](https://github.com/OpenVoiceOS/ovoscope/compare/0.19.0a2...0.19.0a3)

**Merged pull requests:**

- chore: remove agent-audit scratch files [\#71](https://github.com/OpenVoiceOS/ovoscope/pull/71) ([JarbasAl](https://github.com/JarbasAl))

## [0.19.0a2](https://github.com/OpenVoiceOS/ovoscope/tree/0.19.0a2) (2026-06-13)

[Full Changelog](https://github.com/OpenVoiceOS/ovoscope/compare/0.19.0a1...0.19.0a2)

**Merged pull requests:**

- docs: standardize NGI0 Commons Fund attribution [\#69](https://github.com/OpenVoiceOS/ovoscope/pull/69) ([JarbasAl](https://github.com/JarbasAl))

## [0.19.0a1](https://github.com/OpenVoiceOS/ovoscope/tree/0.19.0a1) (2026-06-12)

[Full Changelog](https://github.com/OpenVoiceOS/ovoscope/compare/0.18.0a1...0.19.0a1)

**Merged pull requests:**

- feat: MiniVoiceLoop + simple/classic listener bus-sequence harnesses [\#67](https://github.com/OpenVoiceOS/ovoscope/pull/67) ([JarbasAl](https://github.com/JarbasAl))

## [0.18.0a1](https://github.com/OpenVoiceOS/ovoscope/tree/0.18.0a1) (2026-06-10)

[Full Changelog](https://github.com/OpenVoiceOS/ovoscope/compare/0.17.1a1...0.18.0a1)

**Merged pull requests:**

- feat\(phal\): plugin\_factories for MiniPHAL and PHALTest [\#65](https://github.com/OpenVoiceOS/ovoscope/pull/65) ([JarbasAl](https://github.com/JarbasAl))

## [0.17.1a1](https://github.com/OpenVoiceOS/ovoscope/tree/0.17.1a1) (2026-05-20)

[Full Changelog](https://github.com/OpenVoiceOS/ovoscope/compare/0.17.0a1...0.17.1a1)

**Merged pull requests:**

- fix\(pipeline-harness\): default \_SinkSkill bus to FakeBus [\#62](https://github.com/OpenVoiceOS/ovoscope/pull/62) ([JarbasAl](https://github.com/JarbasAl))

## [0.17.0a1](https://github.com/OpenVoiceOS/ovoscope/tree/0.17.0a1) (2026-05-14)

[Full Changelog](https://github.com/OpenVoiceOS/ovoscope/compare/0.16.0a1...0.17.0a1)

**Merged pull requests:**

- feat\(intent-cases\): markdown reporter, baseline diff, auto-discovery, deterministic m2v warmup [\#60](https://github.com/OpenVoiceOS/ovoscope/pull/60) ([JarbasAl](https://github.com/JarbasAl))

## [0.16.0a1](https://github.com/OpenVoiceOS/ovoscope/tree/0.16.0a1) (2026-05-14)

[Full Changelog](https://github.com/OpenVoiceOS/ovoscope/compare/0.15.0a1...0.16.0a1)

**Merged pull requests:**

- feat\(intent-cases\): file-based intent test layout + pytest accuracy gate [\#58](https://github.com/OpenVoiceOS/ovoscope/pull/58) ([JarbasAl](https://github.com/JarbasAl))

## [0.15.0a1](https://github.com/OpenVoiceOS/ovoscope/tree/0.15.0a1) (2026-05-14)

[Full Changelog](https://github.com/OpenVoiceOS/ovoscope/compare/0.14.0a1...0.15.0a1)

**Merged pull requests:**

- feat\(e2e\): reusable harness, bus helpers, and intent-registration shims [\#55](https://github.com/OpenVoiceOS/ovoscope/pull/55) ([JarbasAl](https://github.com/JarbasAl))

## [0.14.0a1](https://github.com/OpenVoiceOS/ovoscope/tree/0.14.0a1) (2026-05-14)

[Full Changelog](https://github.com/OpenVoiceOS/ovoscope/compare/0.13.1...0.14.0a1)

**Merged pull requests:**

- feat: add NEBULENTO\_PIPELINE and PALAVREADO\_PIPELINE stage groups [\#54](https://github.com/OpenVoiceOS/ovoscope/pull/54) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
Loading