@aion0/forge 0.5.50 → 0.6.0

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.
Files changed (2) hide show
  1. package/RELEASE_NOTES.md +3 -49
  2. package/package.json +1 -1
package/RELEASE_NOTES.md CHANGED
@@ -1,54 +1,8 @@
1
- # Forge v0.5.50
1
+ # Forge v0.6.0
2
2
 
3
3
  Released: 2026-04-28
4
4
 
5
- ## Changes since v0.5.49
5
+ ## Changes since v0.5.50
6
6
 
7
- ### Features
8
- - feat: API migration cockpit MVP for legacy → new parity testing
9
7
 
10
- ### Refactoring
11
- - refactor: remove Migration Cockpit from Forge core (replaced by craft)
12
-
13
- ### Documentation
14
- - feat: API migration cockpit MVP for legacy → new parity testing
15
-
16
- ### Other
17
- - ui(crafts): move hide/close buttons into the terminal panel toolbar
18
- - feat(crafts): multi-file support — recursive bundle + nested file links
19
- - fix(crafts): kill stale-registry display after publish + auto-bust on mutations
20
- - fix(crafts): widen manifest editor 640px → 900px
21
- - feat(crafts): in-Forge manifest editor (bump version etc. without leaving the UI)
22
- - feat(crafts): in-place update + reminder badge in dropdown
23
- - refactor(crafts): drop redundant outer + Craft button
24
- - feat(crafts): add Crafts category to global Marketplace panel
25
- - feat(crafts): one-click publish PR via gh CLI
26
- - fix(crafts): publish flow always uses PR, not direct push
27
- - feat(crafts): publish via GitHub auto-fork (no write access required)
28
- - feat(crafts): marketplace + project-type requires + publish flow
29
- - refactor(crafts): drop file-counter sample, collapse craft tabs into dropdown
30
- - fix(crafts): keep craft tabs (incl. terminal panel) mounted across tab switches
31
- - fix(crafts): list sessions scoped to the craft's cwd, not the project root
32
- - fix(crafts): resume sessionId actually applied — closure staleness
33
- - fix(crafts): always show picker on open + hide vs close split
34
- - fix(crafts): picker re-creates tmux session with chosen --resume
35
- - fix(crafts): keep craft tmux sessions alive across tab switches + restarts
36
- - feat(crafts): terminal closed by default + agent/session picker on first open
37
- - feat(crafts): integrated terminal at bottom of every craft tab
38
- - fix(crafts): agent picker reads agents[] from /api/agents response
39
- - fix(tasks): truncate long task prompt in detail view, click to expand
40
- - feat(crafts): name + agent picker + terminal session as default builder mode
41
- - fix(crafts): bundle SDK inline + cache-bust transpile output
42
- - fix(crafts): move system routes out of _ namespace + delete + better builder
43
- - feat(crafts): project-scoped mini-apps with AI builder
44
- - feat(migration): per-endpoint flag for known deviations
45
- - feat(migration): smart prompt + lenient nullable + per-violation ignore
46
- - feat(migration): editable diagnosis prompt before send
47
- - feat(migration): inline request/response inspector for debugging
48
- - feat(migration): default Fix actions to inject into bound terminal
49
- - feat(migration): rich diagnosis context + connectivity banner + fix-task hand-off
50
- - feat(migration): OpenAPI as primary source + shape diff mode
51
- - fix(migration): parser missed 159 per-controller docs and dropped stubbed endpoints
52
-
53
-
54
- **Full Changelog**: https://github.com/aiwatching/forge/compare/v0.5.49...v0.5.50
8
+ **Full Changelog**: https://github.com/aiwatching/forge/compare/v0.5.50...v0.6.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aion0/forge",
3
- "version": "0.5.50",
3
+ "version": "0.6.0",
4
4
  "description": "Unified AI workflow platform — multi-model task orchestration, persistent sessions, web terminal, remote access",
5
5
  "type": "module",
6
6
  "scripts": {