killeros 1.4.8 → 1.5.0

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.
package/CHANGELOG.md CHANGED
@@ -2,11 +2,28 @@
2
2
 
3
3
  All notable changes to KillerOS are documented here.
4
4
 
5
- ## [1.4.8] - 2026-08-02
5
+ ## [Unreleased]
6
+
7
+ ## [1.5.0] - 2026-08-03
8
+
9
+ ### Changed
10
+
11
+ - Split the main extension into feature modules under `killeros/` while keeping `Killeros.ts` as the stable entry point.
12
+ - Moved subagent modules under `killeros/` and kept root re-export files for existing deep imports.
13
+
14
+ ### Fixed
15
+
16
+ - Hardened the subagent schema and runtime checks with action-specific request shapes.
17
+ - Invalid fields now fail before role discovery, project confirmation, thread creation, or child launch.
18
+ - The TUI no longer shows parallel schedules for malformed subagent requests.
19
+ - Kept valid single, parallel, chain, lifecycle, steering, interruption, collection, and closure behavior unchanged.
20
+
21
+ ## [1.4.9] - 2026-08-02
6
22
 
7
23
  ### Changed
8
24
 
9
- - Parallel batches with write-capable roles now run through a shared pool by default; `writerConcurrency` caps the entire batch and setting it to `1` serializes the writer-containing batch. Reader-only batches reject `writerConcurrency` because it does not apply.
25
+ - Parallel batches with write-capable roles now use one shared slot by default; `writerConcurrency` above `1` opts into concurrent shared-worktree writes only when path ownership is proven. Reader-only batches reject `writerConcurrency` because it does not apply.
26
+ - Added an 8 MiB ceiling for one child JSONL record, bounded thread retention with inspectable tombstones, and scoped atomic `/init` reads and writes.
10
27
 
11
28
  ## [1.4.7] - 2026-08-01
12
29
 
@@ -32,7 +49,7 @@ All notable changes to KillerOS are documented here.
32
49
  ### Fixed
33
50
 
34
51
  - Removed the child-budget extension, its read-tool budget, and the default 250,000-token/$5 quota.
35
- - Removed default child wall-time, JSONL-line, trace, stderr, returned-output, and model-output-length stops; role `timeoutMs` and other child guards are now opt-in.
52
+ - Removed default child wall-time, trace, stderr, returned-output, and model-output-length stops; role `timeoutMs` and other child guards are opt-in, while the parser retains a finite JSONL-record ceiling.
36
53
  - Removed forced early-report prompt text so roles can finish their assigned work naturally.
37
54
  - Treat model stop reason `length` as a completed child process instead of inventing a KillerOS `limited` result.
38
55
  - Documented the child lifecycle contract: children complete naturally; explicit user interruptions, configured guards, and real child-process failures remain visible.
@@ -115,6 +132,6 @@ All notable changes to KillerOS are documented here.
115
132
  ### Changed
116
133
 
117
134
  - Replaced the animated startup illustration and capability inventory with the Compact startup card and one external tip.
118
- - Standardized product branding on mixed-case `KillerOS` and the neutral `› KillerOS (v1.2.0)` lockup.
135
+ - Standardized product branding on mixed-case `KillerOS` and the neutral lockup used in the v1.2.0 release.
119
136
  - Made theme neutrals achromatic while preserving the coral accent.
120
137
  - Replaced the footer progress bar with direct `percent left (tokens)` context telemetry and a critical `/compact` prompt.