Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
16 changes: 16 additions & 0 deletions devlog/2026-08-01_bump-cc-alg-1.3.0/REQ.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# REQ: Bump context-compress-algorithms to 1.3.0

## Problem

cc-alg 1.3.0 ships holistic TIER2/TIER3 compression prompts (summarize by theme,
not per-block). The old per-block format caused length overflow when compressing
70+ T1 blocks (issue #256). ACP needs to consume the updated prompts.

## Solution

Update `context-compress-algorithms` dependency from 1.2.1 to 1.3.0.

## Scope

- `package.json` — version bump
- `package-lock.json` — lockfile update
12 changes: 12 additions & 0 deletions devlog/2026-08-01_bump-cc-alg-1.3.0/WORKLOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# WORKLOG: Bump context-compress-algorithms to 1.3.0

## Changes

1. `package.json`: `context-compress-algorithms` 1.2.1 → 1.3.0
2. `package-lock.json`: updated

## Verification

- `npm run build`: ✓ (383.94 KB)
- `npm run typecheck`: ✓
- `npm test`: 942 tests pass ✓
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"devDependencies": {
"@opencode-ai/plugin": "^1.4.3",
"@types/node": "^25.5.0",
"context-compress-algorithms": "1.2.1",
"context-compress-algorithms": "1.3.0",
"fast-check": "^4.9.0",
"prettier": "^3.8.1",
"tsup": "^8.5.1",
Expand Down
Loading