Skip to content

Commit 42345d9

Browse files
committed
Merge branch 'develop'
2 parents 3687fc2 + 5393c91 commit 42345d9

67 files changed

Lines changed: 114 additions & 3516 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.

CHANGELOG.md

Lines changed: 47 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,30 @@
33
Generated by `npm run set:version`.
44
The local changelog is rebuilt from the available `v*` release tags and the current `HEAD` range.
55
The script does not create tags locally.
6-
## v0.35.7 - 2026-03-16
6+
## v0.36.3 - 2026-03-31
77

88
- Release source: local versioning run
9+
- Base ref: `v0.36.0`
10+
- Range: `v0.36.0..HEAD`
11+
- Included commits: 3
12+
13+
### Fix (1)
14+
15+
- [atlas-dashboard] render local runtime feature flags (`681d298`)
16+
17+
### Refactor (2)
18+
19+
- [layers] remove agents image and video layers (`2aa42e9`)
20+
- [workbench] remove ai and cpp environments (`b42117d`)
21+
22+
## v0.36.0 - 2026-03-17
23+
24+
- Release tag: `v0.36.0`
925
- Base commit: `1cb11dd`
10-
- Range: `1cb11dd4d10c8bb02488156790b6a984f5831c6d..HEAD`
11-
- Included commits: 187
26+
- Range: `1cb11dd4d10c8bb02488156790b6a984f5831c6d..v0.36.0`
27+
- Included commits: 196
1228

13-
### Features (35)
29+
### Features (41)
1430

1531
- add gateway image and MarkText bootstrap (`2f3bac3`)
1632
- add compose stack and development environments (`4230bb4`)
@@ -46,9 +62,15 @@ The script does not create tags locally.
4662
- [atlas-dashboard] expose SwarmUI in the image layer (`4da882d`)
4763
- [image-layer] add Fooocus to the image stack (`5747f1b`)
4864
- [atlas-dashboard] add Fooocus and fix image briefings (`e4dd9c0`)
49-
- [ai] manage Ollama and InvokeAI model sets via scripts (`b1ad33e`)
65+
- [ai] manage Ollama and InvokeAI model sets via scripts (`78ee53d`)
66+
- [ai-video] add ComfyUI and managed video model assets (`a154066`)
67+
- [gateway] expose the ai-video runtime layer (`45ecfcc`)
68+
- [cli] wire ai-video through compose and diagnostics (`9226cbd`)
69+
- [atlas-dashboard] add ai-video layer visibility (`f54e867`)
70+
- [cli] wire ai-agents through bootstrap and diagnostics (`b21bfb1`)
71+
- [atlas-dashboard] present n8n as the ai-agents layer (`060ef21`)
5072

51-
### Fix (37)
73+
### Fix (41)
5274

5375
- run gitea bootstrap as the service user (`3e9e7e5`)
5476
- redirect the gateway root to the lab deck (`d097b14`)
@@ -86,9 +108,13 @@ The script does not create tags locally.
86108
- [ai-image] restore invokeai default startup command (`bd24477`)
87109
- [ai-image] refresh the SwarmUI model download path (`39fb4cf`)
88110
- [ai-image] tolerate Fooocus warm-up during startup (`3b50c95`)
89-
- [dashboard] repair image services model syntax (`44a08de`)
111+
- [dashboard] repair image services model syntax (`3cc475f`)
112+
- [ai-runtime] sync Ollama models and bootstrap InvokeAI FLUX VAE (`588e51e`)
113+
- [invokeai] bootstrap companion models and fallback loaders (`2657f16`)
114+
- [invokeai] replace gated VAE bootstrap dependency (`c7c7e93`)
115+
- [gateway] preserve ai-video flags across combined layers (`ee35514`)
90116

91-
### Refactor (28)
117+
### Refactor (29)
92118

93119
- reduce the lab to core services and a volume-backed gateway (`e2914c1`)
94120
- split services and workbenches into dedicated networks (`7d34462`)
@@ -118,6 +144,7 @@ The script does not create tags locally.
118144
- [ai-image] inline model bootstrap into runtime services (`c2bcfc0`)
119145
- [ai-image] remove SwarmUI and Qwen runtime wiring (`b65e98f`)
120146
- [ai-image] remove Fooocus runtime wiring (`6792a96`)
147+
- [ai-agents] extract n8n into an optional layer (`5c0a02c`)
121148

122149
### Documentation (36)
123150

@@ -162,7 +189,7 @@ The script does not create tags locally.
162189

163190
- add jest coverage for runtime helpers (`1b32878`)
164191

165-
### CI / Maintenance (43)
192+
### CI / Maintenance (44)
166193

167194
- remove custom image build warnings (`83fe2e2`)
168195
- add host mapping helpers for local lab domains (`5273201`)
@@ -199,21 +226,19 @@ The script does not create tags locally.
199226
- [release] v0.34.20 (`a514330`)
200227
- [release] v0.34.24 (`2056f1b`)
201228
- [release] v0.34.29 (`735a520`)
202-
- [release] v0.34.31 (`f878f13`)
203-
- [ai-image] mount the InvokeAI model sync script (`372ad4b`)
204-
- [package] refresh author and keyword metadata (`bb7413a`)
205-
- [release] v0.35.2 (`63e5369`)
206-
- [release] run package builds only on main (`566c14d`)
207-
- [release] v0.35.4 (`711d503`)
208-
- [release] v0.35.5 (`dd396c0`)
209-
- [release] v0.35.6 (`1881073`)
210-
211-
### Other (7)
229+
- [release] v0.34.31 (`a379f33`)
230+
- [ai-image] mount the InvokeAI model sync script (`2d47223`)
231+
- [package] refresh author and keyword metadata (`2e6d9c7`)
232+
- [release] v0.35.2 (`ae84747`)
233+
- [release] run package builds only on main (`747e5b4`)
234+
- [release] v0.35.4 (`0aa5a6e`)
235+
- [release] v0.35.5 (`acad174`)
236+
- [release] v0.35.6 (`2a143bb`)
237+
- [release] v0.35.7 (`ec5021e`)
238+
239+
### Other (4)
212240

213241
- [atlas-dashboard] refine hero card spacing (`6467110`)
214242
- [atlas-dashboard] refresh the color system (`1910527`)
215243
- [atlas-dashboard] convert the ui to full dark mode (`564dd1e`)
216244
- [atlas-dashboard] flatten the dark styling (`d003e08`)
217-
- Fix Ollama startup model sync and InvokeAI FLUX VAE bootstrap (`1312235`)
218-
- Fix InvokeAI model bootstrap and fallback loaders (`84be662`)
219-
- Fix InvokeAI bootstrap gated VAE dependency (`7129e99`)

0 commit comments

Comments
 (0)