Blame
|
1 | # KAEL Changelog |
||||||
| 2 | ||||||||
|
3 | The KAEL Changelog records verified changes to KAEL behavior, integrations, API surfaces, and documentation. |
||||||
|
4 | |||||||
|
5 | | Field | Value | |
||||||
| 6 | |---|---| |
|||||||
| 7 | | Documentation status | Active | |
|||||||
| 8 | | Product maturity | Live / evolving | |
|||||||
| 9 | | Maintainer | AeThex | |
|||||||
|
10 | |||||||
|
11 | ## 2026-06-26 |
||||||
|
12 | |||||||
|
13 | ### Documented |
||||||
|
14 | |||||||
|
15 | - Audited the KAEL runtime against its implemented Express routes. |
||||||
| 16 | - Added [[KAEL Architecture]], [[KAEL Capabilities]], [[KAEL API]], [[KAEL Memory]], [[KAEL Safety]], and [[KAEL Roadmap]]. |
|||||||
| 17 | - Added [[KAEL Quickstart]], [[API Quickstart]], and [[Discord Integration]]. |
|||||||
| 18 | - Documented streaming SSE behavior, model discovery, history, keyed memory, identity context, tenant behavior, and Discord request verification. |
|||||||
| 19 | - Published a machine-readable public OpenAPI contract. |
|||||||
|
20 | |||||||
| 21 | ### Clarified |
|||||||
| 22 | ||||||||
|
23 | - Separated public API behavior from tenant, operator, and owner operations. |
||||||
| 24 | - Clarified that server-calculated clearance controls tools, models, limits, and persistent context. |
|||||||
| 25 | - Clarified that planned work belongs in the roadmap and only shipped behavior belongs in capabilities. |
|||||||
| 26 | ||||||||
| 27 | ### Security |
|||||||
| 28 | ||||||||
| 29 | - Added explicit guidance for secret handling, memory privacy, webhook verification, and privileged tools. |
|||||||
| 30 | - Excluded owner-only mutation and deployment routes from public API examples. |
|||||||
| 31 | ||||||||
| 32 | ## 2026-06-23 |
|||||||
| 33 | ||||||||
| 34 | ### Added |
|||||||
|
35 | |||||||
|
36 | - Created the dedicated KAEL documentation section. |
||||||
| 37 | - Added the initial overview, build, endpoint, and changelog pages. |
|||||||
| 38 | - Linked `chat.aethex.tech` and `kael.aethex.tech`. |
|||||||
| 39 | ||||||||
| 40 | ### Clarified |
|||||||
|
41 | |||||||
|
42 | - Established KAEL as AeThex’s intelligence layer rather than only a chatbot. |
||||||
| 43 | - Established authentication, authorization, and auditability as requirements for permissioned actions. |
|||||||
|
44 | |||||||
| 45 | ## Changelog rules |
|||||||
| 46 | ||||||||
|
47 | Each entry must contain: |
||||||
|
48 | |||||||
| 49 | 1. Date. |
|||||||
|
50 | 2. Affected surface. |
||||||
| 51 | 3. Type: added, changed, fixed, removed, security, experimental, or documented. |
|||||||
| 52 | 4. A plain-language summary. |
|||||||
| 53 | 5. Links to affected reference pages. |
|||||||
|
54 | |||||||
| 55 | ## Entry template |
|||||||
| 56 | ||||||||
| 57 | ## YYYY-MM-DD |
|||||||
| 58 | ||||||||
| 59 | ### Added |
|||||||
| 60 | ||||||||
|
61 | - Shipped behavior and affected surface. |
||||||
|
62 | |||||||
| 63 | ### Changed |
|||||||
| 64 | ||||||||
|
65 | - Compatibility or behavior change. |
||||||
|
66 | |||||||
| 67 | ### Fixed |
|||||||
| 68 | ||||||||
|
69 | - Resolved defect. |
||||||
|
70 | |||||||
|
71 | ### Security |
||||||
|
72 | |||||||
|
73 | - Security-impacting change without reproducing credentials. |
||||||
|
74 | |||||||
| 75 | > [!NOTE] |
|||||||
|
76 | > Keep this changelog factual. Do not describe planned work as shipped. |
||||||