killeros 1.4.9 → 1.5.1

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,34 @@
2
2
 
3
3
  All notable changes to KillerOS are documented here.
4
4
 
5
+ ## [Unreleased]
6
+
7
+ ## [1.5.1] - 2026-08-03
8
+
9
+ ### Changed
10
+
11
+ - Added a fixed pragmatic response style, low GPT-5 Responses API verbosity, and concise reasoning summaries without changing reasoning effort.
12
+
13
+ ### Fixed
14
+
15
+ - Replaced the `subagent` tool's top-level union with a provider-compatible object schema, fixing request rejection by Console Go and other providers that require function schemas with `type: "object"`.
16
+ - Kept strict action-specific subagent validation at runtime, including single, parallel, chain, steering, interruption, collection, and closure requests.
17
+ - Scoped native concise settings to supported Responses APIs while leaving completion and unrelated provider payloads unchanged.
18
+
19
+ ## [1.5.0] - 2026-08-03
20
+
21
+ ### Changed
22
+
23
+ - Split the main extension into feature modules under `killeros/` while keeping `Killeros.ts` as the stable entry point.
24
+ - Moved subagent modules under `killeros/` and kept root re-export files for existing deep imports.
25
+
26
+ ### Fixed
27
+
28
+ - Hardened the subagent schema and runtime checks with action-specific request shapes.
29
+ - Invalid fields now fail before role discovery, project confirmation, thread creation, or child launch.
30
+ - The TUI no longer shows parallel schedules for malformed subagent requests.
31
+ - Kept valid single, parallel, chain, lifecycle, steering, interruption, collection, and closure behavior unchanged.
32
+
5
33
  ## [1.4.9] - 2026-08-02
6
34
 
7
35
  ### Changed