Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The reference below groups settings by topic for lookup, which doesn't always ma

- [Basic Settings](#basic-settings) (UI: _General_ — provider, API key, models, plugin state folder)
- [Model Configuration](#model-configuration) (UI: _General_ — chat/summary/completion/image model selection)
- [Custom Prompts](#custom-prompts) (no settings-UI section — the override is controlled entirely via prompt frontmatter)
- [Custom Prompts](#custom-prompts) (prompt behavior is configured via prompt frontmatter; prompt selection happens in the session settings modal — no dedicated settings-UI section)
- [UI Settings](#ui-settings) (UI: _User experience_ — streaming, tool execution logging, diff view, identity, frontmatter key, session history)
- [Automation Settings](#automation-settings) (UI: _Automation_ — scheduled task catch-up, lifecycle hooks toggle)
- [Context management](#context-management) (UI: _Agent config_ — advanced)
Expand Down
10 changes: 10 additions & 0 deletions planning/changelog/2026-09-10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Daily changelog — September 10, 2026

**Date:** 2026-09-10
**PRs merged:** 0

---

## Summary

Quiet day — no PRs merged.
Loading