ace-compressor 0.24.4 → 0.24.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.ace-defaults/compressor/config.yml +1 -1
- data/CHANGELOG.md +16 -0
- data/lib/ace/compressor/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c46b4cab47deb8e1a3287e8bedb9e57d84363fc1ccfe5539740df6b962fecb71
|
|
4
|
+
data.tar.gz: e5a2fbd022f5d9c4c407dd0b017981b991ffddb8333bc3631a08e0f69d95d828
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4f3461475cefae66b44867148a8bdc47377e2532439f05b9f2c46c9676aa39f1b7b7675cb55e7fce9fd136605b410c0d5c2e8ca2e8b9e6a2e3cbb6305773e7a
|
|
7
|
+
data.tar.gz: 0e5be68f63714ba0f641379d5c3ec3829e977372250b1af5d0670699e91fc901912f13ef82b283885b34a5759be0938a3cfbb11a4e2a0638aa8c7a834defd0ae
|
|
@@ -5,7 +5,7 @@ shared_cache_dir: ~/.ace/cache/compressor
|
|
|
5
5
|
shared_cache_scope: workflow_only
|
|
6
6
|
|
|
7
7
|
# Model alias or provider:model used for agent-mode prompt minification.
|
|
8
|
-
agent_model:
|
|
8
|
+
agent_model: role:compressor
|
|
9
9
|
|
|
10
10
|
# Template resource used to compose the agent-mode system prompt via ace-bundle.
|
|
11
11
|
agent_template_uri: tmpl://agent/minify-single-source
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.24.7] - 2026-04-01
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- Embedded concrete rule-heavy fixture content in TC-004 E2E runner so policy classifier reliably triggers refusal.
|
|
11
|
+
|
|
12
|
+
## [0.24.6] - 2026-03-31
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
- Role-based compression defaults.
|
|
16
|
+
|
|
17
|
+
## [0.24.5] - 2026-03-29
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
- Role-based compressor model default.
|
|
21
|
+
|
|
22
|
+
|
|
7
23
|
## [0.24.4] - 2026-03-29
|
|
8
24
|
|
|
9
25
|
### Technical
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ace-compressor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.24.
|
|
4
|
+
version: 0.24.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michal Czyz
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-
|
|
10
|
+
date: 2026-04-01 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: ace-support-config
|