Update README.md

This commit is contained in:
rob 2025-10-10 14:46:48 +00:00
parent e1013be220
commit cf34b8480b
1 changed files with 13 additions and 15 deletions

View File

@ -104,25 +104,23 @@ content: |
example: true
@end@
```
Runtime Helpers
AI_REPO_STOP(): emergency stop
## Runtime Helpers
AI_REPO_CLEAR_HISTORY(): clear dedupe history
- AI_REPO_STOP(): emergency stop
- AI_REPO_CLEAR_HISTORY(): clear dedupe history
- window.AI_REPO_COMMANDER: monitor, config, tests, history
window.AI_REPO_COMMANDER: monitor, config, tests, history
## Security Model
- Bridge key stored locally and masked, never logged
- Field validation including path safety and typed values
- Assistant-only and code-block-only execution by default
- STOP immediately halts scanning and API calls
Security Model
Bridge key stored locally and masked, never logged
Field validation including path safety and typed values
Assistant-only and code-block-only execution by default
STOP immediately halts scanning and API calls
Changelog
### Changelog
v1.6.2
Resume-safe guard; example: true support; ProseMirror paste padding; timing docs; version bump.
v1.4.1 (previous)
### v1.4.1 (previous)
Tools/Settings panel, parser hardening, new routes (PRs, Issues, Releases, Tags, Rollback), per-convo dedupe + Run Again UI, streaming settle improvements, auto-submit/paste fallback, configurable timeouts/retries.