command-code 0.52.5 → 1.0.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 +2547 -0
- package/dist/bundled/command-code-knowledge/SKILL.md +52 -0
- package/dist/bundled/command-code-knowledge/reference/checkpoints.md +366 -0
- package/dist/bundled/command-code-knowledge/reference/custom-agents.md +91 -0
- package/dist/bundled/command-code-knowledge/reference/custom-slash-commands.md +345 -0
- package/dist/bundled/command-code-knowledge/reference/headless.md +234 -0
- package/dist/bundled/command-code-knowledge/reference/hooks.md +1097 -0
- package/dist/bundled/command-code-knowledge/reference/mcp.md +626 -0
- package/dist/bundled/command-code-knowledge/reference/memory.md +98 -0
- package/dist/bundled/command-code-knowledge/reference/models.md +81 -0
- package/dist/bundled/command-code-knowledge/reference/permissions.md +412 -0
- package/dist/bundled/command-code-knowledge/reference/plan-mode.md +101 -0
- package/dist/bundled/command-code-knowledge/reference/product-help.md +421 -0
- package/dist/bundled/command-code-knowledge/reference/skills.md +993 -0
- package/dist/bundled/mod-builder/SKILL.md +128 -0
- package/dist/bundled/mod-builder/examples/block-dangerous-commands.ts +41 -0
- package/dist/bundled/mod-builder/examples/custom-entry-renderer.ts +32 -0
- package/dist/bundled/mod-builder/examples/custom-tool.ts +53 -0
- package/dist/bundled/mod-builder/examples/flags-and-options.ts +29 -0
- package/dist/bundled/mod-builder/examples/input-shortcuts.ts +41 -0
- package/dist/bundled/mod-builder/examples/kitchen-sink.ts +110 -0
- package/dist/bundled/mod-builder/examples/lifecycle-hooks.ts +64 -0
- package/dist/bundled/mod-builder/examples/observe-events.ts +30 -0
- package/dist/bundled/mod-builder/examples/slash-command.ts +33 -0
- package/dist/bundled/mod-builder/reference/api.md +81 -0
- package/dist/bundled/mod-builder/reference/hooks-and-events.md +308 -0
- package/dist/bundled/mod-builder/reference/overview.md +161 -0
- package/dist/bundled/mod-builder/reference/packaging.md +63 -0
- package/dist/bundled/mod-builder/reference/ui.md +63 -0
- package/dist/bundled/mod-builder/reference/verify.md +58 -0
- package/dist/bundled/skill-builder/SKILL.md +104 -0
- package/dist/cli.mjs +5 -5
- package/package.json +35 -26
- package/vsix/commandcode-vscode.vsix +0 -0
- /package/{skills → dist/bundled}/agent-browser/SKILL.md +0 -0
- /package/{skills → dist/bundled}/design/SKILL.md +0 -0
- /package/{skills → dist/bundled}/design/references/border.md +0 -0
- /package/{skills → dist/bundled}/design/references/button.md +0 -0
- /package/{skills → dist/bundled}/design/references/checkup.md +0 -0
- /package/{skills → dist/bundled}/design/references/color.md +0 -0
- /package/{skills → dist/bundled}/design/references/create.md +0 -0
- /package/{skills → dist/bundled}/design/references/design-html.md +0 -0
- /package/{skills → dist/bundled}/design/references/deslop.md +0 -0
- /package/{skills → dist/bundled}/design/references/finish.md +0 -0
- /package/{skills → dist/bundled}/design/references/interaction.md +0 -0
- /package/{skills → dist/bundled}/design/references/layout.md +0 -0
- /package/{skills → dist/bundled}/design/references/motion.md +0 -0
- /package/{skills → dist/bundled}/design/references/redesign.md +0 -0
- /package/{skills → dist/bundled}/design/references/refine.md +0 -0
- /package/{skills → dist/bundled}/design/references/relayout.md +0 -0
- /package/{skills → dist/bundled}/design/references/report-html.md +0 -0
- /package/{skills → dist/bundled}/design/references/responsive.md +0 -0
- /package/{skills → dist/bundled}/design/references/review.md +0 -0
- /package/{skills → dist/bundled}/design/references/setup.md +0 -0
- /package/{skills → dist/bundled}/design/references/shadow.md +0 -0
- /package/{skills → dist/bundled}/design/references/smell.md +0 -0
- /package/{skills → dist/bundled}/design/references/surface.md +0 -0
- /package/{skills → dist/bundled}/design/references/tokenize.md +0 -0
- /package/{skills → dist/bundled}/design/references/typeset.md +0 -0
- /package/{skills → dist/bundled}/design/references/voice.md +0 -0
- /package/{skills → dist/bundled}/design/references/writing.md +0 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,2547 @@
|
|
|
1
|
+
# command-code
|
|
2
|
+
|
|
3
|
+
## 1.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix(tui): keep the welcome header after /reload on a session with messages (#3012)
|
|
8
|
+
|
|
9
|
+
## 1.0.0
|
|
10
|
+
|
|
11
|
+
### Major Changes
|
|
12
|
+
|
|
13
|
+
- feat: v1 is here! full rewrite of tools, agent, loop, architecture, TUI, and more
|
|
14
|
+
- feat: `enter_worktree` / `exit_worktree` tools for isolated git worktrees per session
|
|
15
|
+
- feat: `plan_review` tool to open plan review on demand (first of its kind)
|
|
16
|
+
- feat: `mods` to add your own tools, hooks, and commands (beta)
|
|
17
|
+
- feat: `/goal` supervision keeps the agent on track
|
|
18
|
+
- feat: `task_(create, update, list, get)` task system
|
|
19
|
+
- feat: `task_(output, stop)` for background process control
|
|
20
|
+
- feat: `cron_(create, delete, list)` scheduled agents
|
|
21
|
+
- feat: `/agents` overhaul, create by agents by asking
|
|
22
|
+
- feat: `edit_file` overhaul with fuzzy matching and stale-write guards
|
|
23
|
+
- feat: `write_file` overhaul withreliable overwrite checks
|
|
24
|
+
- feat: `read_file` shows images to vision models
|
|
25
|
+
- feat: `ask_user_question` for structured multiple-choice prompts
|
|
26
|
+
- feat: `get_diagnostics` reads IDE errors and warnings
|
|
27
|
+
- feat: `shell_command` with background tasks, monitoring, and a read-only fast path
|
|
28
|
+
- feat: `glob` / `grep` / `read_directory` search tools handle absolute and UNC paths
|
|
29
|
+
- feat: `web_search` with domain filters and source citations
|
|
30
|
+
- feat: `web_fetch` with pagination, formats, caching, and URL guards
|
|
31
|
+
- feat: `config` tool to list, get, and set settings from the CLI
|
|
32
|
+
- feat: `--model`, `--effort`, `--theme`, and `--config` CLI flags
|
|
33
|
+
- feat: `run_command` runs slash commands by asking `cmd` for you
|
|
34
|
+
- feat: `powershell` first-class PowerShell tool on Windows
|
|
35
|
+
- feat: `/import` setup (skills, prompts, agents, commands) from other agents
|
|
36
|
+
- feat: `todo_write` live TODOS panel and `/todos` manager
|
|
37
|
+
- feat: `/tree` to navigate and branch your conversation history
|
|
38
|
+
- feat: `/mode` commands and `/new` alias for `/clear`
|
|
39
|
+
- feat: `/fork` a conversation into a new session
|
|
40
|
+
- feat: `/reload` to restart and resume the session
|
|
41
|
+
- feat: `/rewind` to restore an earlier checkpoint
|
|
42
|
+
- feat: `/context` shows context-window usage
|
|
43
|
+
- feat: `/share` and `/unshare` a session via link
|
|
44
|
+
- feat: `/export` and `/copy` your conversation
|
|
45
|
+
- feat: `/memory` to manage memory files
|
|
46
|
+
- feat: `/hotkeys` keyboard-shortcut reference
|
|
47
|
+
- feat: stash your input prompt with `Ctrl+S`
|
|
48
|
+
- feat: bundled skill: `command-code-knowledge` so `cmd` knows about itself
|
|
49
|
+
- feat: bundled skill: `mod-builder ` so `cmd` can build mods for you
|
|
50
|
+
- feat: bundled skill: `skill-builder` so `cmd` can build skills for you
|
|
51
|
+
- feat: `-p --output-format json` for cmd headless mode and scripting
|
|
52
|
+
- feat: terminal UI upgrades: streaming, events, and better error handling
|
|
53
|
+
- feat: major improvement to central permission engine, safe by default
|
|
54
|
+
- feat: VS Code shows session title and status in terminal tab title
|
|
55
|
+
- feat: MCP full-spec tool results, annotations, and live tool updates
|
|
56
|
+
- feat: MCP progress notifications, timeouts, and cancellation
|
|
57
|
+
- feat: hooks for tool and session lifecycle events
|
|
58
|
+
- feat: complete overhaul of agent skills support
|
|
59
|
+
- feat: on-demand command explanations (`ctrl+e`)
|
|
60
|
+
- feat: per-agent models for sub-agents
|
|
61
|
+
- feat: per-session scratchpad
|
|
62
|
+
- feat: full Windows support
|
|
63
|
+
- feat: configurable keybindings
|
|
64
|
+
- feat: inline image paste tokens
|
|
65
|
+
- feat: shell-style args in custom commands
|
|
66
|
+
- feat: instant replies, background titling
|
|
67
|
+
- feat: redesigned `/session` and `/config` panels
|
|
68
|
+
- feat: compaction shows per-event and total savings
|
|
69
|
+
- perf: no more out-of-memory on long sessions
|
|
70
|
+
- fix: errors surface instead of a silent turn
|
|
71
|
+
- fix: usage-limit errors surface right away
|
|
72
|
+
- fix: reliable prompts and grants that stick
|
|
73
|
+
- fix: `Esc` no longer hangs on a prompt
|
|
74
|
+
- fix: pasted images reach the model
|
|
75
|
+
- fix: sessions survive a failed first turn
|
|
76
|
+
- fix: pre-v1 sessions are backwards compatible
|
|
77
|
+
- fix: `/clear` stops background taste-learning
|
|
78
|
+
- fix: one picker for every `/resume` path
|
|
79
|
+
- fix: queued messages faster turns
|
|
80
|
+
- fix: `/usage` bar matches balance
|
|
81
|
+
- fix: file links valid on every OS
|
|
82
|
+
- fix: consistent look across overlays
|
|
83
|
+
- feat: per tool major improvements below:
|
|
84
|
+
- feat: `edit_file` fuzzy-matching cascade tolerates whitespace and typography drift
|
|
85
|
+
- feat: `edit_file` stale-write protection rejects edits when the file changed on disk
|
|
86
|
+
- feat: `edit_file` ambiguous match errors with a count instead of a silent wrong edit
|
|
87
|
+
- feat: `edit_file` empty match creates the file, missing file suggests the closest sibling
|
|
88
|
+
- fix: `edit_file` atomic writes, BOM and CRLF preserved, line-numbered result snippet
|
|
89
|
+
- fix: `write_file` clamped and long-line reads can satisfy the overwrite check
|
|
90
|
+
- fix: `write_file` exact-match required so unseen trailing content is never clobbered
|
|
91
|
+
- fix: `write_file` accurate partial-read error instead of a misleading not-read-yet
|
|
92
|
+
- fix: `write_file` routes to `edit_file` for files above the read cap
|
|
93
|
+
- feat: `read_file` shows images to vision models
|
|
94
|
+
- fix: `read_file` offset and limit memory handling
|
|
95
|
+
- feat: `web_search` domain allow and block filtering, subdomain-aware
|
|
96
|
+
- feat: `web_search` mandatory source citations
|
|
97
|
+
- feat: `web_search` minimum query length and result-count clamping
|
|
98
|
+
- feat: `web_search` abort-aware, marked read-only and concurrency-safe
|
|
99
|
+
- feat: `web_fetch` `format` param for markdown, text, or html
|
|
100
|
+
- feat: `web_fetch` pagination over a large window, exempt from the output cap
|
|
101
|
+
- feat: `web_fetch` response caching with a TTL
|
|
102
|
+
- feat: `web_fetch` per-call timeout and URL safety guard
|
|
103
|
+
- feat: `web_fetch` cross-host redirect reporting
|
|
104
|
+
- feat: `task_(create, update, list, get)` persistent store with states, owners, and dependencies
|
|
105
|
+
- feat: `task_*` writes to disk so restarts and sub-agents share the list
|
|
106
|
+
- feat: `task_*` prompt-free and plan-safe
|
|
107
|
+
- feat: `task_*` friendly feed rows instead of raw JSON
|
|
108
|
+
- feat: `task_output` blocking wait or instant peek with delta streaming
|
|
109
|
+
- feat: `task_output` tail truncation points at the on-disk log
|
|
110
|
+
- feat: `task_stop` via a shared registry with clear errors
|
|
111
|
+
- feat: `todo_write` one live TODOS panel above the input
|
|
112
|
+
- feat: `todo_write` sticky user edits the model cannot undo
|
|
113
|
+
- feat: `todo_write` `/todos` interactive manager (you `x` or `c` an item)
|
|
114
|
+
- feat: `todo_write` honest completion reports that attribute user edits
|
|
115
|
+
- fix: `todo_write` warns the model when an update drops unfinished items
|
|
116
|
+
- feat: `enter_worktree` / `exit_worktree` switch a running session into an isolated worktree and back
|
|
117
|
+
- feat: `exit_worktree` removal scope-locked to the session's own worktree, fail-closed on dirty state
|
|
118
|
+
- feat: `enter_worktree` hardened git plumbing and non-interactive fetch
|
|
119
|
+
- feat: `enter_worktree` / `exit_worktree` excluded from sub-agents, hidden in plan mode
|
|
120
|
+
- feat: `enter_worktree` `createHook`, `removeHook`, sparse paths, and symlink dirs
|
|
121
|
+
- feat: `config` list, get, and set every setting from one registry
|
|
122
|
+
- feat: `config` reads auto-allowed and plan-safe, writes always confirm
|
|
123
|
+
- feat: `config` boolean toggles and known model ids so the model stops guessing
|
|
124
|
+
- feat: `config` writes report previous and new values and sync live state
|
|
125
|
+
- feat: `run_command` runs any built-in, custom, skill, or mod slash command
|
|
126
|
+
- feat: `run_command` validates the command exists so the model cannot invent one
|
|
127
|
+
- feat: `run_command` dispatches when the turn goes idle, never mid-turn
|
|
128
|
+
- feat: `run_command` value commands apply directly, bare form opens the picker
|
|
129
|
+
- feat: `powershell` discovers pwsh 7+, falls back to Windows PowerShell 5.1
|
|
130
|
+
- feat: `powershell` fail-closed parser with a destructive-removal circuit breaker
|
|
131
|
+
- feat: `powershell` persists working directory and tracks native and cmdlet exit codes
|
|
132
|
+
- feat: `shell_command` read-only fast path runs safe commands without prompting
|
|
133
|
+
- feat: `shell_command` background tasks with `shell_tasks` and `bash_output`
|
|
134
|
+
- feat: `shell_command` Windows routes to PowerShell or cmd.exe
|
|
135
|
+
- fix: `glob` / `grep` / `read_directory` recognize absolute and UNC paths
|
|
136
|
+
- fix: `kill_shell` nullable target schema so strict providers can call it
|
|
137
|
+
- fix: `kill_shell` works by pid, port, or task id on Windows too
|
|
138
|
+
- fix: `monitor_command` wakes the model when the monitored process exits
|
|
139
|
+
- fix: `monitor_command` settles by task id so a recycled pid cannot settle the wrong task
|
|
140
|
+
- fix: `monitor_command` stopped tasks stay silent
|
|
141
|
+
|
|
142
|
+
## 0.52.5
|
|
143
|
+
|
|
144
|
+
### Patch Changes
|
|
145
|
+
|
|
146
|
+
- feat: add Laguna S 2.1
|
|
147
|
+
- feat: a free main model now runs the background tasks too, so a free session costs nothing
|
|
148
|
+
|
|
149
|
+
## 0.52.4
|
|
150
|
+
|
|
151
|
+
### Patch Changes
|
|
152
|
+
|
|
153
|
+
- feat: add Gemini 3.6 Flash and Gemini 3.5 Flash Lite
|
|
154
|
+
|
|
155
|
+
## 0.52.3
|
|
156
|
+
|
|
157
|
+
### Patch Changes
|
|
158
|
+
|
|
159
|
+
- improve flag parsing for `--model` and `--effort` in `cmd --help` and `cmd --list-models`
|
|
160
|
+
|
|
161
|
+
## 0.52.2
|
|
162
|
+
|
|
163
|
+
### Patch Changes
|
|
164
|
+
|
|
165
|
+
- chore: model updates
|
|
166
|
+
|
|
167
|
+
## 0.52.1
|
|
168
|
+
|
|
169
|
+
### Patch Changes
|
|
170
|
+
|
|
171
|
+
- feat: improve credit warning and include all credit pools in it
|
|
172
|
+
|
|
173
|
+
## 0.52.0
|
|
174
|
+
|
|
175
|
+
### Minor Changes
|
|
176
|
+
|
|
177
|
+
- fix: abort hang issues with permission prompts #2782
|
|
178
|
+
- fix: interrupt no longer hangs the loop during a tool permission prompt
|
|
179
|
+
-
|
|
180
|
+
|
|
181
|
+
## 0.51.0
|
|
182
|
+
|
|
183
|
+
### Minor Changes
|
|
184
|
+
|
|
185
|
+
- feat: Kimi K3 is now live in Command Code
|
|
186
|
+
|
|
187
|
+
## 0.50.0
|
|
188
|
+
|
|
189
|
+
### Minor Changes
|
|
190
|
+
|
|
191
|
+
- feat: last minor update before v1, next up will all be patches
|
|
192
|
+
- feat: add thinkingmachines/inkling model inference improvements
|
|
193
|
+
|
|
194
|
+
## 0.45.0
|
|
195
|
+
|
|
196
|
+
### Minor Changes
|
|
197
|
+
|
|
198
|
+
- feat: add thinkingmachines/inkling model
|
|
199
|
+
|
|
200
|
+
## 0.44.1
|
|
201
|
+
|
|
202
|
+
### Patch Changes
|
|
203
|
+
|
|
204
|
+
- feat: add Muse Spark 1.1
|
|
205
|
+
|
|
206
|
+
## 0.44.0
|
|
207
|
+
|
|
208
|
+
### Minor Changes
|
|
209
|
+
|
|
210
|
+
- feat: add OpenAI GPT-5.6 Sol, Terra, and Luna
|
|
211
|
+
|
|
212
|
+
## 0.43.1
|
|
213
|
+
|
|
214
|
+
### Patch Changes
|
|
215
|
+
|
|
216
|
+
- auto-updater script (run `npm i -g command-code@latest`)
|
|
217
|
+
|
|
218
|
+
## 0.43.0
|
|
219
|
+
|
|
220
|
+
### Minor Changes
|
|
221
|
+
|
|
222
|
+
- fix: broken auto-updater for some (run `npm i -g command-code@latest`)
|
|
223
|
+
|
|
224
|
+
### Patch Changes
|
|
225
|
+
|
|
226
|
+
- 96b7611: Remove the ineffective `bin/run.mjs` fallback. npm normalizes non-bin-target
|
|
227
|
+
files to 644 on install, so `run.mjs` could never be an executable symlink
|
|
228
|
+
target — any install pointed at it broke with `permission denied`. The single
|
|
229
|
+
canonical launcher is `dist/index.mjs`; `start` / `link:local` scripts now point
|
|
230
|
+
there. Already-bricked installs need one `npm i -g command-code@latest`, since a
|
|
231
|
+
dead symlink runs no code.
|
|
232
|
+
|
|
233
|
+
## 0.42.0
|
|
234
|
+
|
|
235
|
+
### Minor Changes
|
|
236
|
+
|
|
237
|
+
- feat: memory management and sliding session windowing
|
|
238
|
+
|
|
239
|
+
## 0.41.4
|
|
240
|
+
|
|
241
|
+
### Patch Changes
|
|
242
|
+
|
|
243
|
+
- feat: Grok 4.5 is now available in Command Code
|
|
244
|
+
|
|
245
|
+
## 0.41.3
|
|
246
|
+
|
|
247
|
+
### Patch Changes
|
|
248
|
+
|
|
249
|
+
- feat: tencent/hy3 free model
|
|
250
|
+
|
|
251
|
+
## 0.41.2
|
|
252
|
+
|
|
253
|
+
### Patch Changes
|
|
254
|
+
|
|
255
|
+
- chore: trim unused internals from the published CLI bundle
|
|
256
|
+
|
|
257
|
+
## 0.41.1
|
|
258
|
+
|
|
259
|
+
### Patch Changes
|
|
260
|
+
|
|
261
|
+
- feat: send CLI telemetry to Command Code
|
|
262
|
+
|
|
263
|
+
## 0.41.0
|
|
264
|
+
|
|
265
|
+
### Minor Changes
|
|
266
|
+
|
|
267
|
+
- feat: gateway capacity improvements
|
|
268
|
+
- fix: document RTL/bidi support in the `/design` skill
|
|
269
|
+
- fix: warn on sub-16px input font-size to prevent iOS Safari zoom
|
|
270
|
+
|
|
271
|
+
### Patch Changes
|
|
272
|
+
|
|
273
|
+
## 0.40.17
|
|
274
|
+
|
|
275
|
+
### Patch Changes
|
|
276
|
+
|
|
277
|
+
- feat: add SessionStart hook with additionalContext injection
|
|
278
|
+
- fix(shell): run `!` commands via PowerShell/cmd.exe on Windows
|
|
279
|
+
- fix: add `alt+m` fallback for mode toggle where Shift+Tab fails on Windows
|
|
280
|
+
|
|
281
|
+
## 0.40.16
|
|
282
|
+
|
|
283
|
+
### Patch Changes
|
|
284
|
+
|
|
285
|
+
- feat: add Claude Sonnet 5 model
|
|
286
|
+
|
|
287
|
+
## 0.40.15
|
|
288
|
+
|
|
289
|
+
### Patch Changes
|
|
290
|
+
|
|
291
|
+
- refactor: read_file now reads huge files safely and reports exactly how much of the file it saw
|
|
292
|
+
|
|
293
|
+
## 0.40.14
|
|
294
|
+
|
|
295
|
+
### Patch Changes
|
|
296
|
+
|
|
297
|
+
- fix(tui): edit-file diff no longer crashes on non-string oldValue/newValue
|
|
298
|
+
- fix: search tool falls back to Node.js search when ripgrep and grep are unavailable
|
|
299
|
+
- fix: use platform-correct binary name (`cmdc` on Windows) for self-invocation and all CLI messages
|
|
300
|
+
|
|
301
|
+
## 0.40.13
|
|
302
|
+
|
|
303
|
+
### Patch Changes
|
|
304
|
+
|
|
305
|
+
- fix: transcript expand via Ctrl+Y in VS Code/Cursor/Windsurf terminals
|
|
306
|
+
- fix: Ctrl+Z undoes input instead of suspending the process
|
|
307
|
+
|
|
308
|
+
## 0.40.12
|
|
309
|
+
|
|
310
|
+
### Patch Changes
|
|
311
|
+
|
|
312
|
+
- fix: plan mode tool unavailable bug
|
|
313
|
+
- Fixed theme switching to properly reset the TUI
|
|
314
|
+
|
|
315
|
+
## 0.40.11
|
|
316
|
+
|
|
317
|
+
### Patch Changes
|
|
318
|
+
|
|
319
|
+
- fix: improved headers for better compatibility with providers
|
|
320
|
+
|
|
321
|
+
## 0.40.10
|
|
322
|
+
|
|
323
|
+
### Patch Changes
|
|
324
|
+
|
|
325
|
+
- fix: resolve interactive exit hangs, leaked MCP orphans, and overloaded Ctrl+D
|
|
326
|
+
|
|
327
|
+
## 0.40.9
|
|
328
|
+
|
|
329
|
+
### Patch Changes
|
|
330
|
+
|
|
331
|
+
- feat: improve how vision models read images by path
|
|
332
|
+
- feat: add `/trace` to show the current request's trace ID to help in support debugging
|
|
333
|
+
- feat: add `/session-file` to show the current session id and the path to its on-disk session file
|
|
334
|
+
- fix: `/goal` supervision now ends the session when the goal is cleared
|
|
335
|
+
- fix: Refuse to set a goal while `/compact` or `/update` are running
|
|
336
|
+
- fix: Cleanup processes on `/exit` or double Ctrl+C; Saving 2-3 seconds on shutdown
|
|
337
|
+
- fix: Show trace ID when taste onboarding fails for support debugging
|
|
338
|
+
|
|
339
|
+
## 0.40.8
|
|
340
|
+
|
|
341
|
+
### Patch Changes
|
|
342
|
+
|
|
343
|
+
- fix: Windows image attachment
|
|
344
|
+
- fix: slash menu now reopens correctly when backspacing after a command selection
|
|
345
|
+
|
|
346
|
+
## 0.40.7
|
|
347
|
+
|
|
348
|
+
### Patch Changes
|
|
349
|
+
|
|
350
|
+
- feat: add tracked background shell tasks with persistent output logs and task listing
|
|
351
|
+
- feat: add separate monitor commands for long-running output streams
|
|
352
|
+
- feat: add bounded monitor runs and monitor event reads
|
|
353
|
+
- feat: wake the assistant from live monitor output
|
|
354
|
+
- feat: add background shell and monitor task panel
|
|
355
|
+
- feat: schedule monitor wakeups without classifier calls
|
|
356
|
+
|
|
357
|
+
## 0.40.6
|
|
358
|
+
|
|
359
|
+
### Patch Changes
|
|
360
|
+
|
|
361
|
+
- feat: add GLM-5.2 Fast model
|
|
362
|
+
- fix: cleaner tool badges in the feed
|
|
363
|
+
- fix: Press Esc to cancel taste onboarding runs cleanly
|
|
364
|
+
|
|
365
|
+
## 0.40.5
|
|
366
|
+
|
|
367
|
+
### Patch Changes
|
|
368
|
+
|
|
369
|
+
- feat: show which usage window you hit (5-hour or weekly) and when it resets, with /upgrade and /extra next steps
|
|
370
|
+
- fix: `/exit` no longer hangs when a stdio MCP server is connected
|
|
371
|
+
|
|
372
|
+
## 0.40.4
|
|
373
|
+
|
|
374
|
+
### Patch Changes
|
|
375
|
+
|
|
376
|
+
- feat: 5-hour and weekly usage limits
|
|
377
|
+
|
|
378
|
+
## 0.40.3
|
|
379
|
+
|
|
380
|
+
### Patch Changes
|
|
381
|
+
|
|
382
|
+
- feat: add Sakana Fugu Ultra (Max plan and above)
|
|
383
|
+
|
|
384
|
+
## 0.40.2
|
|
385
|
+
|
|
386
|
+
### Patch Changes
|
|
387
|
+
|
|
388
|
+
- fix: stamp the active model on tool-input repair #2231
|
|
389
|
+
|
|
390
|
+
## 0.40.1
|
|
391
|
+
|
|
392
|
+
### Patch Changes
|
|
393
|
+
|
|
394
|
+
- feat: CLI-native security and privacy improvements
|
|
395
|
+
- feat: web tools are now exempted from 25k token limit
|
|
396
|
+
- fix: tolerate corrupt lines when listing sessions instead of dumping stack traces
|
|
397
|
+
|
|
398
|
+
## 0.40.0
|
|
399
|
+
|
|
400
|
+
### Minor Changes
|
|
401
|
+
|
|
402
|
+
- feat: improve auto updater via a non-blocking async check
|
|
403
|
+
- feat: `/fork` - fork a conversation into a new session
|
|
404
|
+
- feat: `/reload` to restart Command Code and resume the current session
|
|
405
|
+
|
|
406
|
+
## 0.39.2
|
|
407
|
+
|
|
408
|
+
### Patch Changes
|
|
409
|
+
|
|
410
|
+
- fix: Hide prompt bodies for custom slash commands on resuming/sharing sessions
|
|
411
|
+
|
|
412
|
+
## 0.39.1
|
|
413
|
+
|
|
414
|
+
### Patch Changes
|
|
415
|
+
|
|
416
|
+
- fix: stream progress snapshots for long-running shell commands
|
|
417
|
+
- feat: `/theme` slash command to switch between dark and light themes at runtime
|
|
418
|
+
- feat: stash input prompt with Ctrl+S (#2179)
|
|
419
|
+
|
|
420
|
+
## 0.39.0
|
|
421
|
+
|
|
422
|
+
### Minor Changes
|
|
423
|
+
|
|
424
|
+
- chore: MiniMax M3 free promo is now ended (#2178)
|
|
425
|
+
|
|
426
|
+
## 0.38.7
|
|
427
|
+
|
|
428
|
+
### Patch Changes
|
|
429
|
+
|
|
430
|
+
- refactor: remove per-model usage breakdown from the `/usage` overlay and usage API
|
|
431
|
+
|
|
432
|
+
## 0.38.6
|
|
433
|
+
|
|
434
|
+
### Patch Changes
|
|
435
|
+
|
|
436
|
+
- feat: reset user limits for the promo
|
|
437
|
+
|
|
438
|
+
## 0.38.5
|
|
439
|
+
|
|
440
|
+
### Patch Changes
|
|
441
|
+
|
|
442
|
+
- feat: scope taste learning to be enabled/disabled at the project and user level
|
|
443
|
+
- fix: stream progress snapshots for long-running shell commands
|
|
444
|
+
- fix: harden shell permission safety for compound and dynamic commands
|
|
445
|
+
- fix: `/goal` processes pasted images and IDE context (active file + selection) to the model
|
|
446
|
+
|
|
447
|
+
## 0.38.4
|
|
448
|
+
|
|
449
|
+
### Patch Changes
|
|
450
|
+
|
|
451
|
+
- feat: pasted text now shows the text and number of lines #1692
|
|
452
|
+
|
|
453
|
+
## 0.38.3
|
|
454
|
+
|
|
455
|
+
### Patch Changes
|
|
456
|
+
|
|
457
|
+
- feat: add GLM-5.2 model support (#2147)
|
|
458
|
+
|
|
459
|
+
## 0.38.2
|
|
460
|
+
|
|
461
|
+
### Patch Changes
|
|
462
|
+
|
|
463
|
+
- fix: prevent Windows freeze in command/tool execution (#2132)
|
|
464
|
+
- fix: normalize Windows path separators across taste, sessions, telemetry, and file picker
|
|
465
|
+
- feat: `/theme` slash command to switch between dark and light themes
|
|
466
|
+
|
|
467
|
+
## 0.38.1
|
|
468
|
+
|
|
469
|
+
### Patch Changes
|
|
470
|
+
|
|
471
|
+
- feat: add Kimi K2.7 Code HighSpeed
|
|
472
|
+
|
|
473
|
+
## 0.38.0
|
|
474
|
+
|
|
475
|
+
### Minor Changes
|
|
476
|
+
|
|
477
|
+
- MiniMax M3 Promo
|
|
478
|
+
|
|
479
|
+
## 0.37.2
|
|
480
|
+
|
|
481
|
+
### Patch Changes
|
|
482
|
+
|
|
483
|
+
- 77bb0f1: feat: print how to resume the session on exit
|
|
484
|
+
|
|
485
|
+
Leaving the TUI (e.g. double Ctrl+C) now always prints `Resume this session with: <cli> --resume <id>`, falling back to the raw session id when the session was never renamed. On Windows it uses the `cmdc` bin, since `cmd` is the built-in Command Prompt. `--resume` now accepts a raw session id, not just a renamed title.
|
|
486
|
+
|
|
487
|
+
- feat: show how to resume a session on exit
|
|
488
|
+
- feat: `/theme` slash command to switch between dark and light themes at runtime
|
|
489
|
+
|
|
490
|
+
## 0.37.1
|
|
491
|
+
|
|
492
|
+
### Patch Changes
|
|
493
|
+
|
|
494
|
+
- fix: improve the subagents
|
|
495
|
+
- feat: default model is now DeepSeek V4 Flash.
|
|
496
|
+
- feat: model picker leads with the Open Source section, DeepSeek models on top
|
|
497
|
+
|
|
498
|
+
## 0.37.0
|
|
499
|
+
|
|
500
|
+
### Minor Changes
|
|
501
|
+
|
|
502
|
+
- feat: add Kimi K2.7 Code model
|
|
503
|
+
- feat: internal add headless TUI testing
|
|
504
|
+
- feat: `/goal` slash command for autonomous session loops
|
|
505
|
+
- feat: resume & continue headless (`cmd -p`) sessions
|
|
506
|
+
- feat: persist headless (`cmd -p`) sessions to disk
|
|
507
|
+
|
|
508
|
+
## 0.36.0
|
|
509
|
+
|
|
510
|
+
### Minor Changes
|
|
511
|
+
|
|
512
|
+
- feat: agent continuation repair harness strong long term looping.
|
|
513
|
+
- fix: bg auto-update stages & swaps it in, so `cmd` is never missing or half-installed mid-update
|
|
514
|
+
- fix: updater only ever targets stable releases — alpha/beta/rc builds are manual installs
|
|
515
|
+
- fix: plan preview in plan mode uses square corners instead of rounded corners
|
|
516
|
+
|
|
517
|
+
## 0.35.2
|
|
518
|
+
|
|
519
|
+
### Patch Changes
|
|
520
|
+
|
|
521
|
+
- feat: package updates and stability improvements
|
|
522
|
+
|
|
523
|
+
## 0.35.1
|
|
524
|
+
|
|
525
|
+
### Patch Changes
|
|
526
|
+
|
|
527
|
+
- feat: internal add headless TUI testing
|
|
528
|
+
- feat: remove sharp in favor of jimp based image processing
|
|
529
|
+
- fix: edit tool now matches and replaces text correctly in Windows CRLF files
|
|
530
|
+
- fix: Esc in transcript mode (ctrl+o) doesn't interrupt the running session now
|
|
531
|
+
- fix: restore IDE integration on Windows by validating named-pipe socket paths
|
|
532
|
+
- fix: install IDE extension into Remote-Server dirs for VS Code Remote-WSL/SSH/Devcontainers
|
|
533
|
+
- fix: editor "Open Command Code" icon now runs `cmdc` instead of `cmd` on Windows
|
|
534
|
+
- fix: @-mention file search speed improvements by caching file lists
|
|
535
|
+
|
|
536
|
+
## 0.35.0
|
|
537
|
+
|
|
538
|
+
### Minor Changes
|
|
539
|
+
|
|
540
|
+
- fix: looping env-context snapshot loop and stabilize prefix cache
|
|
541
|
+
- feat: plan mode shows full plan in the terminal, with ctrl+o to expand long plans
|
|
542
|
+
|
|
543
|
+
## 0.34.1
|
|
544
|
+
|
|
545
|
+
### Patch Changes
|
|
546
|
+
|
|
547
|
+
- fix: rename "Request ID" to "Trace ID"
|
|
548
|
+
|
|
549
|
+
## 0.34.0
|
|
550
|
+
|
|
551
|
+
### Minor Changes
|
|
552
|
+
|
|
553
|
+
- feat: major rehaul of lists and windowing /models /skills /mcp /agents
|
|
554
|
+
- fix(tools): recover tool calls whose args are wrapped in a one-element array
|
|
555
|
+
- feat: command aliases + consistent picker design across the TUI
|
|
556
|
+
- fix: /context counts only enabled skills
|
|
557
|
+
- fix: prevent flicker and OOM when scrolling long lists in /skills and /models
|
|
558
|
+
- fix: a crashing MCP server no longer takes down the CLI
|
|
559
|
+
- fix: stop running shell commands on Esc instead of waiting for them to finish (#428)
|
|
560
|
+
- fix: /model and /configure-models pickers scroll within a viewport (selection bar, no OOM)
|
|
561
|
+
- fix: /model selector scrolls within a viewport instead of jumping to the bottom
|
|
562
|
+
- fix: /skills no longer flickers while scrolling or reprints a duplicate header on exit
|
|
563
|
+
- fix: Per-task model overrides now fall back to ZDR-safe defaults on background tasks
|
|
564
|
+
|
|
565
|
+
## 0.33.4
|
|
566
|
+
|
|
567
|
+
### Patch Changes
|
|
568
|
+
|
|
569
|
+
- fix: /context skill count and print (`-p`) mode now honor skills disabled via /skills
|
|
570
|
+
- fix(taste): write taste-relative paths so taste.md preferences actually save (Windows + macOS)
|
|
571
|
+
|
|
572
|
+
## 0.33.3
|
|
573
|
+
|
|
574
|
+
### Patch Changes
|
|
575
|
+
|
|
576
|
+
- add Claude Fable 5
|
|
577
|
+
- fix: resolve [Text#N] paste placeholder into text for slash commands on submit
|
|
578
|
+
|
|
579
|
+
## 0.33.2
|
|
580
|
+
|
|
581
|
+
### Patch Changes
|
|
582
|
+
|
|
583
|
+
- feat: web_search tool supported across all models
|
|
584
|
+
- feat: web_fetch tool for all models
|
|
585
|
+
|
|
586
|
+
## 0.33.1
|
|
587
|
+
|
|
588
|
+
### Patch Changes
|
|
589
|
+
|
|
590
|
+
- fix(env): detect real default branch via origin/HEAD main or master (#1990)
|
|
591
|
+
|
|
592
|
+
## 0.33.0
|
|
593
|
+
|
|
594
|
+
### Minor Changes
|
|
595
|
+
|
|
596
|
+
- feat: dynamic prefix cache thrashing major cache overhaul 2.9x median cost reduction
|
|
597
|
+
|
|
598
|
+
## 0.32.5
|
|
599
|
+
|
|
600
|
+
### Patch Changes
|
|
601
|
+
|
|
602
|
+
- fix: CLI login UX and dead studio links (#1979)
|
|
603
|
+
|
|
604
|
+
## 0.32.4
|
|
605
|
+
|
|
606
|
+
### Patch Changes
|
|
607
|
+
|
|
608
|
+
- fix: usage and billing page lingo
|
|
609
|
+
- fix: /context shows context window `1M` instead of `1000k`
|
|
610
|
+
- fix: /configure-models taste learning task follows your selected model
|
|
611
|
+
|
|
612
|
+
## 0.32.3
|
|
613
|
+
|
|
614
|
+
### Patch Changes
|
|
615
|
+
|
|
616
|
+
- feat: responsive tables - wrap to fit, stack when too narrow
|
|
617
|
+
- fix: `/update` to keep `v1 → v2` status pill instead of cycling through verbs when running prompts
|
|
618
|
+
- feat: track which models accept image (vision) input in the model registry
|
|
619
|
+
- feat: /configure-models to choose which model runs built-in tasks
|
|
620
|
+
- feat: warn when a prompt to a non-vision model includes an image
|
|
621
|
+
|
|
622
|
+
## 0.32.2
|
|
623
|
+
|
|
624
|
+
### Patch Changes
|
|
625
|
+
|
|
626
|
+
- feat: add NVIDIA Nemotron 3 Ultra
|
|
627
|
+
- fix: Send attached images to the model in the correct format
|
|
628
|
+
- fix: `/effort` surfaces an inline notice when current model has no reasoning-effort levels
|
|
629
|
+
|
|
630
|
+
## 0.32.1
|
|
631
|
+
|
|
632
|
+
### Patch Changes
|
|
633
|
+
|
|
634
|
+
- chore: Qwen 3.7 Max Free deal ending (#1933)
|
|
635
|
+
|
|
636
|
+
## 0.32.0
|
|
637
|
+
|
|
638
|
+
### Minor Changes
|
|
639
|
+
|
|
640
|
+
- feat: Qwen 3.7 Plus as a selectable model (#1931)
|
|
641
|
+
- feat: add `input.collapsePastedText` to settings.json to control whether large pastes collapse into a `[Text#N]` placeholder
|
|
642
|
+
- feat: add `/update` slash command to update Command Code from inside the session
|
|
643
|
+
- fix: compare sha256 fingerprint instead of full JSON when writing messages to session files.
|
|
644
|
+
- feat: Show current model when typing /model
|
|
645
|
+
|
|
646
|
+
## 0.31.2
|
|
647
|
+
|
|
648
|
+
### Patch Changes
|
|
649
|
+
|
|
650
|
+
- feat: improve model rendering layer
|
|
651
|
+
|
|
652
|
+
## 0.31.1
|
|
653
|
+
|
|
654
|
+
### Patch Changes
|
|
655
|
+
|
|
656
|
+
- fix: extend billing to new month on upgrade
|
|
657
|
+
|
|
658
|
+
## 0.31.0
|
|
659
|
+
|
|
660
|
+
### Minor Changes
|
|
661
|
+
|
|
662
|
+
- feat: Deal Free Qwen 3.7 Max — June 1-3 till capacity lasts
|
|
663
|
+
|
|
664
|
+
## 0.30.4
|
|
665
|
+
|
|
666
|
+
### Patch Changes
|
|
667
|
+
|
|
668
|
+
- feat: Qwen 3.7 Max — limited-time $0 access deal
|
|
669
|
+
|
|
670
|
+
## 0.30.3
|
|
671
|
+
|
|
672
|
+
### Patch Changes
|
|
673
|
+
|
|
674
|
+
- feat: add Qwen 3.7 Plus
|
|
675
|
+
|
|
676
|
+
## 0.30.2
|
|
677
|
+
|
|
678
|
+
### Patch Changes
|
|
679
|
+
|
|
680
|
+
- feat: add MiniMax M3
|
|
681
|
+
|
|
682
|
+
## 0.30.1
|
|
683
|
+
|
|
684
|
+
### Patch Changes
|
|
685
|
+
|
|
686
|
+
- feat: add Step 3.7 Flash
|
|
687
|
+
|
|
688
|
+
## 0.30.0
|
|
689
|
+
|
|
690
|
+
### Minor Changes
|
|
691
|
+
|
|
692
|
+
- fix(repair v3): add read_file/edit_file/glob alias repairs (#1869)
|
|
693
|
+
- feat: Add two-step picker for /model: Pick a model, then choose reasoning effort
|
|
694
|
+
- feat: add /effort to select reasoning effort for the current model
|
|
695
|
+
- fix: prevent "Thinking…" indicators from getting stuck
|
|
696
|
+
|
|
697
|
+
## 0.29.0
|
|
698
|
+
|
|
699
|
+
### Minor Changes
|
|
700
|
+
|
|
701
|
+
- feat: add Claude Opus 4.8 — Anthropic's new flagship Opus model
|
|
702
|
+
- feat: show reasoning effort inline with the model on banner
|
|
703
|
+
- feat: surface skipped skills in /skills view
|
|
704
|
+
- fix: `/feedback <text>` now prefills the GitHub issue title
|
|
705
|
+
|
|
706
|
+
## 0.28.1
|
|
707
|
+
|
|
708
|
+
### Patch Changes
|
|
709
|
+
|
|
710
|
+
- fix: Throttle live reasoning feed updates to prevent OOM #1838
|
|
711
|
+
|
|
712
|
+
## 0.28.0
|
|
713
|
+
|
|
714
|
+
### Minor Changes
|
|
715
|
+
|
|
716
|
+
- feat: 36K+ repair variations fixed across 29 models
|
|
717
|
+
- fix: update DeepSeek V4 Flash cache-read price to $0.028/1M
|
|
718
|
+
|
|
719
|
+
## 0.27.3
|
|
720
|
+
|
|
721
|
+
### Patch Changes
|
|
722
|
+
|
|
723
|
+
- feat: add Xiaomi MiMo V2.5 and MiMo V2.5 Pro
|
|
724
|
+
- fix: allow bundled skills to be enabled/disabled from `/skills` like any other skill
|
|
725
|
+
- fix: Present full login URL when logging in
|
|
726
|
+
- chore: enforce Biome formatting via pre-commit hook and editor format-on-save
|
|
727
|
+
- chore: scope Biome to JS/TS/JSON, respect .gitignore, exclude skills/benchmarks/CSS
|
|
728
|
+
- chore: format entire codebase with Biome
|
|
729
|
+
|
|
730
|
+
## 0.27.2
|
|
731
|
+
|
|
732
|
+
### Patch Changes
|
|
733
|
+
|
|
734
|
+
- fix: route taste onboarding observer through Kimi K2.5 (opensource) so Go-plan users no longer hit MODEL_NOT_IN_PLAN
|
|
735
|
+
|
|
736
|
+
## 0.27.1
|
|
737
|
+
|
|
738
|
+
### Patch Changes
|
|
739
|
+
|
|
740
|
+
- chore: Improved error handling of upstream providers
|
|
741
|
+
|
|
742
|
+
## 0.27.0
|
|
743
|
+
|
|
744
|
+
### Minor Changes
|
|
745
|
+
|
|
746
|
+
- feat: agent-browser bundled skill for better browser access
|
|
747
|
+
|
|
748
|
+
## 0.26.25
|
|
749
|
+
|
|
750
|
+
### Patch Changes
|
|
751
|
+
|
|
752
|
+
- fix(mcp): clearer stdio errors for URLs and missing commands (#1243, #375)
|
|
753
|
+
|
|
754
|
+
## 0.26.24
|
|
755
|
+
|
|
756
|
+
### Patch Changes
|
|
757
|
+
|
|
758
|
+
- fix: collapse thinking by default + kill streaming flicker when expanded
|
|
759
|
+
- fix: `--list-models` shows Claude Haiku 4.5 without its date suffix
|
|
760
|
+
|
|
761
|
+
## 0.26.23
|
|
762
|
+
|
|
763
|
+
### Patch Changes
|
|
764
|
+
|
|
765
|
+
- feat: stream reasoning tokens
|
|
766
|
+
|
|
767
|
+
## 0.26.22
|
|
768
|
+
|
|
769
|
+
### Patch Changes
|
|
770
|
+
|
|
771
|
+
- refactor: thinking improvements
|
|
772
|
+
- chore: retire Claude Opus 4.6 from the selectable model list
|
|
773
|
+
- feat: add Stop hook event
|
|
774
|
+
|
|
775
|
+
## 0.26.21
|
|
776
|
+
|
|
777
|
+
### Patch Changes
|
|
778
|
+
|
|
779
|
+
- feat: add `--list-models` to show every selectable model id
|
|
780
|
+
- feat: `--model` accepts the full id, or model name after the `/`, and provides a "did you mean?" suggestion for
|
|
781
|
+
|
|
782
|
+
## 0.26.20
|
|
783
|
+
|
|
784
|
+
### Patch Changes
|
|
785
|
+
|
|
786
|
+
- feat: add Qwen 3.7 Max (Vercel AI Gateway via Alibaba)
|
|
787
|
+
|
|
788
|
+
## 0.26.19
|
|
789
|
+
|
|
790
|
+
### Patch Changes
|
|
791
|
+
|
|
792
|
+
- fix: render slash-command tags as clean pills in Rewind and titles
|
|
793
|
+
|
|
794
|
+
## 0.26.18
|
|
795
|
+
|
|
796
|
+
### Patch Changes
|
|
797
|
+
|
|
798
|
+
- fix: improve bundled skills support
|
|
799
|
+
|
|
800
|
+
## 0.26.17
|
|
801
|
+
|
|
802
|
+
### Patch Changes
|
|
803
|
+
|
|
804
|
+
- feat: `-m, --model <model-id>` flag to override the model in interactive and headless (-p) mode
|
|
805
|
+
|
|
806
|
+
## 0.26.16
|
|
807
|
+
|
|
808
|
+
### Patch Changes
|
|
809
|
+
|
|
810
|
+
- fix: add `--max-turns <number>` flag in `cmd --help`
|
|
811
|
+
- fix: restore non-blocking background auto-updates
|
|
812
|
+
|
|
813
|
+
## 0.26.15
|
|
814
|
+
|
|
815
|
+
### Patch Changes
|
|
816
|
+
|
|
817
|
+
- chore: improved model selection
|
|
818
|
+
|
|
819
|
+
## 0.26.14
|
|
820
|
+
|
|
821
|
+
### Patch Changes
|
|
822
|
+
|
|
823
|
+
- fix: stdio MCP servers spawn on Windows
|
|
824
|
+
|
|
825
|
+
## 0.26.13
|
|
826
|
+
|
|
827
|
+
### Patch Changes
|
|
828
|
+
|
|
829
|
+
- feat: make model selection per session in memory
|
|
830
|
+
- fix: sync banner model when resuming a session from inside the TUI
|
|
831
|
+
- feat: in-TUI `/resume` adopts the resumed conversation's model (banner + requests)
|
|
832
|
+
- feat: `/model` sets the default for new sessions again, while keeping concurrent sessions isolated
|
|
833
|
+
- feat: add `cmd status --json` for machine-readable auth status output
|
|
834
|
+
- fix: sanitize custom agent and MCP tool names so a dot/colon/space no longer 400s the model provider
|
|
835
|
+
|
|
836
|
+
## 0.26.12
|
|
837
|
+
|
|
838
|
+
### Patch Changes
|
|
839
|
+
|
|
840
|
+
- feat: support `COMMAND_CODE_API_KEY` env var for CI / headless auth
|
|
841
|
+
- fix: `/review` now shows an install hint when the `gh` CLI is missing (#1162)
|
|
842
|
+
- fix: skip credit-depletion warning for `past_due` subscriptions
|
|
843
|
+
|
|
844
|
+
## 0.26.11
|
|
845
|
+
|
|
846
|
+
### Patch Changes
|
|
847
|
+
|
|
848
|
+
- chore: improved docs and model descriptions
|
|
849
|
+
|
|
850
|
+
## 0.26.10
|
|
851
|
+
|
|
852
|
+
### Patch Changes
|
|
853
|
+
|
|
854
|
+
- feat: add Gemini 3.5 Flash
|
|
855
|
+
- feat: add `/design` for guided frontend design reviews, refinements, and follow-up fixes
|
|
856
|
+
- feat: add bundled skills support
|
|
857
|
+
|
|
858
|
+
## 0.26.9
|
|
859
|
+
|
|
860
|
+
### Patch Changes
|
|
861
|
+
|
|
862
|
+
- feat: `/plan [task]` slash command
|
|
863
|
+
- fix: recover from reasoning-only assistant responses instead of silently exiting the loop
|
|
864
|
+
|
|
865
|
+
## 0.26.8
|
|
866
|
+
|
|
867
|
+
### Patch Changes
|
|
868
|
+
|
|
869
|
+
- feat: add Gemini 3.1 Flash Lite
|
|
870
|
+
|
|
871
|
+
## 0.26.7
|
|
872
|
+
|
|
873
|
+
### Patch Changes
|
|
874
|
+
|
|
875
|
+
- refactor: improve MCP compatibility
|
|
876
|
+
|
|
877
|
+
## 0.26.6
|
|
878
|
+
|
|
879
|
+
### Patch Changes
|
|
880
|
+
|
|
881
|
+
- feat: mcp compatibility, auth and error handling optimizations
|
|
882
|
+
- perf: let vitest auto-pick the `agent` reporter when running inside an AI coding agent for truncated output
|
|
883
|
+
- perf: upgrade vitest 3.2.4 → 4.1.6, unit-test (~35s saved, ~45s duration)
|
|
884
|
+
|
|
885
|
+
## 0.26.5
|
|
886
|
+
|
|
887
|
+
### Patch Changes
|
|
888
|
+
|
|
889
|
+
- feat: configurable reasoning effort per model
|
|
890
|
+
|
|
891
|
+
## 0.26.4
|
|
892
|
+
|
|
893
|
+
### Patch Changes
|
|
894
|
+
|
|
895
|
+
- fix: always update to latest version and skip stale pending updates
|
|
896
|
+
- perf: speed up pnpm test:all runs by ~185s, cleaned vitest config, skip Command Code updates check per test.
|
|
897
|
+
- test: skip the flaky `skill-slash-command` integration test.
|
|
898
|
+
|
|
899
|
+
## 0.26.3
|
|
900
|
+
|
|
901
|
+
### Patch Changes
|
|
902
|
+
|
|
903
|
+
- feat: update deepseek flash context window (#1622)
|
|
904
|
+
|
|
905
|
+
## 0.26.2
|
|
906
|
+
|
|
907
|
+
### Patch Changes
|
|
908
|
+
|
|
909
|
+
- feat(cmd): fix yolo mode failing when no files
|
|
910
|
+
|
|
911
|
+
## 0.26.1
|
|
912
|
+
|
|
913
|
+
### Patch Changes
|
|
914
|
+
|
|
915
|
+
- fix: `--yolo` mode restored
|
|
916
|
+
|
|
917
|
+
## 0.26.0
|
|
918
|
+
|
|
919
|
+
### Minor Changes
|
|
920
|
+
|
|
921
|
+
- feat: show red "» permission bypass on" indicator when launched with `--yolo`
|
|
922
|
+
- fix: Write plans to ~/.commandcode directory without permission in plan mode
|
|
923
|
+
|
|
924
|
+
## 0.25.14
|
|
925
|
+
|
|
926
|
+
### Patch Changes
|
|
927
|
+
|
|
928
|
+
- feat: add CMD_ZDR=1 flag to use ZDR only providers
|
|
929
|
+
|
|
930
|
+
## 0.25.13
|
|
931
|
+
|
|
932
|
+
### Patch Changes
|
|
933
|
+
|
|
934
|
+
- feat: add `cmdc` alias for command-code (Windows-compatible shorthand)
|
|
935
|
+
|
|
936
|
+
## 0.25.12
|
|
937
|
+
|
|
938
|
+
### Patch Changes
|
|
939
|
+
|
|
940
|
+
- fix: Restore top margin from the taste banner
|
|
941
|
+
- fix: Refresh welcome-banner header when the active model changes via /model
|
|
942
|
+
|
|
943
|
+
## 0.25.11
|
|
944
|
+
|
|
945
|
+
### Patch Changes
|
|
946
|
+
|
|
947
|
+
- Uppercase "LEARNED" label in taste onboarding UI (#1578)
|
|
948
|
+
|
|
949
|
+
## 0.25.10
|
|
950
|
+
|
|
951
|
+
### Patch Changes
|
|
952
|
+
|
|
953
|
+
- refactor: MCP DX improvements
|
|
954
|
+
- fix: unify expand-output shortcut on Ctrl+O across all terminals
|
|
955
|
+
- fix: Fix skills discovery in current working directory
|
|
956
|
+
- chore: consolidate cmd login outros into shared styled formatters (no user-visible change)
|
|
957
|
+
- fix: Prevent paste-induced SIGABRT errors on headless Linux
|
|
958
|
+
|
|
959
|
+
## 0.25.9
|
|
960
|
+
|
|
961
|
+
### Patch Changes
|
|
962
|
+
|
|
963
|
+
- fix: MCP discovery flow impacting supabase server
|
|
964
|
+
|
|
965
|
+
## 0.25.8
|
|
966
|
+
|
|
967
|
+
### Patch Changes
|
|
968
|
+
|
|
969
|
+
- fix: paste at mid-cursor no longer discards text after the cursor
|
|
970
|
+
- feat: /skills picker now supports search and per-project on/off toggling
|
|
971
|
+
- chore: bump react to 19.1.7 for security patches
|
|
972
|
+
|
|
973
|
+
## 0.25.7
|
|
974
|
+
|
|
975
|
+
### Patch Changes
|
|
976
|
+
|
|
977
|
+
- feat: add plan-based model access control in model selector
|
|
978
|
+
|
|
979
|
+
## 0.25.6
|
|
980
|
+
|
|
981
|
+
### Patch Changes
|
|
982
|
+
|
|
983
|
+
- fix: dismiss the TASTE skip banner when prompt submits
|
|
984
|
+
|
|
985
|
+
## 0.25.5
|
|
986
|
+
|
|
987
|
+
### Patch Changes
|
|
988
|
+
|
|
989
|
+
- docs: refresh npm README — trim unnecessary content and add link to docs site for more details
|
|
990
|
+
|
|
991
|
+
## 0.25.4
|
|
992
|
+
|
|
993
|
+
### Patch Changes
|
|
994
|
+
|
|
995
|
+
- docs: refresh npm README — fix broken logo URL and update tagline to current homepage lingo
|
|
996
|
+
|
|
997
|
+
## 0.25.3
|
|
998
|
+
|
|
999
|
+
### Patch Changes
|
|
1000
|
+
|
|
1001
|
+
- feat: improve deepseek thinking
|
|
1002
|
+
- fix: collapse taste feed log into a status footer with cards rendering chronologically
|
|
1003
|
+
- fix: Prevent slash commands from interrupting agent turns
|
|
1004
|
+
- feat: /ide installs the extension directly to disk across all detected IDEs
|
|
1005
|
+
|
|
1006
|
+
## 0.25.2
|
|
1007
|
+
|
|
1008
|
+
### Patch Changes
|
|
1009
|
+
|
|
1010
|
+
- feat: per-model context window with overflow handling on model switch
|
|
1011
|
+
- feat: nudge user to run /compact when context fills a large window
|
|
1012
|
+
- fix: detect Cursor and Windsurf reliably in IDE
|
|
1013
|
+
|
|
1014
|
+
## 0.25.1
|
|
1015
|
+
|
|
1016
|
+
### Patch Changes
|
|
1017
|
+
|
|
1018
|
+
- feat: add Step 3.5 Flash model
|
|
1019
|
+
|
|
1020
|
+
## 0.25.0
|
|
1021
|
+
|
|
1022
|
+
### Minor Changes
|
|
1023
|
+
|
|
1024
|
+
- imp: Press n to never show the learning banner again (#1484)
|
|
1025
|
+
fix: Learning Banner path fix (#1484)
|
|
1026
|
+
fix: banner reprint on model change (#1484)
|
|
1027
|
+
|
|
1028
|
+
## 0.24.2
|
|
1029
|
+
|
|
1030
|
+
### Patch Changes
|
|
1031
|
+
|
|
1032
|
+
- fix: context usage calculation in TUI
|
|
1033
|
+
|
|
1034
|
+
## 0.24.1
|
|
1035
|
+
|
|
1036
|
+
### Patch Changes
|
|
1037
|
+
|
|
1038
|
+
- feat(telemetry): GenAI semconv, AI SDK wiring, namespace rename, privacy lockdown
|
|
1039
|
+
|
|
1040
|
+
## 0.24.0
|
|
1041
|
+
|
|
1042
|
+
### Minor Changes
|
|
1043
|
+
|
|
1044
|
+
- fix: tool auto repair and healing, lenient LLM tool-input healing for recoverable validation errors
|
|
1045
|
+
|
|
1046
|
+
### Patch Changes
|
|
1047
|
+
|
|
1048
|
+
- fix: filter gitignored and sensitive files from IDE context
|
|
1049
|
+
- feat: enrich `cmd info` with software / IDE / terminal context
|
|
1050
|
+
- feat: add /courses command to open courses dashboard in browser
|
|
1051
|
+
|
|
1052
|
+
## 0.23.1
|
|
1053
|
+
|
|
1054
|
+
### Patch Changes
|
|
1055
|
+
|
|
1056
|
+
- fix: `/usage` overlay model display names now resolve through canonical id
|
|
1057
|
+
- fix: validate `read_directory`, `write_file`, `edit_file` absolute paths against workspace boundary
|
|
1058
|
+
- fix: dedupe hook startup warnings into a single summary
|
|
1059
|
+
- fix: validate `glob` and `read_multiple_files` paths against workspace boundary
|
|
1060
|
+
- fix: require permission prompt for `find` when used with dangerous flags
|
|
1061
|
+
|
|
1062
|
+
## 0.23.0
|
|
1063
|
+
|
|
1064
|
+
### Minor Changes
|
|
1065
|
+
|
|
1066
|
+
- fix: make sessions self heal with tool calls/results pairs (#1375)
|
|
1067
|
+
|
|
1068
|
+
## 0.22.9
|
|
1069
|
+
|
|
1070
|
+
### Patch Changes
|
|
1071
|
+
|
|
1072
|
+
- chore: bump deps to latest versions
|
|
1073
|
+
|
|
1074
|
+
## 0.22.8
|
|
1075
|
+
|
|
1076
|
+
### Patch Changes
|
|
1077
|
+
|
|
1078
|
+
- feat: add gpt-5.5 model support
|
|
1079
|
+
|
|
1080
|
+
## 0.22.7
|
|
1081
|
+
|
|
1082
|
+
### Patch Changes
|
|
1083
|
+
|
|
1084
|
+
- feat: add hooks engine with PreToolUse/PostToolUse integration
|
|
1085
|
+
- feat: simplify /usage overlay — single summary line, per-model cost breakdown, bigger █/░ progress bar
|
|
1086
|
+
- fix: /usage per-model breakdown renders legacy Sonnet 4 as "Claude Sonnet 4.6"
|
|
1087
|
+
- feat: add Qwen 3.6 Max Preview, Qwen 3.6 Plus, MiniMax M2.7, and GLM 5.1 support
|
|
1088
|
+
|
|
1089
|
+
## 0.22.6
|
|
1090
|
+
|
|
1091
|
+
### Patch Changes
|
|
1092
|
+
|
|
1093
|
+
- fix: validate `read_file` absolute paths against workspace boundary
|
|
1094
|
+
- feat: add DeepSeek V4 Pro and V4 Flash
|
|
1095
|
+
|
|
1096
|
+
## 0.22.5
|
|
1097
|
+
|
|
1098
|
+
### Patch Changes
|
|
1099
|
+
|
|
1100
|
+
- feat: richer /ide output with actionable next steps per status and selection hint on user messages
|
|
1101
|
+
- fix: stop IPC log spam outside IDE terminals (backoff + single-line logs)
|
|
1102
|
+
|
|
1103
|
+
## 0.22.4
|
|
1104
|
+
|
|
1105
|
+
### Patch Changes
|
|
1106
|
+
|
|
1107
|
+
- chore: improve fallback errors for models
|
|
1108
|
+
|
|
1109
|
+
## 0.22.3
|
|
1110
|
+
|
|
1111
|
+
### Patch Changes
|
|
1112
|
+
|
|
1113
|
+
- chore: improve model fallbacks
|
|
1114
|
+
|
|
1115
|
+
## 0.22.2
|
|
1116
|
+
|
|
1117
|
+
### Patch Changes
|
|
1118
|
+
|
|
1119
|
+
- fix: resize-flicker on width change made patch free now (#1268)
|
|
1120
|
+
|
|
1121
|
+
## 0.22.1
|
|
1122
|
+
|
|
1123
|
+
### Patch Changes
|
|
1124
|
+
|
|
1125
|
+
- fix: ship #1232 flicker fix reliably for bundle-time (#1267)
|
|
1126
|
+
|
|
1127
|
+
## 0.22.0
|
|
1128
|
+
|
|
1129
|
+
### Minor Changes
|
|
1130
|
+
|
|
1131
|
+
- fix: resize flicker on status bar when resizing the window #1232
|
|
1132
|
+
|
|
1133
|
+
## 0.21.1
|
|
1134
|
+
|
|
1135
|
+
### Minor Changes
|
|
1136
|
+
|
|
1137
|
+
- feat: add Kimi K2.6 support
|
|
1138
|
+
- refactor: unify auth copy across `cmd login` / `cmd logout` / `cmd auth status` and their `/login` / `/logout` slash equivalents.
|
|
1139
|
+
|
|
1140
|
+
## 0.21.0
|
|
1141
|
+
|
|
1142
|
+
### Minor Changes
|
|
1143
|
+
|
|
1144
|
+
- fix: reduce install footprint — drop unused + test-only deps (#1246)
|
|
1145
|
+
|
|
1146
|
+
## 0.20.2
|
|
1147
|
+
|
|
1148
|
+
### Patch Changes
|
|
1149
|
+
|
|
1150
|
+
- fix: keep insufficient credits error on screen until user dismisses in /learn-taste #1221
|
|
1151
|
+
|
|
1152
|
+
## 0.20.1
|
|
1153
|
+
|
|
1154
|
+
### Patch Changes
|
|
1155
|
+
|
|
1156
|
+
- fix: codex auth bug (#1240)
|
|
1157
|
+
- fix: Ctrl+C no longer hangs `cmd login` during browser auth
|
|
1158
|
+
|
|
1159
|
+
## 0.20.0
|
|
1160
|
+
|
|
1161
|
+
### Minor Changes
|
|
1162
|
+
|
|
1163
|
+
- fix: reduce TUI status row flicker #1231
|
|
1164
|
+
- fix: clean up LLM status words to remove negative, slang, or judgmental phrasing #1230
|
|
1165
|
+
|
|
1166
|
+
## 0.19.12
|
|
1167
|
+
|
|
1168
|
+
### Patch Changes
|
|
1169
|
+
|
|
1170
|
+
- feat: new TUI banner with solid purple colors #1226
|
|
1171
|
+
|
|
1172
|
+
## 0.19.11
|
|
1173
|
+
|
|
1174
|
+
### Patch Changes
|
|
1175
|
+
|
|
1176
|
+
- fix: improve auth flow with API and fix related bugs
|
|
1177
|
+
|
|
1178
|
+
## 0.19.10
|
|
1179
|
+
|
|
1180
|
+
### Patch Changes
|
|
1181
|
+
|
|
1182
|
+
- feat: add premium credit exhaustion detection with auto-switch to Kimi K2
|
|
1183
|
+
- feat: add /upgrade and /extra slash commands to open billing page
|
|
1184
|
+
- feat: add model-not-in-plan error detection with plan-specific messaging
|
|
1185
|
+
|
|
1186
|
+
## 0.19.9
|
|
1187
|
+
|
|
1188
|
+
### Patch Changes
|
|
1189
|
+
|
|
1190
|
+
- fix: accept absolute `directory` paths in `shell_command` tool
|
|
1191
|
+
|
|
1192
|
+
## 0.19.8
|
|
1193
|
+
|
|
1194
|
+
- feat: Claude Opus 4.7 support
|
|
1195
|
+
|
|
1196
|
+
## 0.19.7
|
|
1197
|
+
|
|
1198
|
+
### Patch Changes
|
|
1199
|
+
|
|
1200
|
+
- feat: gpt-5.4 mini model for faster and more cost-effective performance on lightweight tasks
|
|
1201
|
+
- feat: surface installed skills in the `/` slash menu + isMeta hidden injected messages.
|
|
1202
|
+
|
|
1203
|
+
## 0.19.6
|
|
1204
|
+
|
|
1205
|
+
### Patch Changes
|
|
1206
|
+
|
|
1207
|
+
- Improved OSS models support
|
|
1208
|
+
|
|
1209
|
+
## 0.19.5
|
|
1210
|
+
|
|
1211
|
+
### Patch Changes
|
|
1212
|
+
|
|
1213
|
+
- feat: Default model is now Kimi K2.5.
|
|
1214
|
+
|
|
1215
|
+
## 0.19.4
|
|
1216
|
+
|
|
1217
|
+
### Patch Changes
|
|
1218
|
+
|
|
1219
|
+
- fix: Capitalize plan name and suggest /model in model-access 403 errors
|
|
1220
|
+
- feat: New pricing plans live
|
|
1221
|
+
|
|
1222
|
+
## 0.19.3
|
|
1223
|
+
|
|
1224
|
+
### Patch Changes
|
|
1225
|
+
|
|
1226
|
+
- feat: Kimi for title gen and tool permission prompts (#1173)
|
|
1227
|
+
- fix: improve credit warning accuracy for new plans
|
|
1228
|
+
|
|
1229
|
+
## 0.19.2
|
|
1230
|
+
|
|
1231
|
+
### Patch Changes
|
|
1232
|
+
|
|
1233
|
+
- feat: resume sessions hints on exit
|
|
1234
|
+
- fix: preserve newlines in pasted text by not stripping \n/\r from input (#1116)
|
|
1235
|
+
|
|
1236
|
+
## 0.19.1
|
|
1237
|
+
|
|
1238
|
+
### Patch Changes
|
|
1239
|
+
|
|
1240
|
+
- feat: add search functionality to model selector (#1145)
|
|
1241
|
+
|
|
1242
|
+
## 0.19.0
|
|
1243
|
+
|
|
1244
|
+
### Minor Changes
|
|
1245
|
+
|
|
1246
|
+
- feat: Open Source models including GLM-5, Kimi K2.5, and MiniMax2.5
|
|
1247
|
+
- feat: OpenAI models including gpt-5.4 and gpt-5.3-codex
|
|
1248
|
+
|
|
1249
|
+
## 0.18.11-beta.0
|
|
1250
|
+
|
|
1251
|
+
### Patch Changes
|
|
1252
|
+
|
|
1253
|
+
- feat: Open Source models including GLM-5, Kimi K2.5, and MiniMax2.5
|
|
1254
|
+
- feat: OpenAI models including gpt-5.4 and gpt-5.3-codex
|
|
1255
|
+
|
|
1256
|
+
## 0.18.10
|
|
1257
|
+
|
|
1258
|
+
### Patch Changes
|
|
1259
|
+
|
|
1260
|
+
- feat: track CLI lifecycle events (session, first message, install, update)
|
|
1261
|
+
- fix: resolve symlinks in isPlanPath to prevent writes outside plans directory
|
|
1262
|
+
- refactor: /context TUI overhaul — granular breakdown (System prompt, System tools, MCP, Skills, Memory, Messages), inline token units, threshold-aware tips, dead code removal
|
|
1263
|
+
|
|
1264
|
+
## 0.18.9
|
|
1265
|
+
|
|
1266
|
+
### Patch Changes
|
|
1267
|
+
|
|
1268
|
+
- feat: add `.agents/skills/` support
|
|
1269
|
+
- feat: add /usage slash command for credits, plan, and usage metrics
|
|
1270
|
+
|
|
1271
|
+
## 0.18.8
|
|
1272
|
+
|
|
1273
|
+
### Patch Changes
|
|
1274
|
+
|
|
1275
|
+
- feat: scrollable viewport and branch filter toggle in session picker
|
|
1276
|
+
|
|
1277
|
+
## 0.18.7
|
|
1278
|
+
|
|
1279
|
+
### Patch Changes
|
|
1280
|
+
|
|
1281
|
+
- feat: Add taste learning from repository - npx taste learn
|
|
1282
|
+
- feat: warn users at 50%, 75%, and 90% credit depletion for subscription plans
|
|
1283
|
+
- fix: org-aware billing link in agent generation insufficient credits error
|
|
1284
|
+
- fix: stop retry attempts on logout
|
|
1285
|
+
- feat: add CMD_DEMO env var to hide internal badges from CLI header
|
|
1286
|
+
|
|
1287
|
+
## 0.18.6
|
|
1288
|
+
|
|
1289
|
+
### Patch Changes
|
|
1290
|
+
|
|
1291
|
+
- feat: 25K tokens+ tool result handling and lingo
|
|
1292
|
+
|
|
1293
|
+
## 0.18.5
|
|
1294
|
+
|
|
1295
|
+
### Patch Changes
|
|
1296
|
+
|
|
1297
|
+
- fix: categorize /rename as an argument-accepting command for correct routing
|
|
1298
|
+
|
|
1299
|
+
## 0.18.4
|
|
1300
|
+
|
|
1301
|
+
### Patch Changes
|
|
1302
|
+
|
|
1303
|
+
- fix: change 25K token per file limit message from error to informational notice
|
|
1304
|
+
|
|
1305
|
+
## 0.18.3
|
|
1306
|
+
|
|
1307
|
+
### Patch Changes
|
|
1308
|
+
|
|
1309
|
+
- feat: rename sessions and resume them using --resume
|
|
1310
|
+
|
|
1311
|
+
## 0.18.2
|
|
1312
|
+
|
|
1313
|
+
### Patch Changes
|
|
1314
|
+
|
|
1315
|
+
- feat: add Cursor session support to learn-taste (#987)
|
|
1316
|
+
- feat: Skills CLI commands (add, list, remove) to manage skills in the CLI(#188)
|
|
1317
|
+
|
|
1318
|
+
## 0.18.1
|
|
1319
|
+
|
|
1320
|
+
### Patch Changes
|
|
1321
|
+
|
|
1322
|
+
- feat: add changelog skill for syncing CHANGELOG.md to studio #977
|
|
1323
|
+
fix: Palette not defined error #977
|
|
1324
|
+
feat: tui screens smoke tests #977
|
|
1325
|
+
|
|
1326
|
+
## 0.18.0
|
|
1327
|
+
|
|
1328
|
+
### Minor Changes
|
|
1329
|
+
|
|
1330
|
+
- feat: TUI polish — tree connector, bracket text, read summaries, demo mode #881
|
|
1331
|
+
|
|
1332
|
+
## 0.17.18
|
|
1333
|
+
|
|
1334
|
+
### Patch Changes
|
|
1335
|
+
|
|
1336
|
+
- feat: add enable and disable controls for MCP servers in the TUI manager
|
|
1337
|
+
- feat: remove Claude Sonnet 4.5 and Opus 4.5 model support, auto-migrate users to 4.6 equivalents
|
|
1338
|
+
- fix: go directly to login when logged out and show actionable auth failures
|
|
1339
|
+
- fix: prevent taste learning from triggering on automated/tool messages
|
|
1340
|
+
- fix: add buffer between EPIPE test timeout (15s) and assertion (5s) to prevent flaky failures
|
|
1341
|
+
- fix: harden IDE context discovery against inherited IDE env leakage and canonical path mismatches in VS Code-family terminals
|
|
1342
|
+
- feat: Add /status command (#640)
|
|
1343
|
+
|
|
1344
|
+
## 0.17.17
|
|
1345
|
+
|
|
1346
|
+
### Patch Changes
|
|
1347
|
+
|
|
1348
|
+
- fix: improved --experimental error handling
|
|
1349
|
+
- feat: hide bottom indicator when slash command menu is open (#418)
|
|
1350
|
+
|
|
1351
|
+
## 0.17.16
|
|
1352
|
+
|
|
1353
|
+
### Patch Changes
|
|
1354
|
+
|
|
1355
|
+
- feat: add --experimental flag for internal testing of experimental features
|
|
1356
|
+
- fix: add experimental sandbox support
|
|
1357
|
+
- fix: store full pasted text in history instead of `[Text#N]` token placeholders (#874)
|
|
1358
|
+
- fix: deduplicate consecutive identical commands in prompt history (#351)
|
|
1359
|
+
- fix: clear stuck request state after timeouts and interrupts (#809)
|
|
1360
|
+
|
|
1361
|
+
## 0.17.15
|
|
1362
|
+
|
|
1363
|
+
### Patch Changes
|
|
1364
|
+
|
|
1365
|
+
- style: convert /context to full-screen overlay
|
|
1366
|
+
- fix: improve truncation in explore agent and read multiple tool calls
|
|
1367
|
+
- fix: truncate shell commands to prevent large CLI output
|
|
1368
|
+
- feat: icon color status rebranding with square bracket shortcuts (#878)
|
|
1369
|
+
|
|
1370
|
+
## 0.17.14
|
|
1371
|
+
|
|
1372
|
+
### Patch Changes
|
|
1373
|
+
|
|
1374
|
+
- feat: add --max-turns and --verbose options for print mode
|
|
1375
|
+
- fix: align /context output left and use dim gray bold headings (#838)
|
|
1376
|
+
- feat: add --auto-accept CLI flag alias (#841)
|
|
1377
|
+
|
|
1378
|
+
## 0.17.13
|
|
1379
|
+
|
|
1380
|
+
### Patch Changes
|
|
1381
|
+
|
|
1382
|
+
- fix: improve signup flow
|
|
1383
|
+
|
|
1384
|
+
## 0.17.12
|
|
1385
|
+
|
|
1386
|
+
### Patch Changes
|
|
1387
|
+
|
|
1388
|
+
- DX: Improved auth flow
|
|
1389
|
+
|
|
1390
|
+
## 0.17.11
|
|
1391
|
+
|
|
1392
|
+
### Patch Changes
|
|
1393
|
+
|
|
1394
|
+
- fix: uppercase TASTE pill and use shared constant (#829)
|
|
1395
|
+
|
|
1396
|
+
## 0.17.10
|
|
1397
|
+
|
|
1398
|
+
### Patch Changes
|
|
1399
|
+
|
|
1400
|
+
- fix: model change updates header and rename display (#824)
|
|
1401
|
+
|
|
1402
|
+
## 0.17.9
|
|
1403
|
+
|
|
1404
|
+
### Patch Changes
|
|
1405
|
+
|
|
1406
|
+
- fix: show diff in edit/write tools
|
|
1407
|
+
|
|
1408
|
+
## 0.17.8
|
|
1409
|
+
|
|
1410
|
+
### Patch Changes
|
|
1411
|
+
|
|
1412
|
+
- feat: auto-detect PR from current branch in /review command #792
|
|
1413
|
+
- feat: ghost prompt suggestion after `/pr-comments` — pre-populates input with "Fix all review comments" when comments are found
|
|
1414
|
+
|
|
1415
|
+
## 0.17.7
|
|
1416
|
+
|
|
1417
|
+
### Patch Changes
|
|
1418
|
+
|
|
1419
|
+
- feat: fast compact mode with /compact-mode command menu
|
|
1420
|
+
- fix: use OSC8 hyperlinks for login auth URLs — short clickable labels instead of raw URLs
|
|
1421
|
+
- fix: use UUID for threadId in observer-api to prevent type errors in backend
|
|
1422
|
+
- fix: raise prompt history limit from 500 to 50K chars — up arrow no longer truncates editable inputs (#620)
|
|
1423
|
+
- fix: Shift+Enter inserts newline at cursor position instead of end (#622)
|
|
1424
|
+
- feat: add `/context` slash command (#634)
|
|
1425
|
+
|
|
1426
|
+
## 0.17.6
|
|
1427
|
+
|
|
1428
|
+
### Minor Changes
|
|
1429
|
+
|
|
1430
|
+
- feat: add self-knowledge support
|
|
1431
|
+
|
|
1432
|
+
## 0.17.5
|
|
1433
|
+
|
|
1434
|
+
### Patch Changes
|
|
1435
|
+
|
|
1436
|
+
- fix: truncate error output in shell results instead of showing full output
|
|
1437
|
+
|
|
1438
|
+
## 0.17.4
|
|
1439
|
+
|
|
1440
|
+
### Patch Changes
|
|
1441
|
+
|
|
1442
|
+
- revert: dynamic Haiku-predicted placeholder in input field (#509) (#614)
|
|
1443
|
+
|
|
1444
|
+
## 0.17.3
|
|
1445
|
+
|
|
1446
|
+
### Patch Changes
|
|
1447
|
+
|
|
1448
|
+
- fix: tool calls one ch space
|
|
1449
|
+
- feat: add Haiku 4.5 as a selectable model option in `/model` command
|
|
1450
|
+
- fix: text overwrite in taste demo footer and learning feed formatting
|
|
1451
|
+
- fix: make image labels in static feed clickable OSC8 links (#598)
|
|
1452
|
+
|
|
1453
|
+
## 0.17.2
|
|
1454
|
+
|
|
1455
|
+
### Patch Changes
|
|
1456
|
+
|
|
1457
|
+
- fix: add extra space after tree connector to fix spacing in TUI (#588)
|
|
1458
|
+
|
|
1459
|
+
## 0.17.1
|
|
1460
|
+
|
|
1461
|
+
### Patch Changes
|
|
1462
|
+
|
|
1463
|
+
- fix: add extra space after tree connector to fix spacing in TUI
|
|
1464
|
+
|
|
1465
|
+
## 0.17.0
|
|
1466
|
+
|
|
1467
|
+
### Minor Changes
|
|
1468
|
+
|
|
1469
|
+
- feat: unified color palette, cross-platform symbols, auth flicker fix, and TUI polish
|
|
1470
|
+
|
|
1471
|
+
## 0.16.3
|
|
1472
|
+
|
|
1473
|
+
### Patch Changes
|
|
1474
|
+
|
|
1475
|
+
- fix: cursor stays at deletion point after option+backspace mid-sentence
|
|
1476
|
+
|
|
1477
|
+
## 0.16.2
|
|
1478
|
+
|
|
1479
|
+
### Patch Changes
|
|
1480
|
+
|
|
1481
|
+
- refactor: move taste demo to ctrl+t screen, skip onboarding when no sessions
|
|
1482
|
+
|
|
1483
|
+
## 0.16.1
|
|
1484
|
+
|
|
1485
|
+
### Patch Changes
|
|
1486
|
+
|
|
1487
|
+
- feat: add `/pr-comments` slash command to fetch all PR comments for the current branch
|
|
1488
|
+
|
|
1489
|
+
## 0.16.0
|
|
1490
|
+
|
|
1491
|
+
### Minor Changes
|
|
1492
|
+
|
|
1493
|
+
- feat: Add LSP diagnostic support
|
|
1494
|
+
|
|
1495
|
+
## 0.15.4
|
|
1496
|
+
|
|
1497
|
+
### Patch Changes
|
|
1498
|
+
|
|
1499
|
+
- fix: improve input responsiveness
|
|
1500
|
+
|
|
1501
|
+
## 0.15.3
|
|
1502
|
+
|
|
1503
|
+
### Patch Changes
|
|
1504
|
+
|
|
1505
|
+
- fix: Cap markdown hr to 3 dashes and style table headers cyan
|
|
1506
|
+
|
|
1507
|
+
## 0.15.2
|
|
1508
|
+
|
|
1509
|
+
### Patch Changes
|
|
1510
|
+
|
|
1511
|
+
- fix: pin ink to 6.6.0 to prevent Shift+Enter breakage in VSCode terminal
|
|
1512
|
+
|
|
1513
|
+
## 0.15.1
|
|
1514
|
+
|
|
1515
|
+
### Patch Changes
|
|
1516
|
+
|
|
1517
|
+
- refactor: Improve help command menu
|
|
1518
|
+
|
|
1519
|
+
## 0.15.4
|
|
1520
|
+
|
|
1521
|
+
### Patch Changes
|
|
1522
|
+
|
|
1523
|
+
- fix: improve input responsiveness
|
|
1524
|
+
|
|
1525
|
+
## 0.15.3
|
|
1526
|
+
|
|
1527
|
+
### Patch Changes
|
|
1528
|
+
|
|
1529
|
+
- fix: Cap markdown hr to 3 dashes and style table headers cyan
|
|
1530
|
+
|
|
1531
|
+
## 0.15.2
|
|
1532
|
+
|
|
1533
|
+
### Patch Changes
|
|
1534
|
+
|
|
1535
|
+
- fix: pin ink to 6.6.0 to prevent Shift+Enter breakage in VSCode terminal
|
|
1536
|
+
|
|
1537
|
+
## 0.15.1
|
|
1538
|
+
|
|
1539
|
+
### Patch Changes
|
|
1540
|
+
|
|
1541
|
+
- refactor: Improve help command menu
|
|
1542
|
+
|
|
1543
|
+
## 0.15.0
|
|
1544
|
+
|
|
1545
|
+
### Minor Changes
|
|
1546
|
+
|
|
1547
|
+
- refactor: TUI app interactive refactor
|
|
1548
|
+
|
|
1549
|
+
## 0.14.1
|
|
1550
|
+
|
|
1551
|
+
### Patch Changes
|
|
1552
|
+
|
|
1553
|
+
- fix: handle bracketed paste in question-prompt TextInput
|
|
1554
|
+
|
|
1555
|
+
## 0.14.0
|
|
1556
|
+
|
|
1557
|
+
### Minor Changes
|
|
1558
|
+
|
|
1559
|
+
- feat: semantic diff with word-level highlighting and correct line numbers (#442)
|
|
1560
|
+
|
|
1561
|
+
### Patch Changes
|
|
1562
|
+
|
|
1563
|
+
- fix: handle bracketed paste in question-prompt TextInput
|
|
1564
|
+
|
|
1565
|
+
## 0.13.0
|
|
1566
|
+
|
|
1567
|
+
### Minor Changes
|
|
1568
|
+
|
|
1569
|
+
- fix: strip empty lines from truncated tool output preview
|
|
1570
|
+
|
|
1571
|
+
### Patch Changes
|
|
1572
|
+
|
|
1573
|
+
- fix: prevent command truncation in tool descriptions
|
|
1574
|
+
- feat: reorder /menu items alphabetically
|
|
1575
|
+
- fix: /exit description "Exit the REPL" → "Exit Command Code"
|
|
1576
|
+
- fix(add-dir): strip bracketed paste markers, use TextInput, Del to remove dirs
|
|
1577
|
+
- fix: clarify image hint text with "Delete to remove" and "Esc to deselect"
|
|
1578
|
+
- perf: speed up test suite
|
|
1579
|
+
- fix: increase sanitize limit and improve Haiku prompt for permission descriptions
|
|
1580
|
+
|
|
1581
|
+
## 0.12.0
|
|
1582
|
+
|
|
1583
|
+
### Minor Changes
|
|
1584
|
+
|
|
1585
|
+
- feat: /review command agent
|
|
1586
|
+
|
|
1587
|
+
## 0.11.9
|
|
1588
|
+
|
|
1589
|
+
### Patch Changes
|
|
1590
|
+
|
|
1591
|
+
- refactor: Distributed tracing across CLI and API
|
|
1592
|
+
|
|
1593
|
+
## 0.11.8
|
|
1594
|
+
|
|
1595
|
+
### Patch Changes
|
|
1596
|
+
|
|
1597
|
+
- test: align skills loader tests with spec name-matches-directory rule (#402)
|
|
1598
|
+
fix: truncate tool output by character count to prevent large CLI output (#318)
|
|
1599
|
+
- fix: truncate AskUserQuestion header instead of returning error when it exceeds 20 chars
|
|
1600
|
+
|
|
1601
|
+
## 0.11.7
|
|
1602
|
+
|
|
1603
|
+
### Patch Changes
|
|
1604
|
+
|
|
1605
|
+
- feat: Add PRLinkBadge + BottomIndicator PR badge tests
|
|
1606
|
+
- fix: Restore PR link badge lost for conflicts
|
|
1607
|
+
- refactor: IDE Context Tests
|
|
1608
|
+
- fix: IDE IPC crash resilience + integration tests
|
|
1609
|
+
- test: fix LearningAgent max turns test to match debug log level change
|
|
1610
|
+
|
|
1611
|
+
## 0.11.6
|
|
1612
|
+
|
|
1613
|
+
### Patch Changes
|
|
1614
|
+
|
|
1615
|
+
- Improve styles of PR link display
|
|
1616
|
+
|
|
1617
|
+
## 0.11.5
|
|
1618
|
+
|
|
1619
|
+
### Patch Changes
|
|
1620
|
+
|
|
1621
|
+
- fix: truncate shell commands and normalize paths in CLI tool display
|
|
1622
|
+
- feat: Add PR indicator in status bar showing clickable PR link when on branch with associated PR
|
|
1623
|
+
|
|
1624
|
+
## 0.11.4
|
|
1625
|
+
|
|
1626
|
+
### Patch Changes
|
|
1627
|
+
|
|
1628
|
+
- chore: remove unused dependencies and trim ~16.6 MB from production package
|
|
1629
|
+
- feat: Clickable image attachments with interactive gallery in CLI
|
|
1630
|
+
- fix: Premature line wrapping after Shift+Enter when previous lines fill terminal width
|
|
1631
|
+
- fix: Shift+Enter submitting instead of inserting newline in VS Code terminal (split ESC+CR race condition)
|
|
1632
|
+
- fix: strip `<ide-context>` tags from session history display
|
|
1633
|
+
- fix: don't send empty `<ide-context>` tags to LLM when no file or selection is active
|
|
1634
|
+
|
|
1635
|
+
## 0.11.3
|
|
1636
|
+
|
|
1637
|
+
### Patch Changes
|
|
1638
|
+
|
|
1639
|
+
- refactor: Improved tool calls validation
|
|
1640
|
+
|
|
1641
|
+
## 0.11.2
|
|
1642
|
+
|
|
1643
|
+
### Patch Changes
|
|
1644
|
+
|
|
1645
|
+
- feat: Plan mode for read-only exploration and structured planning
|
|
1646
|
+
- feat: Parallel tool execution
|
|
1647
|
+
- feat: New tools: enter_plan_mode, exit_plan_mode
|
|
1648
|
+
- feat: Auto-prompt to enter plan mode for complex tasks
|
|
1649
|
+
- feat: Auto-prompt to exit plan mode and implement in auto-accept mode
|
|
1650
|
+
- fix: packages updates
|
|
1651
|
+
|
|
1652
|
+
## 0.11.0
|
|
1653
|
+
|
|
1654
|
+
### Minor Changes
|
|
1655
|
+
|
|
1656
|
+
- refactor: taste commands overhaul
|
|
1657
|
+
|
|
1658
|
+
## 0.10.19
|
|
1659
|
+
|
|
1660
|
+
### Patch Changes
|
|
1661
|
+
|
|
1662
|
+
- 📦 NEW: MCP servers and tools support
|
|
1663
|
+
- 🐛 FIX: Handle `AskUserQuestion` questions param passed as stringified JSON (including trailing commas)
|
|
1664
|
+
|
|
1665
|
+
## 0.10.18
|
|
1666
|
+
|
|
1667
|
+
### Patch Changes
|
|
1668
|
+
|
|
1669
|
+
- 📦 NEW: Add Claude Sonnet 4.6 as default model
|
|
1670
|
+
- 📦 NEW: Updated model selector UI — descriptions shown in dimmed text, cleaner layout
|
|
1671
|
+
- 📦 NEW: Updated model descriptions for all options (Sonnet 4.5, Opus 4.5 marked as previous generation)
|
|
1672
|
+
|
|
1673
|
+
## 0.10.17
|
|
1674
|
+
|
|
1675
|
+
### Patch Changes
|
|
1676
|
+
|
|
1677
|
+
- 🐛 FIX: Server tool errors (web_fetch, web_search) now show actual error in feed instead of false success
|
|
1678
|
+
- 📦 NEW: Track retry attempts with telemetry during API call failures
|
|
1679
|
+
- 📦 NEW: Intelligent conversation titles
|
|
1680
|
+
|
|
1681
|
+
## 0.10.16
|
|
1682
|
+
|
|
1683
|
+
### Patch Changes
|
|
1684
|
+
|
|
1685
|
+
- 🐛 FIX: Display actual error messages from Anthropic API instead of generic "Something went wrong"
|
|
1686
|
+
- 🐛 FIX: Dropped characters when typing fast in command input
|
|
1687
|
+
- 🐛 FIX: Cursor bouncing back to end of line on left arrow navigation
|
|
1688
|
+
- 📦 NEW: Auto-compact conversations on context limit
|
|
1689
|
+
- 👌 IMPROVE: /compact command
|
|
1690
|
+
- 👌 IMPROVE: Bash executor uses user's shell with interactive mode for alias and function support
|
|
1691
|
+
|
|
1692
|
+
## 0.10.15
|
|
1693
|
+
|
|
1694
|
+
### Patch Changes
|
|
1695
|
+
|
|
1696
|
+
- 📦 NEW: Add VS Code Extension for real-time context sharing from the IDE
|
|
1697
|
+
|
|
1698
|
+
## 0.10.14
|
|
1699
|
+
|
|
1700
|
+
### Patch Changes
|
|
1701
|
+
|
|
1702
|
+
- Improved docs
|
|
1703
|
+
|
|
1704
|
+
## 0.10.13
|
|
1705
|
+
|
|
1706
|
+
### Patch Changes
|
|
1707
|
+
|
|
1708
|
+
- 🐛 FIX: Stop processing output after user interrupts prompt (Ctrl+C)
|
|
1709
|
+
- 👌 IMPROVE: Help menu
|
|
1710
|
+
- 📦 NEW: Alt+P keyboard shortcut for quick model switching
|
|
1711
|
+
- 📦 NEW: Ctrl+G shortcut to open current input in external editor ($EDITOR)
|
|
1712
|
+
- 📦 NEW: Feedback command (`cmd feedback` and `/feedback`) to quickly report bugs or share feedback by opening GitHub issues
|
|
1713
|
+
|
|
1714
|
+
## 0.10.12
|
|
1715
|
+
|
|
1716
|
+
### Patch Changes
|
|
1717
|
+
|
|
1718
|
+
- 📦 NEW: Add Claude Opus 4.6 model support
|
|
1719
|
+
- 📦 NEW: Add `web_search` to Vertex AI unsupported tool types
|
|
1720
|
+
|
|
1721
|
+
## 0.10.11
|
|
1722
|
+
|
|
1723
|
+
### Patch Changes
|
|
1724
|
+
|
|
1725
|
+
- 📦 NEW: OpenTelemetry SDK integration for observability and performance monitoring
|
|
1726
|
+
- 📦 NEW: DO_NOT_TRACK environment variable support for disabling telemetry
|
|
1727
|
+
- 📦 NEW: Telemetry documentation with cross-platform setup instructions
|
|
1728
|
+
- 🐛 FIX: File handler incorrectly triggering on email addresses
|
|
1729
|
+
|
|
1730
|
+
## 0.10.10
|
|
1731
|
+
|
|
1732
|
+
### Patch Changes
|
|
1733
|
+
|
|
1734
|
+
- 👌 IMPROVE: Context usage display now shows remaining percentage before auto-compact threshold
|
|
1735
|
+
- 📦 NEW: Kill shell tool - terminates processes by port or PID
|
|
1736
|
+
- 📦 NEW: Add print mode foundation (`-p`, `--print` flag)
|
|
1737
|
+
- 📦 NEW: Global prompt history with up/down arrow navigation across sessions
|
|
1738
|
+
|
|
1739
|
+
## 0.10.9
|
|
1740
|
+
|
|
1741
|
+
### Patch Changes
|
|
1742
|
+
|
|
1743
|
+
- 📦 NEW: Explore agent
|
|
1744
|
+
|
|
1745
|
+
## 0.10.8
|
|
1746
|
+
|
|
1747
|
+
### Patch Changes
|
|
1748
|
+
|
|
1749
|
+
- 🐛 FIX: Remove non-functional `taste delete` command (remote deletion not implemented)
|
|
1750
|
+
- 📦 NEW: Add `-t` short flag for `--trust` option
|
|
1751
|
+
|
|
1752
|
+
## 0.10.7
|
|
1753
|
+
|
|
1754
|
+
### Patch Changes
|
|
1755
|
+
|
|
1756
|
+
- 🐛 FIX: Broken discord link for support message
|
|
1757
|
+
- 🐛 FIX: Hide spinner during connection retry
|
|
1758
|
+
- 🐛 FIX: /login in --co mode to open the anthropic auth flow
|
|
1759
|
+
- 🐛 FIX: Simplify exit confirmation by only supporting Ctrl + C
|
|
1760
|
+
|
|
1761
|
+
## 0.10.6
|
|
1762
|
+
|
|
1763
|
+
### Patch Changes
|
|
1764
|
+
|
|
1765
|
+
- 📦 NEW: AskUserQuestion tool
|
|
1766
|
+
- 🐛 FIX: Single taste package visibility on push
|
|
1767
|
+
- 👌 IMPROVE: Hide input box on CLI exit for cleaner terminal output
|
|
1768
|
+
- 🐛 FIX: File search menu bug
|
|
1769
|
+
- 👌 IMPROVE: File search UI
|
|
1770
|
+
- 🐛 FIX: Redirect to fallback page on auth timeout
|
|
1771
|
+
|
|
1772
|
+
## 0.10.5
|
|
1773
|
+
|
|
1774
|
+
### Patch Changes
|
|
1775
|
+
|
|
1776
|
+
- 🐛 FIX: Input text wrapping causing duplicate lines and borders
|
|
1777
|
+
|
|
1778
|
+
## 0.10.4
|
|
1779
|
+
|
|
1780
|
+
### Patch Changes
|
|
1781
|
+
|
|
1782
|
+
- 🐛 FIX: Slash command menu only triggers when / is first character (#128)
|
|
1783
|
+
|
|
1784
|
+
## 0.10.3
|
|
1785
|
+
|
|
1786
|
+
### Patch Changes
|
|
1787
|
+
|
|
1788
|
+
- 🐛 FIX: Update spinner not animating during npm install
|
|
1789
|
+
|
|
1790
|
+
## 0.10.2
|
|
1791
|
+
|
|
1792
|
+
### Patch Changes
|
|
1793
|
+
|
|
1794
|
+
- 🐛 FIX: early text buffer sometimes skipping first letter
|
|
1795
|
+
- 🐛 FIX: ESC now properly cancels in-flight requests (response no longer appears in feed after interrupt)
|
|
1796
|
+
- 🐛 FIX: Double-ESC with input text clears input instead of opening rewind
|
|
1797
|
+
- 👌 IMPROVE: Double-ESC with empty input opens rewind selector
|
|
1798
|
+
- 👌 IMPROVE: `/terminal-setup` command to detect duplicate keybindings
|
|
1799
|
+
- 👌 IMPROVE: `/terminal-setup` styled output with tree connector
|
|
1800
|
+
- 🐛 FIX: Clickable file path in `/terminal-setup` command
|
|
1801
|
+
- 👌 IMPROVE: Command sub-commands menu column width
|
|
1802
|
+
- 🐛 FIX: Markdown list rendering with styled nested items
|
|
1803
|
+
|
|
1804
|
+
## 0.10.1
|
|
1805
|
+
|
|
1806
|
+
### Patch Changes
|
|
1807
|
+
|
|
1808
|
+
- 📖 DOC: logo of Command Code
|
|
1809
|
+
- 📦 NEW: Load queued messages into input on interrupt
|
|
1810
|
+
|
|
1811
|
+
## 0.10.0
|
|
1812
|
+
|
|
1813
|
+
### Major refactor
|
|
1814
|
+
|
|
1815
|
+
- Major refactor of CLI, Debug, Local, Auth, Commands, Options, and TUIs into modular architecture
|
|
1816
|
+
|
|
1817
|
+
## 0.9.13
|
|
1818
|
+
|
|
1819
|
+
### Patch Changes
|
|
1820
|
+
|
|
1821
|
+
- 👌 IMPROVE: Move update to background
|
|
1822
|
+
👌 IMPROVE: Bug report URL
|
|
1823
|
+
|
|
1824
|
+
## 0.9.12
|
|
1825
|
+
|
|
1826
|
+
### Patch Changes
|
|
1827
|
+
|
|
1828
|
+
- 👌 IMPROVE: Rewind mode
|
|
1829
|
+
🐛 FIX: Session bugs
|
|
1830
|
+
👌 IMPROVE: Session optimizations
|
|
1831
|
+
|
|
1832
|
+
## 0.9.11
|
|
1833
|
+
|
|
1834
|
+
### Patch Changes
|
|
1835
|
+
|
|
1836
|
+
- 🐛 FIX: Image paste in Ghostty terminal
|
|
1837
|
+
👌 IMPROVE: Messages order in rewind
|
|
1838
|
+
👌 IMPROVE: Input prompt after rewind
|
|
1839
|
+
|
|
1840
|
+
## 0.9.10
|
|
1841
|
+
|
|
1842
|
+
### Patch Changes
|
|
1843
|
+
|
|
1844
|
+
- 🐛 FIX: Paste issues in Ghostty
|
|
1845
|
+
|
|
1846
|
+
## 0.9.9
|
|
1847
|
+
|
|
1848
|
+
### Patch Changes
|
|
1849
|
+
|
|
1850
|
+
- 👌 IMPROVE: Oauth login flow with API
|
|
1851
|
+
|
|
1852
|
+
## 0.9.8
|
|
1853
|
+
|
|
1854
|
+
### Patch Changes
|
|
1855
|
+
|
|
1856
|
+
- 9e3b693: 📦 NEW: Zero-copy CLI auth
|
|
1857
|
+
📦 NEW: Support for shift + enter in input
|
|
1858
|
+
🐛 FIX: Taste push --all prompt (#67)
|
|
1859
|
+
📦 NEW: terminal-setup command for VSCode
|
|
1860
|
+
🐛 FIX: Resolve triple-press issue and make Ctrl+D work like Ctrl+C
|
|
1861
|
+
- 📦 NEW: taste onboarding - learn taste in projects where you used Claude Code or Codex
|
|
1862
|
+
|
|
1863
|
+
## 0.9.7
|
|
1864
|
+
|
|
1865
|
+
### Patch Changes
|
|
1866
|
+
|
|
1867
|
+
- 📦 NEW: Zero-copy CLI auth
|
|
1868
|
+
- 📦 NEW: `shift + enter` VSCode support
|
|
1869
|
+
- 📦 NEW: up/down arrow history
|
|
1870
|
+
- 📦 NEW: --dangerously-skip-permissions flag
|
|
1871
|
+
- 📦 NEW: Double confirmation exit on ctrl+c/ctrl+d
|
|
1872
|
+
- 🐛 FIX: taste push --all prompt
|
|
1873
|
+
- 62162a8: 📦 NEW: Zero-copy CLI auth
|
|
1874
|
+
|
|
1875
|
+
## 0.9.7-rc.0
|
|
1876
|
+
|
|
1877
|
+
### Patch Changes
|
|
1878
|
+
|
|
1879
|
+
- 📦 NEW: Zero-copy CLI auth
|
|
1880
|
+
|
|
1881
|
+
## 0.9.6
|
|
1882
|
+
|
|
1883
|
+
### Patch Changes
|
|
1884
|
+
|
|
1885
|
+
- Revert "👌 IMPROVE: Input border highlights when typing"#75
|
|
1886
|
+
|
|
1887
|
+
## 0.9.5
|
|
1888
|
+
|
|
1889
|
+
### Patch Changes
|
|
1890
|
+
|
|
1891
|
+
- Fix todos display
|
|
1892
|
+
|
|
1893
|
+
## 0.9.4
|
|
1894
|
+
|
|
1895
|
+
### Patch Changes
|
|
1896
|
+
|
|
1897
|
+
- new glob tool and taste sync fix
|
|
1898
|
+
|
|
1899
|
+
## 0.9.3
|
|
1900
|
+
|
|
1901
|
+
### Patch Changes
|
|
1902
|
+
|
|
1903
|
+
- New /help menu and user message UI changes
|
|
1904
|
+
|
|
1905
|
+
## 0.9.2
|
|
1906
|
+
|
|
1907
|
+
### Patch Changes
|
|
1908
|
+
|
|
1909
|
+
- auth fixes for subagents
|
|
1910
|
+
|
|
1911
|
+
## 0.9.1
|
|
1912
|
+
|
|
1913
|
+
### Patch Changes
|
|
1914
|
+
|
|
1915
|
+
- auth fix
|
|
1916
|
+
|
|
1917
|
+
## 0.9.0
|
|
1918
|
+
|
|
1919
|
+
### Patch Changes
|
|
1920
|
+
|
|
1921
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - New animation for status bar
|
|
1922
|
+
|
|
1923
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Remove stale commands
|
|
1924
|
+
|
|
1925
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - 👌 IMPROVE: try new symobls
|
|
1926
|
+
|
|
1927
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - 🐛 FIX: Learn route
|
|
1928
|
+
|
|
1929
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - 👌 IMPROVE: cmd icon space and rlz patch script
|
|
1930
|
+
|
|
1931
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Bash mode and responsiveness
|
|
1932
|
+
|
|
1933
|
+
- [`62317de`](https://github.com/CommandCodeAI/commandcode/commit/62317de82754858cebddea33a70d098e04c38ca1) Thanks [@saqibameen](https://github.com/saqibameen)! - Checkpoints support
|
|
1934
|
+
|
|
1935
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improved thinking block
|
|
1936
|
+
|
|
1937
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - 👌 IMPROVE: Analytics
|
|
1938
|
+
|
|
1939
|
+
- [`22f0e64`](https://github.com/CommandCodeAI/commandcode/commit/22f0e64c3aadc0a964a16c96617b91fba580faa1) Thanks [@saqibameen](https://github.com/saqibameen)! - Add custom slash commands
|
|
1940
|
+
|
|
1941
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improve background processes handling
|
|
1942
|
+
|
|
1943
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Readme updates and shared common libs
|
|
1944
|
+
|
|
1945
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Added /provider command and improved dependencies
|
|
1946
|
+
|
|
1947
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improved taste and update ux
|
|
1948
|
+
|
|
1949
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Add whoami
|
|
1950
|
+
|
|
1951
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Update taste learning infra
|
|
1952
|
+
|
|
1953
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Fix autoupdate and improved error handling
|
|
1954
|
+
|
|
1955
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improved UX + Taste Learning
|
|
1956
|
+
|
|
1957
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improved diff view
|
|
1958
|
+
|
|
1959
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Memory support and fix bash tool
|
|
1960
|
+
|
|
1961
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - 🐛 FIX: width of cmd animation
|
|
1962
|
+
|
|
1963
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - 🐛 FIX: cmd icon with non-breaking space
|
|
1964
|
+
|
|
1965
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Add taste sync
|
|
1966
|
+
|
|
1967
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improved taste agent and permissions
|
|
1968
|
+
|
|
1969
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Fix Auto Updates
|
|
1970
|
+
|
|
1971
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Add remote sync for taste
|
|
1972
|
+
|
|
1973
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - New auto accept ux and tips
|
|
1974
|
+
|
|
1975
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Responsive ASCII art
|
|
1976
|
+
|
|
1977
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improved model selector
|
|
1978
|
+
|
|
1979
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improved learning agent permissions
|
|
1980
|
+
|
|
1981
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improved command code dependencies
|
|
1982
|
+
|
|
1983
|
+
- [`a687e5c`](https://github.com/CommandCodeAI/commandcode/commit/a687e5ce79ce8b37d81cc2866b2be9321fb5f2a2) Thanks [@saqibameen](https://github.com/saqibameen)! - add public taste support
|
|
1984
|
+
|
|
1985
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - 📦 NEW: symobols with same widths
|
|
1986
|
+
|
|
1987
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - 🐛 FIX: cmd icon flicker
|
|
1988
|
+
|
|
1989
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - 🐛 FIX: cmd icon flicker padding
|
|
1990
|
+
|
|
1991
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Add cmd update command
|
|
1992
|
+
|
|
1993
|
+
- [`ac238b0`](https://github.com/CommandCodeAI/commandcode/commit/ac238b047ef82887ca4cff914bc074a80022138a) Thanks [@asharirfan](https://github.com/asharirfan)! - 🐛 FIX: cmd taste push --all command
|
|
1994
|
+
|
|
1995
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Fix the re-render issues
|
|
1996
|
+
|
|
1997
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Add taste feed
|
|
1998
|
+
|
|
1999
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improve compact conversation
|
|
2000
|
+
|
|
2001
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - taste infra upgrade
|
|
2002
|
+
|
|
2003
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Better auth checks
|
|
2004
|
+
|
|
2005
|
+
- [`2e3817c`](https://github.com/CommandCodeAI/commandcode/commit/2e3817c63035e3da6dc82c911938bf04c7ed7cb9) Thanks [@asharirfan](https://github.com/asharirfan)! - 📦 NEW: Agent skills support
|
|
2006
|
+
|
|
2007
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improve permissions
|
|
2008
|
+
|
|
2009
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Taste feed ux improvements
|
|
2010
|
+
|
|
2011
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Fix auth issues
|
|
2012
|
+
|
|
2013
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Read tool formatting improved
|
|
2014
|
+
|
|
2015
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Enhanced user intentions understanding in taste
|
|
2016
|
+
|
|
2017
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Fix sync bugs
|
|
2018
|
+
|
|
2019
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improve provider notice
|
|
2020
|
+
|
|
2021
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Updated visuals for tools
|
|
2022
|
+
|
|
2023
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improved error messages for taste
|
|
2024
|
+
|
|
2025
|
+
- Distinct user message background and new active input styles
|
|
2026
|
+
|
|
2027
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - New taste header and improved ui for tips
|
|
2028
|
+
|
|
2029
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improved spacing between Provider and taste status
|
|
2030
|
+
|
|
2031
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - 🐛 FIX: cmd icon String.fromCharCode(160) spacing
|
|
2032
|
+
|
|
2033
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - TUI improvements
|
|
2034
|
+
|
|
2035
|
+
- [`c9b970c`](https://github.com/CommandCodeAI/commandcode/commit/c9b970c122696bdd12bb17da32925e0da68f30d3) Thanks [@saqibameen](https://github.com/saqibameen)! - Add public taste support to remote
|
|
2036
|
+
|
|
2037
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improve sync engine
|
|
2038
|
+
|
|
2039
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Custom slash commands
|
|
2040
|
+
|
|
2041
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improved file selector
|
|
2042
|
+
|
|
2043
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improved taste sync
|
|
2044
|
+
|
|
2045
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Fixed clear command
|
|
2046
|
+
|
|
2047
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improved auth
|
|
2048
|
+
|
|
2049
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - New logo added
|
|
2050
|
+
|
|
2051
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improve dx for model switcher
|
|
2052
|
+
|
|
2053
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Add support for opus 4.5
|
|
2054
|
+
|
|
2055
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improved logging for learning agent
|
|
2056
|
+
|
|
2057
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - new flags and ux changes
|
|
2058
|
+
|
|
2059
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Fix auth urls for different environments
|
|
2060
|
+
|
|
2061
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Alpha release
|
|
2062
|
+
|
|
2063
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Improved docs links
|
|
2064
|
+
|
|
2065
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Add taste open and lint commands
|
|
2066
|
+
|
|
2067
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - 👌 IMPROVE: Error handling and retries
|
|
2068
|
+
|
|
2069
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - API based auth and billing
|
|
2070
|
+
|
|
2071
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - prepare for beta release
|
|
2072
|
+
|
|
2073
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Updated links and improved tool calling
|
|
2074
|
+
|
|
2075
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Updated taste infra
|
|
2076
|
+
|
|
2077
|
+
- [`4fba702`](https://github.com/CommandCodeAI/commandcode/commit/4fba7024434245b55b4d16757d6d93cb66aafb4b) Thanks [@asharirfan](https://github.com/asharirfan)! - 🐛 FIX: cmd taste push all command
|
|
2078
|
+
|
|
2079
|
+
- [`6eb231d`](https://github.com/CommandCodeAI/commandcode/commit/6eb231db7ccd379a876dda5c231748dad3f25c42) Thanks [@saqibameen](https://github.com/saqibameen)! - Update billing link
|
|
2080
|
+
|
|
2081
|
+
## 0.0.4-beta.35
|
|
2082
|
+
|
|
2083
|
+
### Patch Changes
|
|
2084
|
+
|
|
2085
|
+
- Checkpoints support
|
|
2086
|
+
|
|
2087
|
+
## 0.0.4-beta.34
|
|
2088
|
+
|
|
2089
|
+
### Patch Changes
|
|
2090
|
+
|
|
2091
|
+
- 🐛 FIX: cmd taste push all command
|
|
2092
|
+
|
|
2093
|
+
## 0.0.4-beta.33
|
|
2094
|
+
|
|
2095
|
+
### Patch Changes
|
|
2096
|
+
|
|
2097
|
+
- 📦 NEW: Agent skills support
|
|
2098
|
+
|
|
2099
|
+
## 0.0.4-beta.32
|
|
2100
|
+
|
|
2101
|
+
### Patch Changes
|
|
2102
|
+
|
|
2103
|
+
- 🐛 FIX: cmd taste push --all command
|
|
2104
|
+
|
|
2105
|
+
## 0.0.4-beta.31
|
|
2106
|
+
|
|
2107
|
+
### Patch Changes
|
|
2108
|
+
|
|
2109
|
+
- Add custom slash commands
|
|
2110
|
+
|
|
2111
|
+
## 0.0.4-beta.30
|
|
2112
|
+
|
|
2113
|
+
### Patch Changes
|
|
2114
|
+
|
|
2115
|
+
- Add public taste support to remote
|
|
2116
|
+
|
|
2117
|
+
## 0.0.4-beta.29
|
|
2118
|
+
|
|
2119
|
+
### Patch Changes
|
|
2120
|
+
|
|
2121
|
+
- add public taste support
|
|
2122
|
+
|
|
2123
|
+
## 0.0.4-beta.28
|
|
2124
|
+
|
|
2125
|
+
### Patch Changes
|
|
2126
|
+
|
|
2127
|
+
- 👌 IMPROVE: Analytics
|
|
2128
|
+
|
|
2129
|
+
## 0.0.4-beta.27
|
|
2130
|
+
|
|
2131
|
+
### Patch Changes
|
|
2132
|
+
|
|
2133
|
+
- Add support for opus 4.5
|
|
2134
|
+
|
|
2135
|
+
## 0.0.4-beta.26
|
|
2136
|
+
|
|
2137
|
+
### Patch Changes
|
|
2138
|
+
|
|
2139
|
+
- 📦 NEW: symobols with same widths
|
|
2140
|
+
|
|
2141
|
+
## 0.0.4-beta.25
|
|
2142
|
+
|
|
2143
|
+
### Patch Changes
|
|
2144
|
+
|
|
2145
|
+
- 👌 IMPROVE: try new symobls
|
|
2146
|
+
|
|
2147
|
+
## 0.0.4-beta.24
|
|
2148
|
+
|
|
2149
|
+
### Patch Changes
|
|
2150
|
+
|
|
2151
|
+
- 👌 IMPROVE: cmd icon space and rlz patch script
|
|
2152
|
+
|
|
2153
|
+
## 0.0.4-beta.23
|
|
2154
|
+
|
|
2155
|
+
### Patch Changes
|
|
2156
|
+
|
|
2157
|
+
- 🐛 FIX: cmd icon String.fromCharCode(160) spacing
|
|
2158
|
+
|
|
2159
|
+
## 0.0.4-beta.22
|
|
2160
|
+
|
|
2161
|
+
### Patch Changes
|
|
2162
|
+
|
|
2163
|
+
- 🐛 FIX: cmd icon with non-breaking space
|
|
2164
|
+
|
|
2165
|
+
## 0.0.4-beta.21
|
|
2166
|
+
|
|
2167
|
+
### Patch Changes
|
|
2168
|
+
|
|
2169
|
+
- 🐛 FIX: cmd icon flicker padding
|
|
2170
|
+
|
|
2171
|
+
## 0.0.4-beta.20
|
|
2172
|
+
|
|
2173
|
+
### Patch Changes
|
|
2174
|
+
|
|
2175
|
+
- 🐛 FIX: cmd icon flicker
|
|
2176
|
+
|
|
2177
|
+
## 0.0.4-beta.19
|
|
2178
|
+
|
|
2179
|
+
### Patch Changes
|
|
2180
|
+
|
|
2181
|
+
- 🐛 FIX: width of cmd animation
|
|
2182
|
+
|
|
2183
|
+
## 0.0.4-beta.18
|
|
2184
|
+
|
|
2185
|
+
### Patch Changes
|
|
2186
|
+
|
|
2187
|
+
- New animation for status bar
|
|
2188
|
+
|
|
2189
|
+
## 0.0.4-beta.17
|
|
2190
|
+
|
|
2191
|
+
### Patch Changes
|
|
2192
|
+
|
|
2193
|
+
- Improve permissions
|
|
2194
|
+
|
|
2195
|
+
## 0.0.4-beta.16
|
|
2196
|
+
|
|
2197
|
+
### Patch Changes
|
|
2198
|
+
|
|
2199
|
+
- TUI improvements
|
|
2200
|
+
|
|
2201
|
+
## 0.0.4-beta.15
|
|
2202
|
+
|
|
2203
|
+
### Patch Changes
|
|
2204
|
+
|
|
2205
|
+
- Improve background processes handling
|
|
2206
|
+
|
|
2207
|
+
## 0.0.4-beta.14
|
|
2208
|
+
|
|
2209
|
+
### Patch Changes
|
|
2210
|
+
|
|
2211
|
+
- Fix the re-render issues
|
|
2212
|
+
|
|
2213
|
+
## 0.0.4-beta.13
|
|
2214
|
+
|
|
2215
|
+
### Patch Changes
|
|
2216
|
+
|
|
2217
|
+
- New taste header and improved ui for tips
|
|
2218
|
+
|
|
2219
|
+
## 0.0.4-beta.12
|
|
2220
|
+
|
|
2221
|
+
### Patch Changes
|
|
2222
|
+
|
|
2223
|
+
- Improved thinking block
|
|
2224
|
+
|
|
2225
|
+
## 0.0.4-beta.11
|
|
2226
|
+
|
|
2227
|
+
### Patch Changes
|
|
2228
|
+
|
|
2229
|
+
- Improved docs links
|
|
2230
|
+
|
|
2231
|
+
## 0.0.4-beta.10
|
|
2232
|
+
|
|
2233
|
+
### Patch Changes
|
|
2234
|
+
|
|
2235
|
+
- Improved file selector
|
|
2236
|
+
|
|
2237
|
+
## 0.0.4-beta.9
|
|
2238
|
+
|
|
2239
|
+
### Patch Changes
|
|
2240
|
+
|
|
2241
|
+
- Improve compact conversation
|
|
2242
|
+
|
|
2243
|
+
## 0.0.4-beta.8
|
|
2244
|
+
|
|
2245
|
+
### Patch Changes
|
|
2246
|
+
|
|
2247
|
+
- New auto accept ux and tips
|
|
2248
|
+
|
|
2249
|
+
## 0.0.4-beta.7
|
|
2250
|
+
|
|
2251
|
+
### Patch Changes
|
|
2252
|
+
|
|
2253
|
+
- Improved taste sync
|
|
2254
|
+
|
|
2255
|
+
## 0.0.4-beta.6
|
|
2256
|
+
|
|
2257
|
+
### Patch Changes
|
|
2258
|
+
|
|
2259
|
+
- Improved logging for learning agent
|
|
2260
|
+
|
|
2261
|
+
## 0.0.4-beta.5
|
|
2262
|
+
|
|
2263
|
+
### Patch Changes
|
|
2264
|
+
|
|
2265
|
+
- Improved diff view
|
|
2266
|
+
|
|
2267
|
+
## 0.0.4-beta.4
|
|
2268
|
+
|
|
2269
|
+
### Patch Changes
|
|
2270
|
+
|
|
2271
|
+
- New logo added
|
|
2272
|
+
|
|
2273
|
+
## 0.0.4-beta.3
|
|
2274
|
+
|
|
2275
|
+
### Patch Changes
|
|
2276
|
+
|
|
2277
|
+
- Fix Auto Updates
|
|
2278
|
+
|
|
2279
|
+
## 0.0.4-beta.2
|
|
2280
|
+
|
|
2281
|
+
### Patch Changes
|
|
2282
|
+
|
|
2283
|
+
- Remove stale commands
|
|
2284
|
+
|
|
2285
|
+
## 0.0.4-beta.1
|
|
2286
|
+
|
|
2287
|
+
### Patch Changes
|
|
2288
|
+
|
|
2289
|
+
- Updated links and improved tool calling
|
|
2290
|
+
|
|
2291
|
+
## 0.0.4-beta.0
|
|
2292
|
+
|
|
2293
|
+
### Patch Changes
|
|
2294
|
+
|
|
2295
|
+
- beta release
|
|
2296
|
+
|
|
2297
|
+
## 0.0.4-alpha.42
|
|
2298
|
+
|
|
2299
|
+
### Patch Changes
|
|
2300
|
+
|
|
2301
|
+
- Taste feed ux improvements
|
|
2302
|
+
|
|
2303
|
+
## 0.0.4-alpha.41
|
|
2304
|
+
|
|
2305
|
+
### Patch Changes
|
|
2306
|
+
|
|
2307
|
+
- Improved error messages for taste
|
|
2308
|
+
|
|
2309
|
+
## 0.0.4-alpha.40
|
|
2310
|
+
|
|
2311
|
+
### Patch Changes
|
|
2312
|
+
|
|
2313
|
+
- Add remote sync for taste
|
|
2314
|
+
|
|
2315
|
+
## 0.0.4-alpha.39
|
|
2316
|
+
|
|
2317
|
+
### Patch Changes
|
|
2318
|
+
|
|
2319
|
+
- Improve sync engine
|
|
2320
|
+
|
|
2321
|
+
## 0.0.4-alpha.38
|
|
2322
|
+
|
|
2323
|
+
### Patch Changes
|
|
2324
|
+
|
|
2325
|
+
- Fix sync bugs
|
|
2326
|
+
|
|
2327
|
+
## 0.0.4-alpha.37
|
|
2328
|
+
|
|
2329
|
+
### Patch Changes
|
|
2330
|
+
|
|
2331
|
+
- Improved auth
|
|
2332
|
+
|
|
2333
|
+
## 0.0.4-alpha.36
|
|
2334
|
+
|
|
2335
|
+
### Patch Changes
|
|
2336
|
+
|
|
2337
|
+
- Add cmd update command
|
|
2338
|
+
|
|
2339
|
+
## 0.0.4-alpha.35
|
|
2340
|
+
|
|
2341
|
+
### Patch Changes
|
|
2342
|
+
|
|
2343
|
+
- Improved model selector
|
|
2344
|
+
|
|
2345
|
+
## 0.0.4-alpha.34
|
|
2346
|
+
|
|
2347
|
+
### Patch Changes
|
|
2348
|
+
|
|
2349
|
+
- Improved learning agent permissions
|
|
2350
|
+
|
|
2351
|
+
## 0.0.4-alpha.33
|
|
2352
|
+
|
|
2353
|
+
### Patch Changes
|
|
2354
|
+
|
|
2355
|
+
- Add taste open and lint commands
|
|
2356
|
+
|
|
2357
|
+
## 0.0.4-alpha.32
|
|
2358
|
+
|
|
2359
|
+
### Patch Changes
|
|
2360
|
+
|
|
2361
|
+
- Improve provider notice
|
|
2362
|
+
|
|
2363
|
+
## 0.0.4-alpha.31
|
|
2364
|
+
|
|
2365
|
+
### Patch Changes
|
|
2366
|
+
|
|
2367
|
+
- Improve dx for model switcher
|
|
2368
|
+
|
|
2369
|
+
## 0.0.4-alpha.30
|
|
2370
|
+
|
|
2371
|
+
### Patch Changes
|
|
2372
|
+
|
|
2373
|
+
- Improved taste agent and permissions
|
|
2374
|
+
|
|
2375
|
+
## 0.0.4-alpha.29
|
|
2376
|
+
|
|
2377
|
+
### Patch Changes
|
|
2378
|
+
|
|
2379
|
+
- Add taste sync
|
|
2380
|
+
|
|
2381
|
+
## 0.0.4-alpha.28
|
|
2382
|
+
|
|
2383
|
+
### Patch Changes
|
|
2384
|
+
|
|
2385
|
+
- Enhanced user intentions understanding in taste
|
|
2386
|
+
|
|
2387
|
+
## 0.0.4-alpha.27
|
|
2388
|
+
|
|
2389
|
+
### Patch Changes
|
|
2390
|
+
|
|
2391
|
+
- Improved taste and update ux
|
|
2392
|
+
|
|
2393
|
+
## 0.0.4-alpha.26
|
|
2394
|
+
|
|
2395
|
+
### Patch Changes
|
|
2396
|
+
|
|
2397
|
+
- Add taste feed
|
|
2398
|
+
|
|
2399
|
+
## 0.0.4-alpha.25
|
|
2400
|
+
|
|
2401
|
+
### Patch Changes
|
|
2402
|
+
|
|
2403
|
+
- Update billing link
|
|
2404
|
+
|
|
2405
|
+
## 0.0.4-alpha.24
|
|
2406
|
+
|
|
2407
|
+
### Patch Changes
|
|
2408
|
+
|
|
2409
|
+
- Improved UX + Taste Learning
|
|
2410
|
+
|
|
2411
|
+
## 0.0.4-alpha.23
|
|
2412
|
+
|
|
2413
|
+
### Patch Changes
|
|
2414
|
+
|
|
2415
|
+
- Updated visuals for tools
|
|
2416
|
+
|
|
2417
|
+
## 0.0.4-alpha.22
|
|
2418
|
+
|
|
2419
|
+
### Patch Changes
|
|
2420
|
+
|
|
2421
|
+
- Add whoami
|
|
2422
|
+
|
|
2423
|
+
## 0.0.4-alpha.21
|
|
2424
|
+
|
|
2425
|
+
### Patch Changes
|
|
2426
|
+
|
|
2427
|
+
- Fix auth issues
|
|
2428
|
+
|
|
2429
|
+
## 0.0.4-alpha.20
|
|
2430
|
+
|
|
2431
|
+
### Patch Changes
|
|
2432
|
+
|
|
2433
|
+
- 🐛 FIX: Learn route
|
|
2434
|
+
|
|
2435
|
+
## 0.0.4-alpha.19
|
|
2436
|
+
|
|
2437
|
+
### Patch Changes
|
|
2438
|
+
|
|
2439
|
+
- Update taste learning infra
|
|
2440
|
+
|
|
2441
|
+
## 0.0.4-alpha.17
|
|
2442
|
+
|
|
2443
|
+
### Patch Changes
|
|
2444
|
+
|
|
2445
|
+
- Memory support and fix bash tool
|
|
2446
|
+
|
|
2447
|
+
## 0.0.4-alpha.16
|
|
2448
|
+
|
|
2449
|
+
### Patch Changes
|
|
2450
|
+
|
|
2451
|
+
- new flags and ux changes
|
|
2452
|
+
|
|
2453
|
+
## 0.0.4-alpha.15
|
|
2454
|
+
|
|
2455
|
+
### Patch Changes
|
|
2456
|
+
|
|
2457
|
+
- Updated taste infra
|
|
2458
|
+
|
|
2459
|
+
## 0.0.4-alpha.14
|
|
2460
|
+
|
|
2461
|
+
### Patch Changes
|
|
2462
|
+
|
|
2463
|
+
- Custom slash commands
|
|
2464
|
+
|
|
2465
|
+
## 0.0.4-alpha.13
|
|
2466
|
+
|
|
2467
|
+
### Patch Changes
|
|
2468
|
+
|
|
2469
|
+
- Fixed clear command
|
|
2470
|
+
|
|
2471
|
+
## 0.0.4-alpha.12
|
|
2472
|
+
|
|
2473
|
+
### Patch Changes
|
|
2474
|
+
|
|
2475
|
+
- taste infra upgrade
|
|
2476
|
+
|
|
2477
|
+
## 0.0.4-alpha.11
|
|
2478
|
+
|
|
2479
|
+
### Patch Changes
|
|
2480
|
+
|
|
2481
|
+
- Improved spacing between Provider and taste status
|
|
2482
|
+
|
|
2483
|
+
## 0.0.4-alpha.10
|
|
2484
|
+
|
|
2485
|
+
### Patch Changes
|
|
2486
|
+
|
|
2487
|
+
- Responsive ASCII art
|
|
2488
|
+
|
|
2489
|
+
## 0.0.4-alpha.9
|
|
2490
|
+
|
|
2491
|
+
### Patch Changes
|
|
2492
|
+
|
|
2493
|
+
- Improved command code dependencies
|
|
2494
|
+
|
|
2495
|
+
## 0.0.4-alpha.8
|
|
2496
|
+
|
|
2497
|
+
### Patch Changes
|
|
2498
|
+
|
|
2499
|
+
- Added /provider command and improved dependencies
|
|
2500
|
+
|
|
2501
|
+
## 0.0.4-alpha.7
|
|
2502
|
+
|
|
2503
|
+
### Patch Changes
|
|
2504
|
+
|
|
2505
|
+
- Fix auth urls for different environments
|
|
2506
|
+
|
|
2507
|
+
## 0.0.4-alpha.6
|
|
2508
|
+
|
|
2509
|
+
### Patch Changes
|
|
2510
|
+
|
|
2511
|
+
- Fix autoupdate and improved error handling
|
|
2512
|
+
|
|
2513
|
+
## 0.0.4-alpha.5
|
|
2514
|
+
|
|
2515
|
+
### Patch Changes
|
|
2516
|
+
|
|
2517
|
+
- API based auth and billing
|
|
2518
|
+
|
|
2519
|
+
## 0.0.4-alpha.4
|
|
2520
|
+
|
|
2521
|
+
### Patch Changes
|
|
2522
|
+
|
|
2523
|
+
- Bash mode and responsiveness
|
|
2524
|
+
|
|
2525
|
+
## 0.0.4-alpha.3
|
|
2526
|
+
|
|
2527
|
+
### Patch Changes
|
|
2528
|
+
|
|
2529
|
+
- Better auth checks
|
|
2530
|
+
|
|
2531
|
+
## 0.0.4-alpha.2
|
|
2532
|
+
|
|
2533
|
+
### Patch Changes
|
|
2534
|
+
|
|
2535
|
+
- Readme updates and shared common libs
|
|
2536
|
+
|
|
2537
|
+
## 0.0.4-alpha.1
|
|
2538
|
+
|
|
2539
|
+
### Patch Changes
|
|
2540
|
+
|
|
2541
|
+
- Read tool formatting improved
|
|
2542
|
+
|
|
2543
|
+
## 0.0.4-alpha.0
|
|
2544
|
+
|
|
2545
|
+
### Patch Changes
|
|
2546
|
+
|
|
2547
|
+
- Alpha release
|