@fractary/faber 2.4.11 → 2.4.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agents/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/agents/types.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export type AgentTypeId = 'asset-architect' | 'asset-engineer' | 'asset-configur
|
|
|
16
16
|
/** FABER phase names */
|
|
17
17
|
export type FaberPhaseName = 'frame' | 'architect' | 'build' | 'evaluate' | 'release' | 'any';
|
|
18
18
|
/** Model names */
|
|
19
|
-
export type ModelName = 'claude-haiku-4-5' | 'claude-sonnet-4-5' | 'claude-opus-4-
|
|
19
|
+
export type ModelName = 'claude-haiku-4-5' | 'claude-sonnet-4-5' | 'claude-opus-4-6';
|
|
20
20
|
/** Tool names */
|
|
21
21
|
export type ToolName = 'Bash' | 'Read' | 'Write' | 'Edit' | 'Glob' | 'Grep' | 'AskUserQuestion' | 'Skill' | 'WebFetch' | 'WebSearch';
|
|
22
22
|
/** Agent type entry in manifest */
|