Skip to content

Commit 6d3e25d

Browse files
committed
chore(release): publish
- agentic-server@0.22.0 - @agentic-kit/cli@0.7.7 - @agentic-kit/pi@0.8.7 - @constructive-io/examples-codegen-integration@2.10.7 - @constructive-io/examples-pglite-socket@1.9.7 - graphile-bulk-mutations@1.10.7 - graphile-connection-filter@2.10.7 - graphile-function-bindings@1.10.7 - graphile-history@1.2.7 - graphile-i18n@2.10.7 - graphile-llm@1.10.7 - graphile-ltree@2.10.7 - graphile-pg-aggregates@2.10.7 - graphile-postgis@3.10.7 - graphile-query@5.10.7 - graphile-realtime-test@1.10.7 - graphile-schema@2.10.7 - graphile-search@2.10.7 - graphile-settings@6.11.7 - graphile-test@5.10.7 - @constructive-io/graphql-codegen@5.13.7 - @constructive-io/graphql-dev-server@3.12.7 - @constructive-io/graphql-explorer@5.10.7 - graphql-orm-test@1.10.7 - @constructive-io/playwright-test@3.13.7 - @constructive-io/graphql-query@4.11.7 - @constructive-io/graphql-react@5.10.7 - @constructive-io/graphql-realtime-test@1.10.7 - @constructive-io/graphql-server@5.15.0 - graphql-server-test@3.13.7 - @constructive-io/graphql-test@5.10.7 - @constructive-io/test-codegen-app@2.10.7 - @constructive-io/cli@8.12.7 - safegres@1.15.2 - pgpm@5.19.1 - @pgpmjs/core@7.21.2 - @pgpmjs/export@1.14.2 - @pgpmjs/portability@0.3.7 - @pgpmjs/slice@0.13.7 - @pgpmjs/transform@0.18.0 - constructive-test@1.9.7 - drizzle-orm-test@3.9.7 - insforge-test@1.9.7 - introspectron@5.10.7 - pg-codegen@5.9.7 - @pgpmjs/pglite-adapter@1.10.7 - pglite-test@1.9.7 - pgsql-client@4.9.7 - pgsql-seed@3.9.7 - pgsql-test@5.9.7 - supabase-test@3.9.7 - @constructive-sdk/cli@1.10.7 - @constructive-io/react@1.10.7 - @constructive-io/sdk@1.10.7 - @pgpmjs/migrate-client@1.10.7
1 parent d0ff78d commit 6d3e25d

111 files changed

Lines changed: 7449 additions & 2564 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

agentic/agentic-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions

agentic/agentic-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentic-server",
3-
"version": "0.21.2",
3+
"version": "0.22.0",
44
"description": "Standalone OpenAI-compatible LLM gateway — multi-provider proxy with pluggable inference metering",
55
"main": "index.js",
66
"module": "esm/index.js",

agentic/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

agentic/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic-kit/cli",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "agent — the pi coding agent with the Constructive harness baked in, purely a shell",
66
"main": "index.js",

agentic/pi/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

agentic/pi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentic-kit/pi",
3-
"version": "0.8.6",
3+
"version": "0.8.7",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "Pi adapter for agentic-kit — the Constructive typed db tools (provision, blueprint, codegen, records, policies, templates) and confirm gate as a pi coding-agent extension",
66
"main": "index.js",

examples/codegen-integration/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

examples/codegen-integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@constructive-io/examples-codegen-integration",
3-
"version": "2.10.6",
3+
"version": "2.10.7",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",

examples/pglite-socket/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

examples/pglite-socket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@constructive-io/examples-pglite-socket",
3-
"version": "1.9.6",
3+
"version": "1.9.7",
44
"private": true,
55
"description": "Example: the pgpm migrate engine deploying into PGlite (WASM Postgres) over the pg-gateway socket shim — no Postgres service required.",
66
"homepage": "https://github.com/constructive-io/constructive",

0 commit comments

Comments
 (0)