(no title)
jborland | 4 months ago
Would you prefer a terminal Claude-Code style integration, or would browser based CLI integration work too?
jborland | 4 months ago
Would you prefer a terminal Claude-Code style integration, or would browser based CLI integration work too?
confusus|4 months ago
captainkrtek|4 months ago
jborland|4 months ago
Could you please explain what you mean by "within branch" context switches?
The way Twigg works is you can choose exactly what prompt/output pairs (we call them nodes) are sent to the model. You can move 'nodes' from one branch to another. For example, if you do a bug fix in one branch, you can add the corrected solution as context to another branch by moving the node, whilst ignoring the irrelevant context spent trying to fix the bug.
This way you can specify exactly what context is in each branch.