Skip to content

Commit b85e4cd

Browse files
committed
Update KT prompt
1 parent d3077fb commit b85e4cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
authors = [{ name = "Aman Rusia", email = "[email protected]" }]
33
name = "wcgw"
4-
version = "2.8.3"
4+
version = "2.8.4"
55
description = "Shell and coding agent on claude and chatgpt"
66
readme = "README.md"
77
requires-python = ">=3.11, <3.13"

src/wcgw/client/modes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def modes_to_state(
203203
- "# Objective" section containing project and task objective.
204204
- "# All user instructions" section should be provided containing all instructions user shared in the conversation.
205205
- "# Current status of the task" should be provided containing only what is already achieved, not what's remaining.
206-
- "# All issues with snippets" section containing snippets of error, traceback, file snippets, commands, etc. But no comments or solutions.
206+
- "# Pending issues with snippets" section containing snippets of pending errors, traceback, file snippets, commands, etc. But no comments or solutions.
207207
- Be very verbose in the all issues with snippets section providing as much error context as possible.
208208
- "# Build and development instructions" section containing instructions to build or run project or run tests, or envrionment related information. Only include what's known. Leave empty if unknown.
209209
- Any other relevant sections following the above.

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)