Skip to content

Releases: rusiaaman/wcgw

4.1.2 Crash fix

02 Apr 03:36
Compare
Choose a tag to compare
  • Last release was crashing due to missing dependency
  • Pushed immediate fix, need to check why tests were passing

BashCommand allow multiline single statements, Orphaned screen handling

01 Apr 18:32
Compare
Choose a tag to compare
  • BashCommand allow multiline single statements. Useful for large commit messages
  • Automatically cleanup orphaned wcgw screens on startup

What's Changed

Full Changelog: 4.1.0...4.1.1

Bug fixes and improvements

25 Mar 15:05
Compare
Choose a tag to compare
  • 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

Full Changelog: 4.0.0...4.1.0

4.0.0: New edit

20 Mar 19:32
Compare
Choose a tag to compare
  • 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

07 Mar 07:08
Compare
Choose a tag to compare
  • 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.

28 Feb 20:49
Compare
Choose a tag to compare
  • 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

25 Feb 07:30
Compare
Choose a tag to compare
Changed action -> action_json to reduce validation errors while tool …

Bug fix in reset shell

24 Feb 14:27
Compare
Choose a tag to compare

3.0.3: Opening saved context file automatically and bug fixes

20 Feb 13:26
Compare
Choose a tag to compare

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

15 Feb 19:15
Compare
Choose a tag to compare
Bug fix: code writer allowed globs if relative should be handeled cor…