v3.5.0 into main - #111
Merged
Merged
Conversation
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>
v3.5.0 into private-main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was automatically generated by the
release-public-startworkflow.This PR should be merged with a merge commit, not a squash commit.
Merging this PR will trigger a tag and release automatically.