Release history
Stagewise releases
All releases
32 shown
Minor fixes and improvements.
Changelog
Release of stagewise VSCode Extension version 0.11.4. See CHANGELOG.md for details.
- Removed credits display from the startup-banner.
Changelog
Patch Changes
- ab359b9: Removing credits from startup-banner.
Minor fixes and improvements.
Changelog
Minor Changes
- 737b059: Adding handlers for plan limit reached errors.
Minor fixes and improvements.
Changelog
Minor Changes
- add73d9: Move agent and prompting logic completely clientside.
Minor fixes and improvements.
Changelog
Patch Changes
- 2f23d4b: Refactor crypto import to fix node v18 issues.
Minor fixes and improvements.
Changelog
Patch Changes
- 2f23d4b: Refactor crypto import to fix node v18 issues.
Minor fixes and improvements.
Changelog
Release of stagewise VSCode Extension version 0.11.3. See CHANGELOG.md for details.
Minor fixes and improvements.
Changelog
Patch Changes
- a06cb59: Locally declare unbundled type import of KartonContract.
Minor fixes and improvements.
Changelog
Patch Changes
- 7e7040a: Update stale Discord links.
- Undo button added beneath each assistant message
Changelog
Patch Changes
- 650fbb7: Add undo button below assistant messages as well.
Fixed tool-call aborts occurring during execution.
Changelog
Patch Changes
- f5a806d: Fixing tool-call aborts mid execution!
Minor fixes and improvements.
Changelog
Patch Changes
- 6c97bc0: Make the whole code-diff tool-result preview clickable.
- Default icon added to selected-element chip
Changelog
Patch Changes
- d7d74ed: Add a default icon to the selected-element chip.
Minor fixes and improvements.
Changelog
Release of stagewise VSCode Extension version 0.11.2. See CHANGELOG.md for details.
- Add file support for the stagewise agent
Changelog
Minor Changes
- 295c809: Add file support for the stagewise agent.
- Added file diff information to tool results.
- Added a file edit diff component in the toolbar.
Full changelog
Minor Changes
- 8026be4: Added file diff information to tool results.
- f9ecf2f: Added a file edit diff component in the toolbar.
- Implement undo functionality to restore a checkpoint and revert all file modifications
Full changelog
Minor Changes
- 299e75a: Implement undo functionality - it is now possible to restore a checkpoint and revert all file modifications to this point.
- Removed `earlyAgentAccess` references from the command-line interface.
Full changelog
Patch Changes
- 79ba594: Load plugins in a correct structure again
- 58faba1: Remove earlyAgentAccess references in the cli.
- Renamed hotkey action HotkeyActions.CTRL_ALT_C → HotkeyActions.CTRL_ALT_PERIOD
Full changelog
Patch Changes
- 03cc4e7: +Make context element selection a separately triggerable action and rename hotkey action:
+- HotkeyActions.CTRL_ALT_C → HotkeyActions.CTRL_ALT_PERIOD
Minor fixes and improvements.
Changelog
Patch Changes
- d6af842: Making the binary-file exclusion in the grep tool more robust.
Minor fixes and improvements.
Changelog
Release of stagewise VSCode Extension version 0.11.1. See CHANGELOG.md for details.
Fixed reauthentication when tokens have expired.
Changelog
Patch Changes
- be1f43a: Fix reauthentication on expired tokens.
- Removed the `ownProperties` field from `selectedElements`
Changelog
Patch Changes
- 2ea5d11: Remove ownProperties from selectedElements to prevent abort errors.
Fixed fetch failed error on agent messages.
Changelog
Patch Changes
- 1f89825: Fix 'fetch failed' error on agent messages.