Skip to content

v3.5.0 into main - #111

Merged
vinnybod merged 6 commits into
mainfrom
release/3.5.0
May 28, 2026
Merged

v3.5.0 into main#111
vinnybod merged 6 commits into
mainfrom
release/3.5.0

Conversation

@vinnybod

Copy link
Copy Markdown
Contributor

This PR was automatically generated by the release-public-start workflow.
This PR should be merged with a merge commit, not a squash commit.
Merging this PR will trigger a tag and release automatically.

Cx01N and others added 6 commits March 16, 2026 08:22
Adds a "Run as Background Job" checkbox to the module execute form,
allowing users to override a module's default background setting.
The toggle pre-populates from the module's YAML background value.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Add dedicated Shell session tab and multi-tab Terminal support

- Add AgentShellSession component: dedicated interactive shell that
  immediately enters shell mode with directory tracking, command history,
  and inline result display
- Add TabbedTerminalContainer component: supports multiple Terminal
  instances with add/close/rename (right-click) tabs
- Remove shell menu mode from AgentTerminal (redundant with Shell tab)
- Persist active interact sub-tab and terminal tab state to localStorage

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Fix review findings: tab storage collision, dead style binding, eslint comment

- Pass tabId prop from TabbedTerminalContainer to child components so
  each terminal/shell tab gets a unique localStorage key
- Remove undefined contextMenuStyle binding from v-menu
- Add eslint-disable comment for v-html in AgentShellSession

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…267)

The v-data-table selected items are session_id strings (via item-value),
not agent objects. The mass kill forEach was accessing agent.session_id
which resolved to undefined, silently failing to kill any agents.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vinnybod
vinnybod merged commit b0c39b1 into main May 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants