Skip to content

Commit 77d213e

Browse files
committed
updates: task and login text
1 parent b945f3a commit 77d213e

2 files changed

Lines changed: 15 additions & 10 deletions

File tree

src/pages/Login.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ export function LoginPage() {
402402
<p
403403
className={`mt-3 text-sm sm:text-base leading-relaxed ${isDark ? "text-zinc-300" : "text-[#1a1a1a]"}`}
404404
>
405-
Cloud-synced dashboards that track session activity, tool usage,
406-
and token spend. Build eval datasets across projects.
405+
Cloud dashboards that sync session activity, tool usage, and
406+
token spend. Build and export eval datasets across projects.
407407
</p>
408408

409409
{/* Feature list - colors from VSCode TypeScript theme */}

task.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)