We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb1619 commit 5488db9Copy full SHA for 5488db9
1 file changed
codetide/agents/tide/agent.py
@@ -191,6 +191,8 @@ async def _stage(self)->str:
191
for path in self.changed_paths:
192
index.add(path)
193
194
+ index.write()
195
+
196
staged_diff = await self.get_git_diff_staged_simple(self.tide.rootpath)
197
staged_diff = staged_diff.strip()
198
return staged_diff if staged_diff else "No files were staged. Nothing to commit. Tell the user to request some changes so there is something to commit"
0 commit comments