Skip to content
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- **MAS FEAT Compliance Module** (Enterprise): Singapore financial services AI governance
- AI System Registry: `masfeat().registerSystem()`, `masfeat().getSystem()`, `masfeat().updateSystem()`, `masfeat().listSystems()`, `masfeat().activateSystem()`, `masfeat().retireSystem()`, `masfeat().getRegistrySummary()`
- 3-Dimensional Risk Rating: Customer Impact × Model Complexity × Human Reliance
- Materiality Classification: High (sum≥12), Medium (sum≥8), Low (sum<8)
- FEAT Assessments: `masfeat().createAssessment()`, `masfeat().getAssessment()`, `masfeat().updateAssessment()`, `masfeat().listAssessments()`, `masfeat().submitAssessment()`, `masfeat().approveAssessment()`, `masfeat().rejectAssessment()`
- Assessment Lifecycle: pending → in_progress → completed → approved/rejected
- Kill Switch: `masfeat().getKillSwitch()`, `masfeat().configureKillSwitch()`, `masfeat().checkKillSwitch()`, `masfeat().triggerKillSwitch()`, `masfeat().restoreKillSwitch()`, `masfeat().enableKillSwitch()`, `masfeat().disableKillSwitch()`, `masfeat().getKillSwitchHistory()`
- Automatic model shutdown based on accuracy, bias, and error rate thresholds
- New types: `AISystemRegistry`, `AISystemUseCase`, `MaterialityClassification`, `SystemStatus`, `FEATAssessment`, `FEATAssessmentStatus`, `FEATPillar`, `KillSwitch`, `KillSwitchStatus`, `KillSwitchEvent`, `KillSwitchEventType`, `RegistrySummary`

- **proxyLLMCall()**: New primary method for Proxy Mode with improved documentation
- Clearly describes Proxy Mode behavior (AxonFlow makes the LLM call on your behalf)
- Documents when to use Proxy Mode vs Gateway Mode
Expand Down
Loading
Loading