mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 15:00:24 +00:00
feat(desktop): review flow
This commit is contained in:
parent
b8c51e307f
commit
96c57418f3
11 changed files with 341 additions and 77 deletions
|
|
@ -338,6 +338,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
|
|||
// session.layout.copyTabs("", session.id)
|
||||
}
|
||||
session.layout.setActiveTab(undefined)
|
||||
session.messages.setActive(undefined)
|
||||
const toAbsolutePath = (path: string) => (path.startsWith("/") ? path : sync.absolute(path))
|
||||
|
||||
const attachments = session.prompt.current().filter((part) => part.type === "file")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue