chore: cleanup agent model references and defaults (#547)

* refactor(agents): remove unused model references

Consistent cleanup of agent model references across all agent files.

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)

* fix(agents): use glm-4.7-free as default librarian model

🤖 Generated with [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)

* make playwright skill to be called more
This commit is contained in:
YeonGyu-Kim
2026-01-07 01:24:44 +09:00
committed by GitHub
parent 72ca50571a
commit dbddf1328e
7 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export const DOCUMENT_WRITER_PROMPT_METADATA: AgentPromptMetadata = {
export function createDocumentWriterAgent(
model: string = DEFAULT_MODEL
): AgentConfig {
const restrictions = createAgentToolRestrictions(["background_task"])
const restrictions = createAgentToolRestrictions([])
return {
description: