vibrato-cli 0.16.1
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.
- package/CHANGELOG.md +153 -0
- package/README.md +17 -0
- package/bin/vib.js +4 -0
- package/package.json +40 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [Unreleased]
|
|
4
|
+
|
|
5
|
+
## [0.16.1] - 2026-09-02
|
|
6
|
+
|
|
7
|
+
- **Breaking:** Package renamed from `vib-rato` to `vibrato-cli`; npm rejects `vib-rato` as too similar to the existing `vibrato` package. Install with `bun install -g vibrato-cli`.
|
|
8
|
+
|
|
9
|
+
## [0.16.0] - 2026-09-02
|
|
10
|
+
|
|
11
|
+
- **Breaking:** Package renamed from `gajae-code` to `vib-rato`; it now exposes only the `vib` bin (the `가재씨` alias was removed) and depends on `@vib-rato/coding-agent`.
|
|
12
|
+
|
|
13
|
+
## [0.15.6] - 2026-08-30
|
|
14
|
+
|
|
15
|
+
## [0.15.5] - 2026-08-29
|
|
16
|
+
|
|
17
|
+
## [0.15.4] - 2026-08-29
|
|
18
|
+
|
|
19
|
+
## [0.15.3] - 2026-08-27
|
|
20
|
+
|
|
21
|
+
## [0.15.2] - 2026-08-25
|
|
22
|
+
|
|
23
|
+
## [0.15.1] - 2026-08-25
|
|
24
|
+
|
|
25
|
+
## [0.15.0] - 2026-08-22
|
|
26
|
+
|
|
27
|
+
## [0.14.2] - 2026-08-20
|
|
28
|
+
|
|
29
|
+
## [0.14.1] - 2026-08-18
|
|
30
|
+
|
|
31
|
+
## [0.14.0] - 2026-08-17
|
|
32
|
+
|
|
33
|
+
### Added
|
|
34
|
+
- `가재씨` is now installed alongside `gjc` as a Korean launcher alias, running Gajae-Code identically to `gjc` (#4363).
|
|
35
|
+
|
|
36
|
+
## [0.13.3] - 2026-08-15
|
|
37
|
+
|
|
38
|
+
## [0.13.2] - 2026-08-13
|
|
39
|
+
|
|
40
|
+
## [0.13.1] - 2026-08-11
|
|
41
|
+
|
|
42
|
+
## [0.12.21] - 2026-08-09
|
|
43
|
+
|
|
44
|
+
## [0.12.20] - 2026-08-09
|
|
45
|
+
|
|
46
|
+
## [0.12.19] - 2026-08-08
|
|
47
|
+
|
|
48
|
+
## [0.12.18] - 2026-08-08
|
|
49
|
+
|
|
50
|
+
## [0.12.17] - 2026-08-08
|
|
51
|
+
|
|
52
|
+
## [0.12.16] - 2026-08-08
|
|
53
|
+
|
|
54
|
+
### Added
|
|
55
|
+
|
|
56
|
+
- Added installation through the independently published `nightly` dist-tag (`bun install -g gajae-code@nightly`); stable installs remain on `latest`.
|
|
57
|
+
|
|
58
|
+
- Installed CLIs can now switch channels in place with `gjc update --channel nightly` / `--channel stable`, with the `startup.updateChannel` setting choosing the default channel.
|
|
59
|
+
|
|
60
|
+
## [0.12.15] - 2026-08-06
|
|
61
|
+
|
|
62
|
+
## [0.12.14] - 2026-08-06
|
|
63
|
+
|
|
64
|
+
## [0.12.13] - 2026-08-06
|
|
65
|
+
|
|
66
|
+
## [0.12.12] - 2026-08-05
|
|
67
|
+
|
|
68
|
+
## [0.12.11] - 2026-08-03
|
|
69
|
+
|
|
70
|
+
## [0.12.10] - 2026-08-03
|
|
71
|
+
|
|
72
|
+
## [0.12.8] - 2026-08-02
|
|
73
|
+
|
|
74
|
+
## [0.12.7] - 2026-07-31
|
|
75
|
+
|
|
76
|
+
## [0.12.6] - 2026-07-31
|
|
77
|
+
|
|
78
|
+
## [0.12.5] - 2026-07-30
|
|
79
|
+
|
|
80
|
+
## [0.12.4] - 2026-07-30
|
|
81
|
+
|
|
82
|
+
## [0.12.3] - 2026-07-30
|
|
83
|
+
|
|
84
|
+
## [0.12.2] - 2026-07-30
|
|
85
|
+
|
|
86
|
+
## [0.12.1] - 2026-07-29
|
|
87
|
+
|
|
88
|
+
## [0.7.5] - 2026-06-27
|
|
89
|
+
|
|
90
|
+
### Fixed
|
|
91
|
+
|
|
92
|
+
- Patch release bundling memory hotfixes: resume OOM cycle guards for session-tree traversal (#1193, #1195) and elision of runaway thinking-token loops (#1196), plus psmux session support (#1192), tmux window-title sanitization (#1198), and Codex history replay sanitization (#1199, #1200).
|
|
93
|
+
|
|
94
|
+
## [0.7.4] - 2026-06-27
|
|
95
|
+
|
|
96
|
+
### Fixed
|
|
97
|
+
|
|
98
|
+
- Fixed the `gajae-code` npm wrapper to invoke the `gjc` CLI through the global bin wrapper so global installs launch the CLI correctly.
|
|
99
|
+
|
|
100
|
+
## [0.5.1] - 2026-06-14
|
|
101
|
+
|
|
102
|
+
- Version aligned with the 0.5.1 monorepo release; no functional changes in this package.
|
|
103
|
+
|
|
104
|
+
## [0.5.0] - 2026-06-13
|
|
105
|
+
|
|
106
|
+
- Version aligned with the 0.5.0 monorepo release; no functional changes in this package.
|
|
107
|
+
|
|
108
|
+
## [0.4.5] - 2026-06-12
|
|
109
|
+
|
|
110
|
+
- Version aligned with the 0.4.5 monorepo release; no functional changes in this package.
|
|
111
|
+
|
|
112
|
+
## [0.4.4] - 2026-06-10
|
|
113
|
+
|
|
114
|
+
- Version aligned with the 0.4.4 monorepo release; no functional changes in this package.
|
|
115
|
+
|
|
116
|
+
## [0.4.0] - 2026-06-06
|
|
117
|
+
|
|
118
|
+
### Changed
|
|
119
|
+
|
|
120
|
+
- Released the GJC 0.4.0 CLI wrapper for the lockstep release.
|
|
121
|
+
|
|
122
|
+
## [0.2.2] - 2026-05-31
|
|
123
|
+
|
|
124
|
+
### Changed
|
|
125
|
+
|
|
126
|
+
- Released the GJC 0.2.2 CLI wrapper for the lockstep release.
|
|
127
|
+
|
|
128
|
+
## [0.2.1] - 2026-05-30
|
|
129
|
+
|
|
130
|
+
### Changed
|
|
131
|
+
|
|
132
|
+
- Released the GJC 0.2.1 CLI wrapper for the release-readiness patch.
|
|
133
|
+
|
|
134
|
+
## [0.2.0] - 2026-05-28
|
|
135
|
+
|
|
136
|
+
### Changed
|
|
137
|
+
|
|
138
|
+
- Released the GJC 0.2.0 CLI wrapper for the workflow/runtime contract hardening release.
|
|
139
|
+
|
|
140
|
+
## [0.1.3] - 2026-05-28
|
|
141
|
+
|
|
142
|
+
### Changed
|
|
143
|
+
|
|
144
|
+
- Released the current dev branch fixes with refreshed 0.1.3 package metadata.
|
|
145
|
+
|
|
146
|
+
## [0.1.2] - 2026-05-28
|
|
147
|
+
|
|
148
|
+
- Republished the wrapper with registry-resolved dependencies for one-line installs.
|
|
149
|
+
- Updated package metadata for the Gajae Code npm publication.
|
|
150
|
+
|
|
151
|
+
## [0.1.1] - 2026-05-28
|
|
152
|
+
|
|
153
|
+
- Added the unscoped `gajae-code` npm wrapper for one-line `gjc` installs.
|
package/README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# vibrato-cli
|
|
2
|
+
|
|
3
|
+
One-line npm package for the Vibrato `vib` CLI.
|
|
4
|
+
|
|
5
|
+
```sh
|
|
6
|
+
bun install -g vibrato-cli
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
Nightly builds use the separate npm `nightly` dist-tag and never move `latest`:
|
|
10
|
+
|
|
11
|
+
```sh
|
|
12
|
+
bun install -g vibrato-cli@nightly
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
Once installed, `vib update --channel nightly` / `vib update --channel stable` switch channels in place; the **Update Channel** settings entry (`startup.updateChannel`) picks the default channel for `vib update` and the startup update check.
|
|
16
|
+
|
|
17
|
+
This package is a thin public wrapper around `@vib-rato/coding-agent` so users can install the CLI without typing the npm organization scope.
|
package/bin/vib.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "module",
|
|
3
|
+
"name": "vibrato-cli",
|
|
4
|
+
"version": "0.16.1",
|
|
5
|
+
"description": "One-line npm install wrapper for the Vibrato vib CLI",
|
|
6
|
+
"homepage": "https://github.com/Keonho-Chu/Vibrato",
|
|
7
|
+
"author": "Yeachan-Heo and Vibrato Contributors",
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/Keonho-Chu/Vibrato.git",
|
|
12
|
+
"directory": "packages/vibrato-cli"
|
|
13
|
+
},
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/Keonho-Chu/Vibrato/issues"
|
|
16
|
+
},
|
|
17
|
+
"keywords": [
|
|
18
|
+
"coding-agent",
|
|
19
|
+
"ai",
|
|
20
|
+
"llm",
|
|
21
|
+
"cli",
|
|
22
|
+
"tui",
|
|
23
|
+
"agent",
|
|
24
|
+
"vib"
|
|
25
|
+
],
|
|
26
|
+
"bin": {
|
|
27
|
+
"vib": "bin/vib.js"
|
|
28
|
+
},
|
|
29
|
+
"dependencies": {
|
|
30
|
+
"@vib-rato/coding-agent": "0.16.1"
|
|
31
|
+
},
|
|
32
|
+
"engines": {
|
|
33
|
+
"bun": ">=1.4.0"
|
|
34
|
+
},
|
|
35
|
+
"files": [
|
|
36
|
+
"bin",
|
|
37
|
+
"README.md",
|
|
38
|
+
"CHANGELOG.md"
|
|
39
|
+
]
|
|
40
|
+
}
|