Skip to content

Releases: enthrium/open-enthrium-ai-platform

v1.6.6

Choose a tag to compare

@github-actions github-actions released this 08 Aug 11:29

Added

  • OE MCP: run_agent tool — 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.json in the agent's directory first, falls back to oe-mcp.json
  • OE MCP: params support — pass key-value pairs to the agent as --param flags

Changed

  • Removed inflated connector count claims ("2,600+", "2,673+") across all READMEs and website

v1.6.5

Choose a tag to compare

@github-actions github-actions released this 08 Aug 05:29

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_list MCP tool — query the action log in plain language from any connected AI app (supports limit param, newest first)
  • OE MCP: log_clear MCP tool — wipe the action log
  • OE MCP: Error path logging — failed connector calls logged with result: error and error message

v1.6.4

Choose a tag to compare

@github-actions github-actions released this 07 Aug 17:08

Changed

  • MCP config format switched from oe-mcp.yaml to oe-mcp.json (YAML still accepted as fallback)
  • Fixed GitHub connector field in all docs: tokenrepoUrl + personalAccessToken
  • Fixed SSH connector docs: privateKey path → 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

Choose a tag to compare

@github-actions github-actions released this 07 Aug 03:02

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-urlencoded when the connector's Content-Type header demands it; previously all POST/PUT/PATCH bodies were sent as JSON regardless

v1.6.2

Choose a tag to compare

@github-actions github-actions released this 06 Aug 15:02

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 privateKey PEM content instead of a file path in the wrong field
  • blockchain-web3 sampleoe-config.json now uses free public RPC (https://eth.llamarpc.com); no API key required for testing

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 04 Aug 15:32

Fixed

  • Agent YAML examples — Telegram step now explicitly calls sendMessage endpoint and discovers chat_id dynamically via getUpdates; query step restricted with "no other queries" to prevent LLM from running extra queries beyond what is specified

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 14:51

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 baseUrl field; connection names updated to match actual samples (My Database, My Telegram Bot, YOUR_DB_PASSWORD)

v1.5.9

Choose a tag to compare

@github-actions github-actions released this 03 Aug 15:10

Fixed

  • npx cwd on Windowsbin.js in both @openenthrium/oe-runtime and @openenthrium/oe-mcp now uses process.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 where npx.cmd uses pushd/popd and changes the process cwd

v1.5.8

Choose a tag to compare

@github-actions github-actions released this 03 Aug 14:32

Fixed

  • @openenthrium/oe-runtime npm publish — corrected working-directory in CI from npm to server/cli/npm (path was wrong after sync to public repo, causing "No such file or directory" error)
  • npx command syntax — removed incorrect run subcommand; correct syntax is npx -y @openenthrium/oe-runtime agent.yaml --config oe-config.json

v1.5.7

Choose a tag to compare

@github-actions github-actions released this 03 Aug 14:17

Added

  • @openenthrium/oe-runtime npm packagenpx -y @openenthrium/oe-runtime run agent.yaml --config oe-config.json works 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-npm job to publish @openenthrium/oe-runtime on every release tag

Changed

  • All openenterprise/open-enterprise references removed — User-Agent strings, client IDs, Kafka clientId, Pinecone default index, telemetry token, workflow names, website repo URLs in release workflows all updated to openenthrium/open-enthrium
  • Website runtime.html — added npx pill to hero section