Skip to content

Releases: vinilana/invokta

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 19:05
b0d4875

What's Changed

  • Add OAuth challenge scopes and example engine development tooling by @vinilana in #54
  • docs: add connector broker design note and pattern by @vinilana in #55
  • fix(creator): scope example archive validation by @vinilana in #53
  • Fix Antigravity and VS Code installer paths by @vinilana in #57
  • feat: define engine-owned outbound connectors by @vinilana in #58
  • feat(creator): import capabilities from OpenAPI contracts by @vinilana in #52
  • docs: improve Action Engine onboarding and positioning by @vinilana in #59
  • chore(release): prepare 0.7.0 by @vinilana in #60
  • fix(release): keep OIDC publishing tokenless by @vinilana in #61
  • fix(release): isolate npm registry publishing by @vinilana in #62

Full Changelog: v0.6.1...v0.7.0

v0.6.1

Choose a tag to compare

@vinilana vinilana released this 20 Aug 22:06
c2b87c9

What's Changed

  • chore(deps-dev): bump @biomejs/biome from 2.5.6 to 2.5.8 by @dependabot[bot] in #49
  • ci(release): publish packages directly to latest by @vinilana in #47
  • fix(scaffold): request vitest by range so npm 10 can install by @vinilana in #50
  • fix(create-invokta-engine): fall back to file copy when symlink fails on Windows by @vinilana in #48
  • chore(release): prepare 0.6.1 by @vinilana in #51

Full Changelog: v0.6.0...v0.6.1

v0.6.0

Choose a tag to compare

@vinilana vinilana released this 16 Aug 00:59
9ce5874

What's Changed

  • fix(devtools): exit the watch engine host on SIGTERM instead of waiting out SIGKILL by @willianbvsanches13 in #43
  • feat(devtools): CLI workbench, workbench launcher, and loopback ergonomics by @vinilana in #45
  • chore(release): prepare 0.6.0 by @vinilana in #46

New Contributors

Full Changelog: v0.5.0...v0.6.0

Invokta 0.5.0

Choose a tag to compare

@vinilana vinilana released this 15 Aug 16:30
ffe00b2

What's Changed

  • chore(deps): bump fast-uri from 3.1.4 to 3.1.5 in /apps/docs by @dependabot[bot] in #24
  • fix(mcp): publish Claude-compatible tool names by @vinilana in #36
  • Add self-hosted OAuth 2.1 engine and OAuth inspection tooling by @vinilana in #39
  • feat(tooling): preflight generated MCP catalogs by @vinilana in #38
  • Enable Action Engine installation on Windows by @vinilana in #41
  • feat: integrate production MCP OAuth framework support by @vinilana in #35
  • feat(devtools): adapter emulation, identity and authentication split, and OAuth discovery by @vinilana in #42
  • chore(release): prepare 0.5.0 by @vinilana in #44

Full Changelog: v0.4.0...v0.5.0

Invokta 0.3.0

Choose a tag to compare

@vinilana vinilana released this 01 Aug 23:22
64cb3af

Added

  • Added create-invokta-capability and
    create-invokta-capability-library, with deterministic private ESM starters
    that prove atomic and library composition through engine.invoke.
  • Generated engine and capability-library projects now include one AGENTS.md
    instruction source and a relative CLAUDE.md symbolic-link alias.
  • Every generated engine, atomic capability, and capability-library project now
    includes a valid develop-invokta-project skill tailored to its architecture
    and test-first workflow.
  • Generated engines now include a build-free mcp:uninstall command that
    removes the same managed engine identity from every configured MCP client
    through one confirmed, ownership-safe operation.
  • Added the pure @invokta/deploy/scaffold planner so development-time
    generators can reuse the fail-closed MCP HTTP templates without copying them
    or invoking another CLI.

Changed

  • create-invokta-engine now guides terminal users through a project directory,
    one of the complete, mcp-stdio, mcp-http, or cli profiles, and a final
    confirmation. Terminal automation must pass --yes.

  • The default complete starter now includes MCP HTTP and the matching
    @invokta/deploy development dependency. Focused profiles include and
    document only their selected adapter.

  • Non-terminal positional creation remains compatible. Automation that requires
    the former syntax and new deterministic default maps as follows:

    create-invokta-engine my-engine --no-install
    create-invokta-engine my-engine --profile complete --no-install --yes
    

Invokta 0.2.0

Choose a tag to compare

@vinilana vinilana released this 30 Jul 02:33

What's Changed

  • feat: add create-invokta-engine by @vinilana in #11
  • feat: install and manage Action Engines as MCP servers by @vinilana in #12

Full Changelog: v0.1.0...v0.2.0