chore: remove duplicate merge artifacts
This commit is contained in:
parent
05a4733323
commit
fe6fbe643f
2 changed files with 0 additions and 11 deletions
|
|
@ -61,15 +61,6 @@ test("compaction prompt preserves detailed work state and relevant files", () =>
|
||||||
expect(prompt).toContain("## Relevant Files")
|
expect(prompt).toContain("## Relevant Files")
|
||||||
})
|
})
|
||||||
|
|
||||||
test("compaction prompt preserves detailed work state and relevant files", () => {
|
|
||||||
const prompt = SessionCompaction.buildPrompt({ context: ["conversation history"] })
|
|
||||||
|
|
||||||
expect(prompt).toContain("## Work State\n### Completed")
|
|
||||||
expect(prompt).toContain("### Active")
|
|
||||||
expect(prompt).toContain("### Blocked")
|
|
||||||
expect(prompt).toContain("## Relevant Files")
|
|
||||||
})
|
|
||||||
|
|
||||||
test("compaction describes tool media without embedding base64", () => {
|
test("compaction describes tool media without embedding base64", () => {
|
||||||
const base64 = "iVBORw0KGgoAAAANSUhEUgAAAAEAAAAB"
|
const base64 = "iVBORw0KGgoAAAANSUhEUgAAAAEAAAAB"
|
||||||
const serialized = SessionCompaction.serializeToolContent([
|
const serialized = SessionCompaction.serializeToolContent([
|
||||||
|
|
|
||||||
|
|
@ -61,8 +61,6 @@ import { lastAssistantWithUsage } from "../../util/session"
|
||||||
|
|
||||||
registerOpencodeSpinner()
|
registerOpencodeSpinner()
|
||||||
|
|
||||||
registerOpencodeSpinner()
|
|
||||||
|
|
||||||
export type PromptProps = {
|
export type PromptProps = {
|
||||||
sessionID?: string
|
sessionID?: string
|
||||||
visible?: boolean
|
visible?: boolean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue