mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 01:01:42 +00:00
feat(coding-agent): configurable double-escape action (tree vs branch)
Add doubleEscapeAction setting to choose whether double-escape with an empty editor opens /tree (default) or /branch. - Add setting to Settings interface and SettingsManager - Add to /settings UI for easy toggling - Update interactive-mode to respect the setting - Document in README.md settings table fixes #404
This commit is contained in:
parent
17b3a14bfa
commit
42b1e06ad1
6 changed files with 34 additions and 6 deletions
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"customTools": ["packages/coding-agent/examples/custom-tools/todo/index.ts"],
|
||||
"hooks": ["packages/coding-agent/examples/hooks/todo/index.ts"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue