| commit | 7f18fb61ea479598bf9c2c89e92cec636f45070d | [log] [tgz] |
|---|---|---|
| author | Josh Bleecher Snyder <josharian@gmail.com> | Wed Jul 30 18:12:29 2025 -0700 |
| committer | Josh Bleecher Snyder <josharian@gmail.com> | Wed Jul 30 21:16:33 2025 -0700 |
| tree | 0562edb5a1423b42e0d42f0bcdc9641adc1e22a0 | |
| parent | dba25eeb00ab76b97eac1cb4576229266ab7e1a1 [diff] [blame] |
claudetool: add clipboard support to patch tool
diff --git a/experiment/experiment.go b/experiment/experiment.go index 599599f..b4c6c87 100644 --- a/experiment/experiment.go +++ b/experiment/experiment.go
@@ -29,6 +29,10 @@ Name: "all", Description: "Enable all experiments", }, + { + Name: "clipboard", + Description: "Enable enhanced clipboard functionality in patch tool", + }, } byName = map[string]*Experiment{} )