release: dev → main (v2.0.0-alpha.1)#73
Closed
andrewchumchal wants to merge 20 commits into
Closed
Conversation
Merge pull request #65 from OpenConduit/dev
- Import settingsStore in ipc.ts; add SETTINGS_OPEN_FILE handler (shell.openPath) - Bridge config.openSettingsFile() in preload.ts - Type config.openSettingsFile in env.d.ts
- Remove hardcoded encryptionKey from electron-store (it was security theatre — the key was in the binary, providing no real protection) - Settings file is now plain JSON at userData/openconduit-settings.json, matching VS Code / Cursor convention - On first launch after upgrade, decryptLegacyStore() reads the old encrypted file using the old key, deletes it, then writes all settings to the new plain store — API keys and providers are preserved
…add routing to env.d.ts
feat(#37): remove settings encryption + decrypt-then-migrate
- Rename --color-bg → --color-background (matches marketplace theme YAML schema) - Add --color-border (#334155) — required by ThemeColors interface
…ypes - ipc.ts: add path import + EXTENSIONS_GET_INSTALLED handler that scans userData/extensions/ for installed extensions and reads their manifest.json - preload.ts: expose extensions.getInstalled() and extensions.readFile() (readFile uses Node fs in preload context, not available in renderer) - renderer/env.d.ts: add InstalledExtensionInfo import, extensions namespace type, and window.__openConduit SDK surface type
feat: stamp durationMs on MCP tool call results (#18)
feat: Extension Platform SDK — client IPC bridge, preload wiring, and CSS token alignment
…nd __openConduit types - @openconduit/core bumped to ^2.0.0-alpha.2 - env.d.ts: window.__openConduit now typed with all five registries (extensionRegistry, hookRegistry, commandRegistry, bottomPanelRegistry, settingsRegistry)
feat(extensions): Phase 3 client — core 2.0.0-alpha.2 and expanded SDK types
- scanExtensionDir() helper reads manifest.json and forwards full parsed manifest so Phase 5 sandboxed loader can pre-register without running code - OPENCONDUIT_DEV_EXTENSIONS env var scans an extra directory at startup — set to /path/to/core/test-extensions to load test extensions without copying - shared/types.ts: locally augment InstalledExtensionInfo with manifest? field until @openconduit/core publishes Phase 5 types
feat: Phase 5 extension loader, debug log IPC, macOS code signing, bump to 2.0.0-alpha.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merges
devintomainfor the2.0.0-alpha.1release.What's included
@openconduit/core2.0.0-alpha.2, expanded__openConduittypesscanExtensionDir,OPENCONDUIT_DEV_EXTENSIONSfallback), manifest field populationlog:write/log:openhandlers, daily log files inuserData/logs/, 7-day pruningosxSign+osxNotarizeinforge.config.ts,entitlements.plist, CI keychain import inrelease.yml@openconduit/corebumped to^2.0.0-alpha.31.2.2→2.0.0-alpha.1