Fusion Agent
b1893a63af
FN-043: add canonical thinking levels for custom providers
...
Custom-provider models now expose the full thinking-level selector and faithfully transmit the selected effort.
- Register all canonical thinking levels and preserve provider-specific API dialects.
- Remove the redundant reasoning toggle and update provider status and settings documentation.
- Add dashboard, engine, and provider registration coverage for thinking-level behavior.
- Add a minor changeset for the published CLI package.
Files changed:
.../fn-043-custom-provider-thinking-levels.md | 7 ++
docs/settings-reference.md | 2 +
.../dashboard/app/api/settings/provider-status.ts | 1 -
.../app/components/CustomProviderForm.css | 5 +-
.../app/components/CustomProviderForm.tsx | 18 ++---
.../__tests__/CustomProviderForm.test.tsx | 35 ++++++---
...r-model-routes-custom-provider-thinking.test.ts | 91 ++++++++++++++++++++++
.../custom-provider-thinking-levels.test.ts | 49 ++++++++++++
.../custom-providers-openai-completions.test.ts | 2 +-
.../custom-providers-openai-responses.test.ts | 3 +-
.../src/__tests__/pi-create-fn-agent.test.ts | 31 +++++++-
.../src/__tests__/provider-registration.test.ts | 20 ++++-
.../engine/src/auth/custom-provider-registry.ts | 14 +++-
packages/engine/src/pi.ts | 9 ++-
14 files changed, 251 insertions(+), 36 deletions(-)
Fusion-Task-Id: FN-043
Fusion-Task-Lineage: fdd3308a-d5bd-4f54-911a-226c2b46a927
Co-authored-by: Fusion <noreply@runfusion.ai >
2026-08-20 03:57:23 +00:00
..
2026-04-25 09:09:31 -07:00
2026-08-18 18:21:50 -07:00
2026-08-18 18:49:42 -07:00
2026-08-18 20:16:44 -07:00
2026-08-18 21:20:34 -07:00
2026-08-18 20:38:48 -07:00
2026-08-18 21:09:03 -07:00
2026-08-17 22:48:49 -07:00
2026-08-17 22:43:59 -07:00
2026-08-15 22:42:51 -07:00
2026-08-18 17:18:56 -07:00
2026-08-15 15:21:30 -07:00
2026-08-15 14:52:38 -07:00
2026-08-15 22:42:51 -07:00
2026-08-17 17:38:26 -07:00
2026-08-17 16:26:30 -07:00
2026-08-17 22:21:13 -07:00
2026-08-17 21:39:06 -07:00
2026-08-17 16:56:48 -07:00
2026-08-17 23:49:33 -07:00
2026-08-15 15:33:40 -07:00
2026-08-16 17:46:23 -07:00
2026-08-15 22:16:34 -07:00
2026-08-17 23:45:40 -07:00
2026-08-18 18:05:15 -07:00
2026-08-15 21:42:34 -07:00
2026-08-17 20:47:28 -07:00
2026-08-17 13:54:48 -07:00
2026-08-18 17:55:31 -07:00
2026-08-17 20:58:15 -07:00
2026-08-15 21:42:01 -07:00
2026-08-15 15:52:52 -07:00
2026-08-20 03:55:38 +00:00
2026-08-20 03:55:38 +00:00
2026-08-20 03:55:38 +00:00
2026-08-20 03:55:38 +00:00
2026-08-20 03:55:38 +00:00
2026-08-20 03:55:38 +00:00
2026-08-20 03:55:38 +00:00
2026-08-20 03:55:38 +00:00
2026-08-20 03:55:38 +00:00
2026-08-20 03:55:38 +00:00
2026-08-20 03:55:38 +00:00
2026-08-20 03:55:38 +00:00
2026-08-20 03:55:38 +00:00
2026-08-20 03:55:38 +00:00
2026-08-20 03:55:38 +00:00
2026-08-20 03:55:38 +00:00
2026-08-20 03:55:38 +00:00
2026-08-20 03:55:38 +00:00
2026-08-20 03:55:39 +00:00
2026-08-20 03:55:39 +00:00
2026-08-20 03:55:39 +00:00
2026-08-20 03:55:39 +00:00
2026-08-20 03:55:39 +00:00
2026-08-20 03:56:41 +00:00
2026-08-20 03:56:41 +00:00
2026-08-20 03:57:23 +00:00
2026-08-20 03:57:23 +00:00
2026-08-20 03:57:23 +00:00
2026-08-20 03:57:23 +00:00
2026-08-20 03:57:23 +00:00
2026-08-20 03:57:23 +00:00
2026-08-17 13:54:48 -07:00
2026-08-17 13:54:48 -07:00
2026-08-17 13:54:48 -07:00
2026-08-17 13:54:48 -07:00
2026-08-17 13:54:48 -07:00
2026-08-17 13:54:48 -07:00
2026-08-17 13:54:48 -07:00
2026-08-17 13:54:48 -07:00
2026-08-13 16:08:52 -07:00
2026-08-13 16:31:44 -07:00
2026-08-13 15:30:53 -07:00
2026-08-13 15:55:37 -07:00
2026-08-13 17:13:56 -07:00
2026-08-13 16:48:01 -07:00
2026-08-13 16:39:11 -07:00
2026-08-13 17:22:46 -07:00
2026-08-14 12:41:03 -07:00
2026-08-14 12:59:23 -07:00
2026-08-14 14:24:26 -07:00
2026-08-14 20:50:55 -07:00
2026-08-14 23:33:36 -07:00
2026-08-14 21:32:58 -07:00
2026-08-15 00:02:52 -07:00
2026-08-14 23:22:05 -07:00
2026-08-14 22:10:35 -07:00
2026-08-14 23:42:52 -07:00
2026-08-14 21:51:45 -07:00
2026-08-15 01:14:43 -07:00
2026-08-14 22:03:16 -07:00
2026-08-15 00:35:12 -07:00
2026-08-14 23:14:19 -07:00
2026-08-15 00:25:04 -07:00
2026-08-15 00:41:44 -07:00
2026-08-15 03:22:13 -07:00
2026-08-14 22:16:44 -07:00
2026-08-14 21:44:18 -07:00
2026-08-15 00:48:23 -07:00
2026-08-15 06:42:39 -07:00
2026-08-15 21:07:02 -07:00
2026-08-15 06:09:09 -07:00
2026-08-15 07:19:29 -07:00
2026-08-15 08:51:35 -07:00
2026-08-15 16:51:54 -07:00
2026-08-15 12:38:24 -07:00
2026-08-15 12:04:30 -07:00
2026-08-15 14:19:23 -07:00
2026-08-15 13:39:24 -07:00
2026-08-15 17:36:32 -07:00
2026-08-15 17:13:20 -07:00
2026-08-15 17:06:39 -07:00
2026-08-15 17:45:32 -07:00
2026-08-15 19:10:55 -07:00
2026-08-15 17:53:29 -07:00
2026-08-15 21:24:25 -07:00
2026-08-15 20:17:07 -07:00
2026-08-15 21:57:22 -07:00
2026-08-15 23:14:24 -07:00
2026-08-16 00:59:48 -07:00
2026-08-16 02:26:42 -07:00
2026-08-16 01:50:38 -07:00
2026-08-16 08:05:11 -07:00
2026-08-16 16:04:18 -07:00
2026-08-17 20:54:43 -07:00
2026-08-19 18:16:49 -07:00
2026-08-19 18:50:27 -07:00
2026-08-19 18:08:55 -07:00
2026-08-19 19:46:35 -07:00
2026-08-19 19:59:04 -07:00
2026-08-19 18:57:33 -07:00
2026-08-19 19:12:28 -07:00
2026-08-19 20:17:42 -07:00
2026-08-19 19:34:53 -07:00
2026-08-19 20:25:18 -07:00
2026-08-19 20:08:05 -07:00
2026-08-19 20:35:19 -07:00
2026-08-18 00:11:06 -07:00
2026-08-13 15:12:08 -07:00
2026-08-15 15:22:33 -07:00
2026-08-16 08:32:46 -07:00
2026-08-18 20:55:18 -07:00
2026-08-18 20:40:34 -07:00
2026-08-18 22:16:44 -07:00
2026-06-24 19:25:51 -07:00
2026-08-17 15:10:56 -07:00
2026-08-18 21:09:03 -07:00
2026-08-15 22:42:39 -07:00
2026-08-18 00:09:53 -07:00
2026-08-17 15:47:43 -07:00
2026-08-18 00:10:46 -07:00
2026-08-18 22:11:47 -07:00
2026-08-17 15:05:10 -07:00
2026-08-18 22:11:22 -07:00
2026-08-18 21:09:03 -07:00
2026-08-18 19:13:53 -07:00
2026-08-14 21:55:49 -07:00
2026-08-18 19:52:36 -07:00
2026-08-18 21:57:57 -07:00
2026-08-18 21:14:26 -07:00
2026-08-17 14:37:49 -07:00