Skip to content

Commit edfe11f

Browse files
committed
Merge branch 'main' into feat/eslint-config
2 parents 45405a9 + c2497a7 commit edfe11f

126 files changed

Lines changed: 9061 additions & 2674 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)