Uh oh!
There was an error while loading. Please reload this page.
chore: version packages - #1277
Merged
Merged
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@objectstack/service-ai@6.1.0
Minor Changes
93c0589: AI v1: Actions-as-Tools — every declarative UI
Actionoftype: 'script'is now auto-exposed as an AI-callable tool named
action_<name>. Agents canperform business operations ("complete the groceries task") via natural
language, routed through the same
dataEngine.executeAction()dispatcherStudio uses. This is the write-side counterpart to
query_data.Highlights
registerActionsAsTools(toolRegistry, { metadata, dataEngine })walks everyobject's
actions[]and registers script-type ones, auto-injecting arecordIdargument for row-context actions and inheriting JSON-Schemaparameter types from the owning object's fields.
confirmText,mode: 'delete',variant: 'danger', or explicitaiExposed: false.aiExposed?: booleanflag onActionSchemafor fine-grained opt-out.actions_executorskill bundle subscribes toaction_*(wildcardtool names now supported in
SkillSchema.tools).data_chatagent now references bothdata_explorerandactions_executorskills, so users get read + write capabilities out ofthe box.
MemoryLLMAdapterlearned a small two-step heuristic — when it sees anaction verb ("complete", "start", "clone", ...) it routes to the matching
action_*tool, resolvingrecordIdfrom any priorquery_dataresult.examples/app-todo/test/ai-action.test.tsdemo proves the loop:user says "please complete the groceries task" → agent finds the task →
agent calls
action_complete_task→ task status flips →ai_tracesrecords the run.
Breaking changes
None.
aiExposedis additive; existing actions remain exposed unlessthey fail an existing safety filter.
Phase-1 limitations (Phase-2 roadmap items)
type: 'script'actions;api/flow/url/modal/formskipped.visible/disabledpredicates against agent context.Patch Changes
@objectstack/spec@6.1.0
Minor Changes
93c0589: AI v1: Actions-as-Tools — every declarative UI
Actionoftype: 'script'is now auto-exposed as an AI-callable tool named
action_<name>. Agents canperform business operations ("complete the groceries task") via natural
language, routed through the same
dataEngine.executeAction()dispatcherStudio uses. This is the write-side counterpart to
query_data.Highlights
registerActionsAsTools(toolRegistry, { metadata, dataEngine })walks everyobject's
actions[]and registers script-type ones, auto-injecting arecordIdargument for row-context actions and inheriting JSON-Schemaparameter types from the owning object's fields.
confirmText,mode: 'delete',variant: 'danger', or explicitaiExposed: false.aiExposed?: booleanflag onActionSchemafor fine-grained opt-out.actions_executorskill bundle subscribes toaction_*(wildcardtool names now supported in
SkillSchema.tools).data_chatagent now references bothdata_explorerandactions_executorskills, so users get read + write capabilities out ofthe box.
MemoryLLMAdapterlearned a small two-step heuristic — when it sees anaction verb ("complete", "start", "clone", ...) it routes to the matching
action_*tool, resolvingrecordIdfrom any priorquery_dataresult.examples/app-todo/test/ai-action.test.tsdemo proves the loop:user says "please complete the groceries task" → agent finds the task →
agent calls
action_complete_task→ task status flips →ai_tracesrecords the run.
Breaking changes
None.
aiExposedis additive; existing actions remain exposed unlessthey fail an existing safety filter.
Phase-1 limitations (Phase-2 roadmap items)
type: 'script'actions;api/flow/url/modal/formskipped.visible/disabledpredicates against agent context.@objectstack/account@6.1.0
Patch Changes
@objectstack/hono@6.1.0
Patch Changes
@objectstack/cli@6.1.0
Patch Changes
@objectstack/client@6.1.0
Patch Changes
@objectstack/client-react@6.1.0
Patch Changes
@objectstack/core@6.1.0
Patch Changes
@objectstack/formula@6.1.0
Patch Changes
@objectstack/metadata@6.1.0
Patch Changes
@objectstack/metadata-fs@6.1.0
Patch Changes
@objectstack/objectql@6.1.0
Patch Changes
@objectstack/observability@6.1.0
Patch Changes
@objectstack/platform-objects@6.1.0
Patch Changes
@objectstack/driver-memory@6.1.0
Patch Changes
@objectstack/driver-mongodb@6.1.0
Patch Changes
@objectstack/driver-sql@6.1.0
Patch Changes
@objectstack/driver-sqlite-wasm@5.2.2
Patch Changes
@objectstack/driver-turso@6.1.0
Patch Changes
@objectstack/plugin-approvals@6.1.0
Patch Changes
@objectstack/plugin-audit@6.1.0
Patch Changes
@objectstack/plugin-auth@6.1.0
Patch Changes
@objectstack/plugin-dev@6.1.0
Patch Changes
@objectstack/plugin-email@6.1.0
Patch Changes
@objectstack/plugin-hono-server@6.1.0
Patch Changes
@objectstack/plugin-mcp-server@6.1.0
Patch Changes
@objectstack/plugin-msw@6.1.0
Patch Changes
@objectstack/plugin-reports@6.1.0
Patch Changes
@objectstack/plugin-security@6.1.0
Patch Changes
@objectstack/plugin-sharing@6.1.0
Patch Changes
@objectstack/plugin-webhooks@6.1.0
Patch Changes
@objectstack/rest@6.1.0
Patch Changes
@objectstack/runtime@6.1.0
Patch Changes
@objectstack/service-analytics@6.1.0
Patch Changes
@objectstack/service-automation@6.1.0
Patch Changes
@objectstack/service-cache@6.1.0
Patch Changes
@objectstack/service-cluster@5.1.3
Patch Changes
@objectstack/service-cluster-redis@5.1.3
Patch Changes
@objectstack/service-feed@6.1.0
Patch Changes
@objectstack/service-i18n@6.1.0
Patch Changes
@objectstack/service-job@6.1.0
Patch Changes
@objectstack/service-package@6.1.0
Patch Changes
@objectstack/service-queue@6.1.0
Patch Changes
@objectstack/service-realtime@6.1.0
Patch Changes
@objectstack/service-settings@6.1.0
Patch Changes
@objectstack/service-storage@6.1.0
Patch Changes
@objectstack/types@6.1.0
Patch Changes
@objectstack/express@6.1.0
@objectstack/fastify@6.1.0
@objectstack/nestjs@6.1.0
@objectstack/nextjs@6.1.0
@objectstack/nuxt@6.1.0
@objectstack/sveltekit@6.1.0
create-objectstack@6.1.0
@objectstack/metadata-core@6.1.0
objectstack-vscode@6.1.0
@objectstack/example-crm@4.0.13
Patch Changes
@example/app-todo@4.0.13
Patch Changes
93c0589: AI v1: Actions-as-Tools — every declarative UI
Actionoftype: 'script'is now auto-exposed as an AI-callable tool named
action_<name>. Agents canperform business operations ("complete the groceries task") via natural
language, routed through the same
dataEngine.executeAction()dispatcherStudio uses. This is the write-side counterpart to
query_data.Highlights
registerActionsAsTools(toolRegistry, { metadata, dataEngine })walks everyobject's
actions[]and registers script-type ones, auto-injecting arecordIdargument for row-context actions and inheriting JSON-Schemaparameter types from the owning object's fields.
confirmText,mode: 'delete',variant: 'danger', or explicitaiExposed: false.aiExposed?: booleanflag onActionSchemafor fine-grained opt-out.actions_executorskill bundle subscribes toaction_*(wildcardtool names now supported in
SkillSchema.tools).data_chatagent now references bothdata_explorerandactions_executorskills, so users get read + write capabilities out ofthe box.
MemoryLLMAdapterlearned a small two-step heuristic — when it sees anaction verb ("complete", "start", "clone", ...) it routes to the matching
action_*tool, resolvingrecordIdfrom any priorquery_dataresult.examples/app-todo/test/ai-action.test.tsdemo proves the loop:user says "please complete the groceries task" → agent finds the task →
agent calls
action_complete_task→ task status flips →ai_tracesrecords the run.
Breaking changes
None.
aiExposedis additive; existing actions remain exposed unlessthey fail an existing safety filter.
Phase-1 limitations (Phase-2 roadmap items)
type: 'script'actions;api/flow/url/modal/formskipped.visible/disabledpredicates against agent context.Updated dependencies [93c0589]