Skip to content

Releases: rusiaaman/wcgw

3.0.1: Attach to terminal session and other improvements.

15 Feb 18:19
Compare
Choose a tag to compare

🚀 Release Notes

New Features

  • 🖥️ Terminal Magic: Now you can attach to the working terminal, see history and interact directly
    • wcgw terminal uses screen by default - connect anytime with screen -x $name
  • Smart indentation correction when it's safe to do so
  • Smoother mode switching experience
  • ⚡ Improved command status monitoring for better user experience

Efficiency Improvements

  • Reduced token usage: reduced amount of information shared during initialisation and mode change.
  • Merged reset and bash interaction tools with initialisation and bash command tools respectively for better ux.
  • ⚡ Faster startup performance

Breaking Changes

  • Removed Docker support: For Docker needs, run wcgw directly on Docker images using something like:
    docker run -it ubuntu uvx --from wcgw wcgw_mcp
    
  • Removed computer use support (chat-based computer interaction proved inefficient)
  • Removed reset and bash interaction tools.

New Contributors

Full Changelog: 2.8.10...3.0.1

3.0.1rc3: improved ux of attached screen

13 Feb 12:13
fd0933c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1rc2...3.0.1rc3

3.0.1rc2

10 Feb 18:19
48448ad
Compare
Choose a tag to compare
3.0.1rc2 Pre-release
Pre-release
  • Automated indentation fix
  • Runs Bash lazily so that it doesn't block. Initialisation should be faster.

3.0.1rc1

09 Feb 10:13
98461ec
Compare
Choose a tag to compare
3.0.1rc1 Pre-release
Pre-release
  • Major fix: networking issues and slow command execution.
  • Attaches to screen session so that you can investigate the terminal and interrupt if required.
  • Speed improvements and token optimisations.
  • Better mode switching experience; reduced token count while changing mode.
  • Merged BashInteraction and BashCommand to minimise authorisations in Claude.
  • Dedicated status checking instead of Enter based status checking.

2.8.10: bug fixes

05 Feb 16:49
Compare
Choose a tag to compare
  • Setting TMPDIR explicitly, fixes ocrmypdf
  • MCP timeout fix

2.8.8: fix bad bytes in terminal output

04 Feb 18:57
Compare
Choose a tag to compare
Fixed bug where non unicode bytes were in the output the terminal wou…

2.8.7: wcgw_local command fix

01 Feb 12:42
Compare
Choose a tag to compare

2.8.6: bug fixes

01 Feb 12:16
Compare
Choose a tag to compare

What's Changed

  • Bugfixes/2.8.6: proper malformed search-replace blocks validation, update repl followed by reset shell doesn't work. by @rusiaaman in #25

Full Changelog: 2.8.5...2.8.6

2.8.5

23 Jan 19:31
Compare
Choose a tag to compare

What's Changed

  • All logs now get written ~/Library/Logs/Claude/mcp-server-wcgw.log file, including tool calls
  • Deployment: Dockerfile by @calclavia in #24
  • Refactored out cli utilities to a new folder. More tests

New Contributors

Full Changelog: 2.8.4...2.8.5

2.8.4: fixed a minor issue in KT prompt

21 Jan 14:09
Compare
Choose a tag to compare