Open
Conversation
…tails from tool output/input. Also fixed double user message at the start
Implements OP mode feature with orchestrator, explore, and task-worker agents that can be configured via settings. Adds dynamic model selection from kiro-cli, scrollable settings modal, and improved EventCard layout to prevent file tab overlap. Refactors typing indicator to be inline. openqed-Session: 302542b4-2f6a-4a5a-aaa7-a53a19795657 openqed-Attribution: agent: src/electron/libs/op-mode-agents.ts, src/shared/op-mode-defaults.ts, src/ui/App.tsx, src/ui/components/EventCard.tsx, src/ui/components/SettingsModal.tsx +1 more; human: .gitignore, src/electron/ipc-handlers.ts, src/electron/libs/app-settings.ts, src/electron/libs/kiro-message-adapter.ts, src/electron/libs/runner.ts +4 more Co-authored-by: OpenQED <noreply@openqed.com>
Remove the unused ToolResult component from EventCard.tsx as it is no longer needed after UI refactoring. Also fix a potential null reference error in SettingsModal.tsx by adding nullish coalescing when checking opModeDirty object keys. openqed-Session: 302542b4-2f6a-4a5a-aaa7-a53a19795657 openqed-Attribution: agent: src/ui/components/EventCard.tsx, src/ui/components/SettingsModal.tsx Co-authored-by: OpenQED <noreply@openqed.com>
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.
Added optional OP mode
UI fixes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.