Releases: enthrium/open-enthrium-ai-platform
Releases · enthrium/open-enthrium-ai-platform
Release list
v1.6.6
Added
- OE MCP:
run_agenttool — run any OE Runtime YAML agent directly from Claude Code, Cursor, Windsurf, Codex, or any MCP-compatible AI app; no terminal needed - OE MCP: Config auto-detection — looks for
oe-config.jsonin the agent's directory first, falls back tooe-mcp.json - OE MCP:
paramssupport — pass key-value pairs to the agent as--paramflags
Changed
- Removed inflated connector count claims ("2,600+", "2,673+") across all READMEs and website
v1.6.5
Added
- OE MCP: Persistent action log (
oe-mcp-log.json) — every connector tool call is automatically appended with timestamp, connector name, tool, input, and result - OE MCP:
log_listMCP tool — query the action log in plain language from any connected AI app (supportslimitparam, newest first) - OE MCP:
log_clearMCP tool — wipe the action log - OE MCP: Error path logging — failed connector calls logged with
result: errorand error message
v1.6.4
Changed
- MCP config format switched from
oe-mcp.yamltooe-mcp.json(YAML still accepted as fallback) - Fixed GitHub connector field in all docs:
token→repoUrl+personalAccessToken - Fixed SSH connector docs:
privateKeypath → inline PEM content
Added
- 7 new MCP connector samples:
telegram,notion,confluence,graphql,zoho-mail,sftp,dropbox - New blog post: OE MCP persistent memory for Claude Code, Cursor & Windsurf
- All 11 existing MCP samples converted from YAML to JSON format
- MCP config reference on mcp.html updated to JSON syntax
v1.6.3
Added
- blog-to-video sample — new 22nd starter kit; fetches a blog post, plans 6 slides, generates DALL-E 3 images + OpenAI TTS narration, assembles and exports an MP4 via Canva
- video-generation sample — rewritten to use the same Canva pipeline (DALL-E 3 + TTS + Canva export); topic driven via
--param topic=...
Fixed
- REST API adapter — body is now serialized as
application/x-www-form-urlencodedwhen the connector'sContent-Typeheader demands it; previously all POST/PUT/PATCH bodies were sent as JSON regardless
v1.6.2
Added
- Startup banners — standalone CLI mode now shows a banner matching server mode (
OE Runtime Standalone vX.X.X / Run AI agents via CLI)
Fixed
- MCP README — SSH connector example corrected to use inline
privateKeyPEM content instead of a file path in the wrong field - blockchain-web3 sample —
oe-config.jsonnow uses free public RPC (https://eth.llamarpc.com); no API key required for testing
v1.6.1
Fixed
- Agent YAML examples — Telegram step now explicitly calls
sendMessageendpoint and discoverschat_iddynamically viagetUpdates; query step restricted with "no other queries" to prevent LLM from running extra queries beyond what is specified
v1.6.0
Changed
- CLI README — restructured Quick Start (3 steps: config → agent.yaml → run), agent.yaml example + YAML Agent Reference moved inline under step 2, Writing Agents section removed; Download & Run config aligned to actual sample connector names; HTTP Server Mode expanded with per-platform commands, full endpoint docs, and curl examples
- npm README — fully aligned with CLI README; added Sample Library, Writing Agents, Connector Catalog, Supported LLM Providers, Contributing, and Part of Open Enthrium sections; sample count updated to 21
- Contributing section — added to both CLI and npm READMEs with hyperlinks to GitHub issues and PR pages
- Connector examples — telegram config corrected to use
baseUrlfield; connection names updated to match actual samples (My Database,My Telegram Bot,YOUR_DB_PASSWORD)
v1.5.9
Fixed
- npx cwd on Windows —
bin.jsin both@openenthrium/oe-runtimeand@openenthrium/oe-mcpnow usesprocess.env.INIT_CWD || process.cwd()as the working directory for the spawned binary; fixes "agent file not found" error when running via npx on Windows wherenpx.cmdusespushd/popdand changes the process cwd
v1.5.8
Fixed
@openenthrium/oe-runtimenpm publish — correctedworking-directoryin CI fromnpmtoserver/cli/npm(path was wrong after sync to public repo, causing "No such file or directory" error)- npx command syntax — removed incorrect
runsubcommand; correct syntax isnpx -y @openenthrium/oe-runtime agent.yaml --config oe-config.json
v1.5.7
Added
@openenthrium/oe-runtimenpm package —npx -y @openenthrium/oe-runtime run agent.yaml --config oe-config.jsonworks on any machine with Node.js; no binary download needed; postinstall downloads the correct platform binary from GitHub releases automatically- OE Runtime CLI release workflow — added
publish-npmjob to publish@openenthrium/oe-runtimeon every release tag
Changed
- All
openenterprise/open-enterprisereferences removed — User-Agent strings, client IDs, Kafka clientId, Pinecone default index, telemetry token, workflow names, website repo URLs in release workflows all updated toopenenthrium/open-enthrium - Website runtime.html — added npx pill to hero section