killeros 1.1.0 → 1.3.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,19 +2,36 @@
2
2
 
3
3
  All notable changes to KillerOS are documented here.
4
4
 
5
- ## [1.1.0] - 2026-07-31
5
+ ## [1.3.0] - 2026-07-31
6
6
 
7
7
  ### Added
8
8
 
9
- - Compact startup card with model, reasoning level, working directory, context remaining, and detected package capabilities.
9
+ - Claude Code-style `/init` that builds a bounded repository snapshot and generates a concise root `AGENTS.md` with one controlled write.
10
+ - Codex-style `/goal` with durable branch-scoped state, automatic one-turn continuation, pause/resume/edit/clear controls, and explicit model-reported completion or blocking.
11
+ - Trusted `AGENTS.local.md` personal guidance and project lifecycle hooks for tool-call, tool-result, and settled-agent events.
12
+ - Focused coverage for goal transitions, recovery paths, branch restoration, mode gating, footer cutdowns, and repository initialization safeguards.
13
+
14
+ ### Changed
15
+
16
+ - Extended the responsive footer with goal activity and terminal states while preserving context pressure at narrow widths.
17
+ - Hardened `/init` and `/goal` failure handling so interrupted work, provider errors, failed writes, and failed continuation starts stop safely.
18
+
19
+ ## [1.2.0] - 2026-07-30
20
+
21
+ ### Added
22
+
23
+ - A 52-column Compact startup card with inline version, polished model/provider identity, reasoning level, `/model`, working directory, and conditional Git branch.
24
+ - A shuffled startup-tip deck that keeps one tip stable per session and exhausts the bank before repeating.
25
+ - A responsive footer that preserves model and context while progressively removing lower-priority telemetry.
10
26
  - Packaged KillerOS theme with coral accents and one neutral tool-call surface across pending, success, and error states.
11
27
  - Single-glyph Spark activity indicator with a restrained color pulse.
12
28
  - Claude-adjacent activity word bank that advances between agent runs.
13
29
  - Static `└ Thinking…` label for hidden reasoning blocks.
14
- - Responsive header tests across terminal widths from 1 to 100 columns.
30
+ - Responsive header and footer tests across narrow terminal widths.
15
31
 
16
32
  ### Changed
17
33
 
18
- - Replaced the animated startup illustration and rotating tips with the compact operational card.
19
- - Standardized product branding on mixed-case `KillerOS` and the `› KillerOS` lockup.
20
- - Reduced saturated semantic color usage while preserving status text and diff distinctions.
34
+ - Replaced the animated startup illustration and capability inventory with the Compact startup card and one external tip.
35
+ - Standardized product branding on mixed-case `KillerOS` and the neutral `› KillerOS (v1.2.0)` lockup.
36
+ - Made theme neutrals achromatic while preserving the coral accent.
37
+ - Replaced the footer progress bar with direct `percent left (tokens)` context telemetry and a critical `/compact` prompt.