YeonGyu-Kim
2f8ce576dc
fix(chat-params): use conservative token fallback for invalid limits
...
Avoid inflating non-positive maxOutputTokens values to model capability maxima by always falling back to a safe fixed budget.
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-05-11 08:47:49 +09:00
YeonGyu-Kim
279f0d150f
fix(chat-params): guard non-positive max output tokens
2026-05-10 15:03:01 +09:00
YeonGyu-Kim
a0d5131ee1
refactor(plugin): remove dead chat params code
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-04-12 00:07:10 +09:00
YeonGyu-Kim
78e6d780eb
fix(plugin): verify event hook compatibility with v1.4.0
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-04-08 13:08:03 +09:00
YeonGyu-Kim
e52dd340c6
fix(plugin): migrate chat.params to maxOutputTokens for v1.4.0
...
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent )
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai >
2026-04-08 13:02:51 +09:00
Ravi Tharuma
2af9324400
feat: add models.dev-backed model capabilities
2026-03-25 14:47:46 +01:00
Ravi Tharuma
f86b8b3336
fix(review): align model compatibility and prompt param helpers
2026-03-25 11:14:04 +01:00
Ravi Tharuma
d4f962b55d
feat(model-settings-compat): add variant/reasoningEffort compatibility resolver
...
- Registry-based model family detection (provider-agnostic)
- Variant and reasoningEffort ladder downgrade logic
- Three-tier resolution: metadata override → family heuristic → unknown drop
- Comprehensive test suite covering all model families
2026-03-25 11:13:53 +01:00
Ravi Tharuma
a77a16c494
feat(config): support object-style fallback_models with per-model settings
...
Add support for object-style entries in fallback_models arrays, enabling
per-model configuration of variant, reasoningEffort, temperature, top_p,
maxTokens, and thinking settings.
- Zod schema for FallbackModelObject with full validation
- normalizeFallbackModels() and flattenToFallbackModelStrings() utilities
- Provider-agnostic model resolution pipeline with fallback chain
- Session prompt params state management
- Fallback chain construction with prefix-match lookup
- Integration across delegate-task, background-agent, and plugin layers
2026-03-25 11:04:49 +01:00
Ravi Tharuma
71b1f7e807
fix(anthropic-effort): clamp variant against mutable request message
2026-03-17 11:57:56 +01:00
VespianRex
f5f1d1d4c2
Fix model fallback across main/background/sync agents
2026-02-20 17:45:53 +02:00
YeonGyu-Kim
598a4389d1
refactor(core): split index.ts and config-handler.ts into focused modules
...
Main entry point:
- create-hooks.ts, create-tools.ts, create-managers.ts
- plugin-interface.ts: plugin interface types
- plugin/ directory: plugin lifecycle modules
Config handler:
- agent-config-handler.ts, command-config-handler.ts
- tool-config-handler.ts, mcp-config-handler.ts
- provider-config-handler.ts, category-config-resolver.ts
- agent-priority-order.ts, prometheus-agent-config-builder.ts
- plugin-components-loader.ts
2026-02-08 16:25:25 +09:00