mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-30 11:26:23 +02:00
allow immediate deploy after software sop; fix TL to PM msg info loss
This commit is contained in:
parent
cb6484d01d
commit
819c00a55a
5 changed files with 18 additions and 22 deletions
|
|
@ -208,8 +208,8 @@ class Engineer(Role):
|
|||
if not tasks or self.config.max_auto_summarize_code == 0:
|
||||
self.n_summarize = 0
|
||||
return AIMessage(
|
||||
content="Coding is complete. "
|
||||
"\n".join(
|
||||
content=f"Coding is complete. The source code is at {self.project_repo.workdir.name}/{self.project_repo.srcs.root_path}, containing: "
|
||||
+ "\n".join(
|
||||
list(self.project_repo.resources.code_summary.changed_files.keys())
|
||||
+ list(self.project_repo.srcs.changed_files.keys())
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue