Update README.md
This commit is contained in:
parent
e1013be220
commit
cf34b8480b
28
README.md
28
README.md
|
|
@ -104,25 +104,23 @@ content: |
|
||||||
example: true
|
example: true
|
||||||
@end@
|
@end@
|
||||||
```
|
```
|
||||||
Runtime Helpers
|
## Runtime Helpers
|
||||||
AI_REPO_STOP(): emergency stop
|
|
||||||
|
|
||||||
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
|
### Changelog
|
||||||
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
|
|
||||||
v1.6.2
|
v1.6.2
|
||||||
|
|
||||||
Resume-safe guard; example: true support; ProseMirror paste padding; timing docs; version bump.
|
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.
|
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.
|
||||||
Loading…
Reference in New Issue