File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 583583 :properties {" agent" {:type " string" }
584584 " task" {:type " string" }
585585 " activity" {:type " string" }
586- " model" {:type " string"
587- :enum [" anthropic/claude-opus-4-6"
588- " anthropic/claude-sonnet-4-6"
589- " openai/gpt-4.1" ]}
586+ " model" {:type " string" }
590587 " variant" {:type " string"
591588 :enum [" high" " low" " max" " medium" ]}}
592589 :required [" agent" " task" " activity" ]}
Original file line number Diff line number Diff line change 4343
4444 (testing " returns chats excluding subagents"
4545 (swap! (h/db* ) assoc :chats {" c1" {:id " c1" :title " Test" :status :idle :created-at 123 }
46- " c2" {:id " c2" :title " Sub" :status :running :subagent true }})
46+ " c2" {:id " c2" :title " Sub" :status :running :subagent true }}
47+ :chat-start-fired #{" c1" " c2" })
4748 (let [response (handlers/handle-list-chats (components ) nil )
4849 body (json/parse-string (:body response) true )]
4950 (is (= 1 (count body)))
You can’t perform that action at this time.
0 commit comments