Releases: vinilana/invokta
Releases · vinilana/invokta
Release list
v0.7.0
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
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
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
- @willianbvsanches13 made their first contribution in #43
Full Changelog: v0.5.0...v0.6.0
Invokta 0.5.0
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
Added
- Added
create-invokta-capabilityand
create-invokta-capability-library, with deterministic private ESM starters
that prove atomic and library composition throughengine.invoke. - Generated engine and capability-library projects now include one
AGENTS.md
instruction source and a relativeCLAUDE.mdsymbolic-link alias. - Every generated engine, atomic capability, and capability-library project now
includes a validdevelop-invokta-projectskill tailored to its architecture
and test-first workflow. - Generated engines now include a build-free
mcp:uninstallcommand that
removes the same managed engine identity from every configured MCP client
through one confirmed, ownership-safe operation. - Added the pure
@invokta/deploy/scaffoldplanner so development-time
generators can reuse the fail-closed MCP HTTP templates without copying them
or invoking another CLI.
Changed
-
create-invokta-enginenow guides terminal users through a project directory,
one of thecomplete,mcp-stdio,mcp-http, orcliprofiles, and a final
confirmation. Terminal automation must pass--yes. -
The default
completestarter now includes MCP HTTP and the matching
@invokta/deploydevelopment 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
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