killeros 1.4.9 → 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,6 +2,22 @@
2
2
 
3
3
  All notable changes to KillerOS are documented here.
4
4
 
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
+
5
21
  ## [1.4.9] - 2026-08-02
6
22
 
7
23
  ### Changed