Releases: rusiaaman/wcgw
Releases · rusiaaman/wcgw
4.1.2 Crash fix
BashCommand allow multiline single statements, Orphaned screen handling
- BashCommand allow multiline single statements. Useful for large commit messages
- Automatically cleanup orphaned wcgw screens on startup
What's Changed
- Feature/orphaned screen cleanup by @rusiaaman in #49
Full Changelog: 4.1.0...4.1.1
Bug fixes and improvements
- Fixed: screen instances not getting cleaned up
- Fixed: search replace not working when disambiguating based on future search replace blocks.
- Feature: dynamically scaling up number of files shown in init
- Feature: CLAUDE.md file automatically gets included from project root.
- Prompt improvements, particularly for using search replace blocks more and read files multiple files more.
What's Changed
- 4.0.1: bug fixes and improvements by @rusiaaman in #43
Full Changelog: 4.0.0...4.1.0
4.0.0: New edit
- New improved writing and editing
- Merged writing and editing tools for auto selection
- Prevent larger edits
- If a file updates in background LLM is informed to prevent overwriting
- Line number ranges display in ReadFiles. But only when asked for (to save tokens)
- Read files now supports reading a range of lines to leverage sonnet 3.7's natural behaviour
- Smarter repo tree shown in initialisation. Uses recent git commits and files opened from previous chats.
3.0.7: Syntax checker false positive and other fixes
- Syntax checker false positive when styled divs are used in tsx due to tree-sitter. Added a note in the output.
- WriteFile wasn't taking "~" home directory symbol.
- Wording change for reading continuation file.
- uvx wcgw_relay was erroring out due to static directory being absolute path.
- Dockerfile fixes
Full Changelog: 3.0.6...3.0.7
3.0.6: bug fixes.
- Screen was not being attached to in some cases.
- On newer screen versions the output had lot of white spaces.
3.0.5: Improve successful tool calls for BashCommand Sonnet 3.7
Changed action -> action_json to reduce validation errors while tool …
Bug fix in reset shell
Full Changelog: 3.0.3...3.0.4
3.0.3: Opening saved context file automatically and bug fixes
Features
- Now on context save tool call the file where the context is saved is automatically opened.
- Support relative paths using "~" for home directory in the first message.
Bug fix
- Bug fix on cwd status had unncessary "pwd\n" prefix
Full Changelog: 3.0.2...3.0.3
3.0.2: code writer support relative allowed globs
Bug fix: code writer allowed globs if relative should be handeled cor…