anentrypoint-design 0.0.96 → 0.0.97

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anentrypoint-design",
3
- "version": "0.0.96",
3
+ "version": "0.0.97",
4
4
  "description": "247420 design system SDK — webjsx + modified ripple-ui, single-file ESM bundle for reproducible use of the AnEntrypoint design.",
5
5
  "type": "module",
6
6
  "main": "./dist/247420.js",
@@ -8,6 +8,9 @@ const KNOWN_FIELDS = [
8
8
  { key: 'display.skin', label: 'skin', kind: 'skin' },
9
9
  { key: 'display.tool_progress_command', label: 'tool progress command', kind: 'bool' },
10
10
  { key: 'display.background_process_notifications', label: 'bg notifications', kind: 'enum', options: ['all','errors','none'] },
11
+ { key: 'providers.freddie.baseUrl', label: 'freddie URL (thebird → freddie)', kind: 'string', nullable: true },
12
+ { key: 'providers.openai.baseUrl', label: 'acptoapi URL (freddie → acptoapi)', kind: 'string', nullable: true },
13
+ { key: 'providers.openai.model', label: 'default LLM model', kind: 'string', nullable: true },
11
14
  { key: 'agent.provider', label: 'agent provider', kind: 'string' },
12
15
  { key: 'agent.model', label: 'agent model', kind: 'modelDropdown' },
13
16
  { key: 'agent.max_iterations', label: 'max iterations', kind: 'number' },