opencode/packages/cli
Dax Raad 11bf8d8a42 refactor(cli): simplify updater, remove cache and confirmation
- Remove the 24h disk cache (State, readState/writeState, checkInterval)
  that served stale latest versions within the TTL window
- Remove file lock (Flock) and confirmation prompt (Prompt/Terminal)
- Every check now hits the npm registry directly
- Updates always auto-install on any version mismatch within the same
  major, including rollbacks where the registry version is lower
- Drop the interactive option from check() and the confirm/declined/
  dismissed action concepts
2026-06-27 20:52:03 -04:00
..
bin feat(tui): add v2 terminal interface 2026-06-26 14:38:25 -04:00
script fix(cli): publish scoped package 2026-06-26 21:01:10 -04:00
src refactor(cli): simplify updater, remove cache and confirmation 2026-06-27 20:52:03 -04:00
test fix: stabilize v2 runtime behavior 2026-06-26 20:56:36 -04:00
AGENTS.md feat(cli): use installation version and document API debugging 2026-06-27 13:18:22 -04:00
bunfig.toml refactor(server): canonicalize service API (#31049) 2026-06-07 03:27:28 +00:00
package.json feat(cli): add self-update service 2026-06-27 00:51:45 -04:00
sst-env.d.ts go: minimax m3 2026-05-31 15:20:55 -04:00
tsconfig.json refactor(server): canonicalize service API (#31049) 2026-06-07 03:27:28 +00:00