omo-suites 1.13.0 → 1.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,319 +1,8 @@
1
- # Changelog
2
-
3
- All notable changes to OMO Suites will be documented in this file.
4
-
5
- Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
- This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## [1.13.0] - 2026-03-26
9
-
10
- ### Added
11
- - `omocs session list|search|show|diff` — browse, search, and inspect OpenCode sessions
12
- - `omocs worktree create|list|remove|prune` — git worktree management for task isolation
13
- - `omocs squad launch|status|kill|clean` — launch and manage parallel OpenCode agents via tmux
14
- - `omocs template save|load|list|delete|export` — save, load, and share config templates
15
- - `omocs fallback show|add|remove` — view and edit model fallback chains
16
- - `omocs watch start|generate` — auto-regenerate AGENTS.md on project structure changes
17
- - `omocs marketplace search|install|uninstall|installed|publish` — community plugin registry
18
- - All 7 commands close feature gaps identified in competitor analysis (Claude Squad, ccmanager, agent-session-manager, nca)
19
-
20
- ## [1.12.0] - 2026-03-26
21
-
22
- ### Added
23
- - `omocs compact config` — scan and clean stale config entries (duplicate plugins, empty MCP servers, stale provider keys)
24
- - `omocs compact memory` — trim old workspace memory notes with archiving (--keep, --older-than)
25
- - `omocs compact index` — clean up orphaned workspace indexes for non-existent workspaces
26
- - `omocs compact stats` — trim old stats data with archiving (--keep-days)
27
- - `omocs compact all` — run all compact operations with combined summary
28
- - All compact subcommands default to dry-run; use `--fix` to apply changes
29
- - Automatic backup before any destructive operation
30
-
31
- ## [1.11.0] - 2026-03-25
32
-
33
- ### Added
34
- - `omocs memory list|add|search|remove` — Workspace Memory Notes
35
- - Workspace-scoped persistent notes stored in `~/.omocs/memory/`
36
- - Supports fuzzy search and global notes via `--global`
37
- - `omocs completion <shell>` — Shell Completions
38
- - Generates completion scripts for bash, zsh, and fish
39
- - Includes subcommands and flags
40
- - Enhanced `omocs doctor`
41
- - Added checks for Provider endpoint ping, Config file validity, oh-my-opencode installation, Skills directory, and Disk space
42
- - `omocs index build|show|clean` — Workspace Index
43
- - Scans workspace to build a cacheable JSON index
44
- - Detects tech stack, entry points, and key files
45
- - Respects `.gitignore` and skips noisy directories
46
-
47
- ## [1.10.0] - 2026-03-25
48
-
49
- ### Added
50
- - `omocs init-deep [path]` — Auto-generate hierarchical AGENTS.md files per significant folder
51
- - Scans project structure recursively, infers folder purpose, tech stack, naming conventions
52
- - Generates root AGENTS.md with project overview + per-folder AGENTS.md for significant dirs
53
- - Supports `--depth <n>` (default: 3) and `--dry-run` to preview
54
- - Skips node_modules, .git, dist, build, .next, __pycache__, etc.
55
- - `omocs plan` — Prometheus-style interview planner for structured planning before coding
56
- - Interactive mode asks 5 structured questions (goal, files, constraints, no-change, definition of done)
57
- - Generates structured plan markdown: `.opencode/plans/plan-YYYY-MM-DD-HHmm.md`
58
- - Supports `--output <path>` and `--non-interactive` for template generation
59
- - `omocs cost [profile]` — Profile cost calculator with model pricing estimates
60
- - Shows per-agent cost breakdown (per invocation, per hour, per day)
61
- - Supports `--compare <profile>` for side-by-side profile cost comparison
62
- - Supports `--hours <n>` for custom workday projection (default: 8)
63
- - Includes pricing for Claude Opus 4.6, Sonnet 4.6, GPT-5.3/5.4, Gemini 3.1 Pro, Kimi K2.5, DeepSeek
64
- - `omocs stats --dashboard` — Agent analytics dashboard with TUI bar charts
65
- - Bar chart visualization for agent usage, token consumption, response times
66
- - Aggregated stats stored in `~/.omocs/stats.json`
67
- - Supports `--last <n>` to limit agents shown and `--sync` to import session data
68
- - Enhanced existing stats command with daily token usage bar charts
69
- - `omocs check` — Comment quality checker for AI-generated code patterns
70
- - Detects: obvious/redundant comments, vague TODOs, AI attribution, unexplained eslint-disable, @ts-ignore, commented-out code
71
- - Reports findings with file:line references grouped by severity (high/medium/low)
72
- - Supports `--fix` to auto-remove fixable AI slop comments
73
- - Supports `--path <dir>` and `--severity <level>` filters
74
- - Plugin tools: `omocs_init_deep` and `omocs_check` registered as OpenCode plugin tools
75
- - System prompt injection updated with init-deep and check tool references
76
-
77
- ## [1.9.2] - 2026-03-25
78
-
79
- ### Added
80
- - `omocs export [filename]` — export all config to single JSON file
81
- - `omocs import <filename>` — import config with confirmation (supports --force)
82
- - `omocs diff <profile1> <profile2>` — side-by-side profile comparison with color-coded output
83
- - `omocs benchmark [prompt]` — compare response time across models (supports --models, --timeout)
84
- - `omocs mcp status` — MCP server health check with green/red status indicators
85
- - `omocs init --quick` — quick setup with auto-detection from env vars
86
- - Missing 67th task category: risk-management → agency-project-shepherd
87
-
88
- ### Fixed
89
- - LSP glob detection bug — CSS, HTML, JSON, YAML, SQL, Markdown LSPs now detectable
90
- - Async/sync mismatch in config.ts
91
- - Stale PLUGIN_VERSION fallback
92
- - README updated to 28 agents, 67 task categories
93
-
94
- ### Changed
95
- - API key encryption using AES-256-GCM (keys encrypted before storing in config)
96
- - Deduplicated `findPackageJson()` into single utility
97
- - Atomic config writes (write to temp file, rename — prevents corruption)
98
- - Improved error messages with contextual help suggestions
99
- - Moved `better-sqlite3` to optionalDependencies
100
- - CLI startup optimization (skip update check for --help/--version)
101
-
102
- ## [1.9.1] - 2026-03-25
103
-
104
- ### Added
105
- - 13 new Agency agents (from github.com/msitarzewski/agency-agents): security-engineer, devops-automator, mobile-app-builder, ai-engineer, rapid-prototyper, accessibility-auditor, performance-benchmarker, api-tester, brand-guardian, content-creator, growth-hacker, ux-researcher, project-shepherd
106
- - Agent system prompt markdown files for all 13 new agents
107
- - Total agents expanded from 15 → 28, task categories from 32 → 67
108
-
109
- ### Changed
110
- - Plugin agent list header updated to reflect 28 agents, 67 task categories
111
- - `omocs_categories` tool description updated to 67 categories
112
-
113
- ## [1.9.0] - 2026-03-07
114
-
115
- ### Added
116
- - **`omocs status` command** — shows current provider info, API key (masked), default model, and config path
117
- - 1mr.tech token balance fetching in `omocs status` (tokens remaining, tokens used, key status)
118
- - **1mr.tech provider support in `omocs init`** (Step 5) — prompt for API key, validate via `GET /v1/usage`, select model
119
- - Auto-generates `opencode.json` and `oh-my-opencode.json` with 1mr.tech config
120
- - Graceful fallback when 1mr.tech API is unreachable (skip validation with warning)
121
-
122
- ### Changed
123
- - **Launchboard rewritten to pull from OpenCode API** — removed SQLite/Drizzle dependency entirely, backend now proxies to OpenCode API (default `localhost:1337`)
124
- - New Launchboard routes: `/api/sessions`, `/api/board` (aggregated kanban)
125
- - Launchboard kanban board shows todo status columns: Pending → In Progress → Completed → Cancelled
126
- - Todo cards show content, priority badge, parent session; sidebar lists sessions with todo counts
127
- - Auto-refresh every 30 seconds; graceful "No OpenCode detected" screen when API unreachable
128
- - `OPENCODE_API_URL` env var for Launchboard configuration
129
- - **Launchboard auto-update system** — git + npm dual-mode auto-update with 5-minute cache, `/api/update` endpoint for status/trigger
130
-
131
- ### Removed
132
- - Launchboard local database (`db/`, `drizzle.config`, `setup.sh`)
133
- - Launchboard MCP server, stats/rules pages, drag-and-drop (now read-only board)
134
- - Launchboard `columns`, `labels`, `tasks`, `workspaces`, `stats`, `rules` routes
135
-
136
- ## [1.8.0] - 2026-03-07
137
-
138
- ### Added
139
- - Auto-update check when OpenCode starts (plugin load) — checks npm, auto-installs if newer version available
140
- - Shares same 5-min cache as CLI auto-update to avoid duplicate checks
141
-
142
- ## [1.7.9] - 2026-03-07
143
-
144
- ### Fixed
145
- - CLI doctor now checks opencode.json (was .opencode.json) and oh-my-opencode.json
146
- - Both CLI and TUI doctor views are now consistent
147
-
148
- ## [1.7.8] - 2026-03-07
149
-
150
- ### Fixed
151
- - Auto-update re-exec fails on Windows when node path contains spaces (e.g. C:\Program Files\...)
152
- - Properly quote process.argv[0] and args with spaces
153
-
154
- ## [1.7.7] - 2026-03-07
155
-
156
- ### Fixed
157
- - Launchboard start now works on Windows — replaced `bash setup.sh` with cross-platform TypeScript logic
158
- - Deps install, DB setup, and process management all work without bash
159
-
160
- ## [1.7.6] - 2026-03-07
161
-
162
- ### Fixed
163
- - Config detection now checks `opencode.json`, `.opencode/opencode.json`, and `~/.config/opencode/opencode.json` (was only checking `.opencode.json`)
164
- - Doctor now also checks for `oh-my-opencode.json`
165
-
166
- ## [1.7.5] - 2026-03-07
167
-
168
- ### Added
169
- - `omo` command alias — both `omo` and `omocs` now work
170
-
171
- ## [1.7.4] - 2026-03-07
172
-
173
- ### Fixed
174
- - Sidebar width increased from 14 to 18 chars — Launchboard text no longer breaks box drawing
175
-
176
- ## [1.7.3] - 2026-03-07
177
-
178
- ### Fixed
179
- - TUI dashboard now shows correct version (was hardcoded 1.2.0/1.1.0)
180
- - Version resolution walks up directories to find package.json in all install contexts
181
-
182
- ## [1.7.2] - 2026-03-07
183
-
184
- ### Fixed
185
- - **Launchboard auto-downloads from GitHub when not bundled** — npm installs no longer skip Launchboard with "not found"
186
- - When `packages/launchboard/` is missing (npm install), auto-clones from GitHub to `~/.omocs/launchboard/`
187
- - Persistent location (`~/.omocs/launchboard/`) survives npm updates — only downloads once
188
- - Both `omocs init` (Step 4) and `omocs launchboard setup/start` now use shared resolver
189
- - Cross-platform support: works on Windows, macOS, and Linux
190
- - Clear error message when git is not installed
191
-
192
- ## [1.7.1] - 2026-03-07
193
-
194
- ### Fixed
195
- - Show version in CLI banner ("OMO Suites v1.7.1 — CLI toolkit for OpenCode power users")
196
- - Fixed typo: OMOC → OMO in banner tagline
197
-
198
- ## [1.7.0] - 2026-03-07
199
-
200
- ### Changed
201
- - **Rewrote `omocs init` Step 6 to use oh-my-opencode subscription-based flow** — replaces manual API key entry
202
- - Provider authentication now asks about subscriptions (Claude Pro/Max, ChatGPT Plus, Gemini, GitHub Copilot, OpenCode Zen, Z.ai Coding Plan)
203
- - Runs `oh-my-opencode install --no-tui` with appropriate flags based on user answers
204
- - For Gemini: auto-registers `opencode-antigravity-auth@latest` plugin in opencode.json
205
- - Claude flag supports `--claude=yes|no|max20` based on max20 mode selection
206
-
207
- ### Removed
208
- - **Master Password step** — no longer needed since API keys aren't stored locally
209
- - **Manual API key collection** — replaced by subscription-based oh-my-opencode installer
210
- - `PROVIDERS` array and `AUTH_PLUGINS` array from init command
211
- - `encrypt()` / `hashPassword()` imports from init command
212
- - `accounts` and `masterPasswordHash` from saved config
213
-
214
- ### Fixed
215
- - Steps renumbered: 9 steps total (was 10). Step 5 = Provider Authentication, Step 6 = Profile, Step 7 = Detection, Step 8 = MCP, Step 9 = Save
216
-
217
- ## [1.6.0] - 2026-03-07
218
-
219
- ### Added
220
- - **Auth plugin support in `omocs init`** — authenticate via OAuth/CLI login instead of pasting API keys
221
- - Auth plugins offered first (recommended), manual API keys offered second
222
- - Supported auth plugins: Antigravity (Google DeepMind), OpenAI Codex
223
- - Auth plugins auto-installed via `npm install -g` with spinner and error handling
224
- - Auth plugins auto-registered in `opencode.json` plugin array
225
- - Summary box shows both auth plugins and manual API keys configured
226
-
227
- ## [1.5.4] - 2026-03-07
228
-
229
- ### Added
230
- - Auto-update on every CLI run — checks npm for new version, updates automatically
231
- - 5-minute cooldown between checks to avoid spamming npm registry
232
- - Disable with `OMOCS_NO_UPDATE=1` env var
233
-
234
- ## [1.5.3] - 2026-03-07
235
-
236
- ### Fixed
237
- - `omocs doctor` now detects installed tools on Windows (was using `which` instead of `where`)
238
-
239
- ## [1.5.2] - 2026-03-07
240
-
241
- ### Fixed
242
- - **Node.js compatibility** — replaced all Bun-specific APIs (`Bun.file()`, `Bun.write()`, `Bun.spawn()`) with Node.js `fs` and `child_process` equivalents
243
- - `Bun is not defined` errors when running via `npm i -g` on systems without Bun
244
- - `bun:sqlite` replaced with `better-sqlite3` for cross-runtime SQLite support
245
- - All 10 source files updated: config.ts, store.ts, opencode.ts, profile.ts, stats.ts, agents.ts, detect.ts, shell.ts, tui/views/stats.ts, tui/commands.ts
246
-
247
- ## [1.5.1] - 2026-03-07
248
-
249
- ### Fixed
250
- - Repository URL in package.json (corrected to `omo-suites-installer`)
251
-
252
- ## [1.5.0] - 2026-03-07
253
-
254
- ### Added
255
- - `omocs init` auto-installs oh-my-opencode
256
- - `omocs init` registers OMO Suites + oh-my-opencode as OpenCode plugins
257
- - `omocs init` optionally sets up Launchboard (Kanban board)
258
- - One command setup: OpenCode → oh-my-opencode → OMO Suites → Launchboard
259
- - Helper functions: `findOpencodeConfig()`, `checkOhMyOpenCode()` in opencode.ts
260
- - **Published to npm as `omo-suites`** — install via `npm install -g omo-suites`
261
- - Node.js compatibility — CLI compiled to JS, works without Bun
262
- - `build:all` and `prepublishOnly` scripts for npm publishing
263
- - `engines` field requiring Node.js >= 18
264
-
265
- ## [1.4.0] - 2026-03-07
266
-
267
- ### Added
268
- - Launchboard included as monorepo package (`packages/launchboard/`)
269
- - CLI commands: `omocs launchboard setup|start|status`
270
- - CLI alias: `omocs lb` (shorthand)
271
- - TUI dashboard: Launchboard view with status and quick actions
272
- - Workspace support via `"workspaces": ["packages/*"]`
273
- - One install gets everything: OMO Suites + Launchboard
274
-
275
- ## [1.3.0] - 2026-03-07
276
-
277
- ### Added
278
- - Launchboard integration — 4 new plugin tools (omocs_task_list, omocs_task_create, omocs_task_update, omocs_task_move)
279
- - Launchboard data helpers (`src/data/launchboard.ts`)
280
- - System prompt injection updated to advertise Launchboard tools
281
-
282
- ## [1.2.0] - 2026-03-06
283
-
284
- ### Added
285
- - Versioning system — single source of truth from `package.json`
286
- - Dynamic version display in CLI (`--version`), TUI header, and plugin load log
287
- - `CHANGELOG.md` with full release history
288
-
289
- ## [1.1.0] - 2026-03-06
290
-
291
- ### Added
292
- - Interactive TUI Dashboard with split-pane layout (`omocs` with no args)
293
- - 16 slash commands (`/help`, `/profile`, `/agent`, `/mcp`, `/lsp`, `/stats`, etc.)
294
- - OpenCode plugin via `@opencode-ai/plugin` API (12 tools)
295
- - 13 profiles with 4 scope types (all, lead, mixed, economy)
296
- - 15 agents synced to oh-my-opencode v3.8.4
297
- - 32 task category routing with `getAgentForCategory()`
298
- - System prompt injection via `experimental.chat.system.transform`
299
- - Agent-friendly installation guide (`docs/installation.md`)
300
- - Docs split: `docs/profiles.md`, `docs/agents.md`, `docs/mcp.md`, `docs/lsp.md`, `docs/plugin.md`, `docs/cli.md`
301
-
302
- ### Changed
303
- - README simplified to landing page
304
- - Agent renames: Explorer→explore, FrontendSpecialist→frontend-ui-ux-engineer, DevOpsEngineer→devrel
305
- - Models updated to Opus 4.6, Sonnet 4.6, GPT-5.3 Codex, Gemini 3.1 Pro High
306
-
307
- ### Removed
308
- - OCS comparison table from README
309
-
310
- ## [1.0.0] - 2026-03-05
1
+ ---
2
+ # OMO Suites Changelog
311
3
 
4
+ ## Unreleased
312
5
  ### Added
313
- - Initial release
314
- - CLI toolkit with `commander` profile, agent, MCP, LSP management
315
- - 6 modules: account, profile, agent, LSP, MCP, stats
316
- - Multi-account support
317
- - Config management (read/write `oh-my-opencode.json` + `opencode.json`)
318
- - Doctor diagnostic command
319
- - Bun-first runtime
6
+ - Setup Vitest foundation for unit and smoke testing
7
+ - Structured logging option via `src/utils/logger/index.ts` with auto rotation (`OMOCS_NO_LOGS` to disable)
8
+ # omocs bootstrap