fourth-spark 0.10.19 → 0.10.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,7 @@ ALTER TABLE "agent_memories" ADD COLUMN "history" jsonb DEFAULT '[]'::jsonb;-->
2
2
  ALTER TABLE "custom_agents" ADD COLUMN "description" text DEFAULT '' NOT NULL;--> statement-breakpoint
3
3
  ALTER TABLE "custom_agents" ADD COLUMN "variant" text;--> statement-breakpoint
4
4
  ALTER TABLE "custom_agents" ADD COLUMN "memory_enabled" integer DEFAULT 1 NOT NULL;--> statement-breakpoint
5
+ ALTER TABLE "custom_agents" ADD COLUMN "memory_model" text;--> statement-breakpoint
5
6
  ALTER TABLE "pull_requests" ADD COLUMN "additions" integer;--> statement-breakpoint
6
7
  ALTER TABLE "pull_requests" ADD COLUMN "deletions" integer;--> statement-breakpoint
7
8
  ALTER TABLE "pull_requests" ADD COLUMN "changed_files_count" integer;--> statement-breakpoint
@@ -1,5 +1,5 @@
1
1
  {
2
- "id": "6f69aacc-6a26-4ba7-affd-3d80b8bc6536",
2
+ "id": "244cc618-a103-45da-82ba-2adad6749d89",
3
3
  "prevId": "7cc6db26-a6b1-412a-bd46-9db4650f98b6",
4
4
  "version": "7",
5
5
  "dialect": "postgresql",
@@ -307,6 +307,12 @@
307
307
  "notNull": true,
308
308
  "default": 1
309
309
  },
310
+ "memory_model": {
311
+ "name": "memory_model",
312
+ "type": "text",
313
+ "primaryKey": false,
314
+ "notNull": false
315
+ },
310
316
  "repo_id": {
311
317
  "name": "repo_id",
312
318
  "type": "text",
@@ -54,8 +54,8 @@
54
54
  {
55
55
  "idx": 7,
56
56
  "version": "7",
57
- "when": 1788094843339,
58
- "tag": "0007_smart_psylocke",
57
+ "when": 1788098712323,
58
+ "tag": "0007_living_joshua_kane",
59
59
  "breakpoints": true
60
60
  }
61
61
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fourth-spark",
3
- "version": "0.10.19",
3
+ "version": "0.10.20",
4
4
  "description": "AI Agent Platform — multi-repo agent management based on OpenCode",
5
5
  "license": "MIT",
6
6
  "repository": {