@@ -7,6 +7,12 @@ OpenSync supports two AI coding tools: **OpenCode** and **Claude Code**.
77## Active Tasks
88
99- [ ] (add next task here)
10+ - [ ] fix write conflics
11+ - [ ] add cursor cli plugin
12+ - [ ] add one click deploy
13+ - [ ] update dashboard udpates
14+ - [ ] add export evales
15+ - [ ] worksos domain
1016
1117## Recently Completed (Stats Page Disabled)
1218
@@ -121,7 +127,7 @@ OpenSync supports two AI coding tools: **OpenCode** and **Claude Code**.
121127 - Updated preview container with correct aspect ratio (9/16)
122128- [x] Increased font sizes across all 10 wrapped templates
123129 - Headlines: text-5xl to text-8xl
124- - Stats numbers: text-4xl to text-7xl
130+ - Stats numbers: text-4xl to text-7xl
125131 - Labels: text-lg to text-2xl
126132 - All templates redesigned for vertical portrait layout
127133- [x] Removed share buttons from Wrapped view
@@ -276,7 +282,7 @@ OpenSync supports two AI coding tools: **OpenCode** and **Claude Code**.
276282- [x] README and documentation
277283- [x] opencode-sync-plugin published to npm ([ npmjs.com/package/opencode-sync-plugin] ( https://www.npmjs.com/package/opencode-sync-plugin ) )
278284- [x] Fixed Netlify build errors (vite-env.d.ts, @types/node , tsconfig types)
279- - [x] Fixed Netlify SPA routing 404 errors (_ redirects, netlify.toml)
285+ - [x] Fixed Netlify SPA routing 404 errors (\ _ redirects, netlify.toml)
280286- [x] Added 404 catch-all route and WorkOS auth sync detection
281287- [x] GET /sync/sessions/list endpoint for listing session external IDs (used by sync CLI --all)
282288- [x] Dashboard redesign with Overview, Sessions, Analytics views
@@ -524,7 +530,6 @@ None currently.
524530
525531### High Priority (Core)
526532
527-
528533- [x] Source filtering in session list (OpenCode / Claude Code / All)
529534
530535### Medium Priority (Sync for Evals)
@@ -583,11 +588,11 @@ Deferred. See [PRD-FEATURES.md](docs/PRD-FEATURES.md).
583588
584589## Plugin Repos
585590
586- | Repo | Purpose | Language | Auth | Status |
587- | ------| ---------| ----------| ------| --------|
588- | [ opencode-sync-plugin] ( https://www.npmjs.com/package/opencode-sync-plugin ) | npm package for OpenCode CLI | TypeScript | API Key (osk _ * ) | Published |
589- | [ claude-code-sync] ( https://www.npmjs.com/package/claude-code-sync ) | npm package for Claude Code | TypeScript | API Key (osk _ * ) | Published |
590- | [ codex-sync] ( https://www.npmjs.com/package/codex-sync ) | npm package for Codex CLI | TypeScript | API Key (osk _ * ) | Published |
591+ | Repo | Purpose | Language | Auth | Status |
592+ | -------------------------------------------------------------------------- | ---------------------------- | ---------- | ----------------- | --------- |
593+ | [ opencode-sync-plugin] ( https://www.npmjs.com/package/opencode-sync-plugin ) | npm package for OpenCode CLI | TypeScript | API Key (osk \_\ * ) | Published |
594+ | [ claude-code-sync] ( https://www.npmjs.com/package/claude-code-sync ) | npm package for Claude Code | TypeScript | API Key (osk \_\ * ) | Published |
595+ | [ codex-sync] ( https://www.npmjs.com/package/codex-sync ) | npm package for Codex CLI | TypeScript | API Key (osk \_\ * ) | Published |
591596
592597## Notes
593598
0 commit comments