File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55### Fixes
66
7+ ## 0.16.3 - 2026-05-22
8+
9+ ### Fixes
10+
711- Daemon: coalesce duplicate active summarize requests so sidebar retries/reconnects reuse the same stream instead of racing slide summary state.
812
913## 0.16.2 - 2026-05-22
Original file line number Diff line number Diff line change 11{
22 "name" : " @steipete/summarize" ,
3- "version" : " 0.16.2 " ,
3+ "version" : " 0.16.3 " ,
44 "description" : " Link → clean text → summary." ,
55 "bin" : {
66 "summarize" : " ./dist/cli.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @steipete/summarize-core" ,
3- "version" : " 0.16.2 " ,
3+ "version" : " 0.16.3 " ,
44 "description" : " Summarize core library (content extraction + prompts)." ,
55 "files" : [
66 " dist" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { fileURLToPath } from "node:url";
44
55declare const __dirname : string | undefined ;
66
7- export const FALLBACK_VERSION = "0.16.2 " ;
7+ export const FALLBACK_VERSION = "0.16.3 " ;
88
99export function resolvePackageVersion ( importMetaUrl ?: string ) : string {
1010 const injected =
You can’t perform that action at this time.
0 commit comments