MCPcopy Index your code
hub / github.com/Aider-AI/aider / get_cur_message_text

Method get_cur_message_text

aider/coders/base_coder.py:672–676  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

670 return prompt
671
672 def get_cur_message_text(self):
673 text = ""
674 for msg in self.cur_messages:
675 text += msg["content"] + "\n"
676 return text
677
678 def get_ident_mentions(self, text):
679 # Split the string on any character that is not alphanumeric

Callers 1

get_repo_mapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected