getSummary method

String getSummary()

Implementation

String getSummary() {
  return '''
Thinking Progress:
Total thoughts: ${thoughtHistory.length}
Active branches: ${branches.length}
Branch IDs: ${branches.keys.join(', ')}
''';
}