Mark
ca8ac9fda1
Revert "Merge kumar workspaces to design branch"
...
This reverts commit bf4445115b911fa7831e6a35f7d0114154bb58ec, reversing
changes made to face53f2341417e339c02d5d7d4c412b961f87f6.
2026-02-20 12:45:42 -08:00
Mark
bf4445115b
Merge kumar workspaces to design branch
2026-02-20 12:04:56 -08:00
kumarabhirup
161c329214
skills: document triple-alignment rule and fix workspace path refs in Dench
2026-02-20 00:43:10 -08:00
kumarabhirup
d422c5a540
web: wire up HTML/spreadsheet viewers and use push navigation
2026-02-20 00:43:03 -08:00
kumarabhirup
88d10ab800
web: add spreadsheet viewer with xlsx parsing support
2026-02-20 00:42:58 -08:00
kumarabhirup
436a07c3c8
web: add HTML viewer with rendered preview and code modes
2026-02-20 00:42:49 -08:00
kumarabhirup
8a0520d7bd
web: add symlink support and hidden-files toggle across workspace
2026-02-20 00:42:38 -08:00
kumarabhirup
d86c4fb5b5
web: restrict Next.js dev watcher to prevent EMFILE exhaustion
2026-02-20 00:42:31 -08:00
kumarabhirup
b4502d7bc6
fix: prefix unused watcherReady with underscore
2026-02-20 00:42:22 -08:00
kumarabhirup
d2015fd9d5
web: refactor file watcher to singleton with polling mode
2026-02-20 00:41:48 -08:00
kumarabhirup
95ef4b1c76
fix: cast Object.values to typed array in subagent-stream route
2026-02-20 00:41:38 -08:00
Mark
face53f234
Attachment previews in chat panel, input, and queue.
2026-02-20 00:02:18 -08:00
Mark
6c6289eb2e
Collapsible sidebar
2026-02-19 23:15:39 -08:00
Mark
5da7d46a49
Rename chat title
2026-02-19 22:54:23 -08:00
Mark
f960ed3030
Fix file link and add lookLikeFileLink detector and click to preview
2026-02-19 22:50:34 -08:00
kumarabhirup
ca5e27144e
chore: update TypeScript build information for improved type definitions and module resolution
2026-02-19 22:00:40 -08:00
Mark
fcbec6c4d6
Queue items (edit, send now, delete)
2026-02-19 21:58:10 -08:00
kumarabhirup
09f2d82c50
fix: ProfileSwitcher re-fetches profiles after workspace creation so new workspace shows as active
2026-02-19 21:56:37 -08:00
kumarabhirup
ec561894cb
web: activate gateway subscription for rehydrated subagent streams
2026-02-19 21:52:15 -08:00
kumarabhirup
a0cc5834f2
web: persist subagent events to disk and support rehydration after refresh
2026-02-19 21:52:10 -08:00
kumarabhirup
f5c6fa186f
web: auto-create index entries for unindexed sessions in active-runs
2026-02-19 21:52:01 -08:00
kumarabhirup
19f327a48c
web: auto-discover orphaned session files in web-sessions index
2026-02-19 21:51:55 -08:00
kumarabhirup
8271c1ec12
web: add workspace registry for custom profile workspace paths
2026-02-19 21:51:49 -08:00
kumarabhirup
b0b64da5f9
skills: track workspaceDir in snapshot and fix path substitution for profile workspaces
2026-02-19 21:51:41 -08:00
kumarabhirup
d65a7ab944
agent: pass workspace override via OPENCLAW_WORKSPACE env through gateway RPC
2026-02-19 21:51:35 -08:00
kumarabhirup
049cedc5fd
agent: accept workspace override and invalidate skills snapshot on workspace switch
2026-02-19 21:51:26 -08:00
kumarabhirup
81ce5eac3a
agent: add workspace override option to AgentCommandOpts
2026-02-19 21:51:21 -08:00
kumarabhirup
459ec9766a
gateway: add workspace param to agent protocol schema
2026-02-19 21:51:11 -08:00
kumarabhirup
d43d226ee8
workspace: seed all bootstrap files + DuckDB on create, add directory picker
2026-02-19 21:38:36 -08:00
Mark
a0ba55feec
Integrate file preview on the side
2026-02-19 17:46:54 -08:00
Mark
4f80c60f88
Unicode + Session delete (API + sidebar + chat header), sidebar loading state and layout, inline “thinking” spinner, chat sidebar CSS variables, and font/heading tweaks in the web app.
2026-02-19 16:50:52 -08:00
Mark
027593b350
Resizable sidebar
2026-02-19 15:42:23 -08:00
Mark
68f09660e9
Fix: thinking UI just messed up with scroll and make the whole chat panel moved.
2026-02-19 15:23:27 -08:00
kumarabhirup
21f60da24d
🚀 RELEASE: Workspaces
2026-02-19 14:59:34 -08:00
kumarabhirup
c7842901e2
fix: wire compact ChatPanel ref so workspace sidebar drag-and-drop works in file-scoped chat
2026-02-17 01:34:33 -08:00
kumarabhirup
86d9a06099
chore: bump version to 2026.2.15-1.7
2026-02-17 00:40:03 -08:00
kumarabhirup
673c122602
fix: resolve no-shadow lint errors in web app
2026-02-17 00:38:09 -08:00
kumarabhirup
b7baae188c
🚀 RELEASE: full table filter
2026-02-17 00:36:01 -08:00
kumarabhirup
a5343992dc
fix: use SessionManager for transcript writes in appendUserTranscriptMessage
...
Replace raw fs.appendFileSync with SessionManager.open + appendMessage
to maintain the parentId chain (guardrail test was correctly catching this).
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 00:21:13 -08:00
kumarabhirup
835a36e741
fix: align 4 failing tests with openclaw -> ironclaw rename
...
- provider-resolution: expect ironclaw CLI name in error message
- telegram bot: expect ironclaw in pairing approve command
- run-main.exit: use importOriginal for env.js mock (isTruthyEnvValue)
- skills/refresh: match SKILL.md glob patterns instead of bare dirs
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 23:51:23 -08:00
kumarabhirup
e1201cc7e0
chore: temporarily disable lint/typecheck job in CI
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 23:42:28 -08:00
kumarabhirup
5a06aa9e89
chore: regenerate pnpm-lock.yaml for pnpm 10.23.0
...
Lockfile was v6 (pnpm 8) but CI runs pnpm 10.23.0 which expects v9,
causing ERR_PNPM_LOCKFILE_CONFIG_MISMATCH with --frozen-lockfile.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 23:25:02 -08:00
kumarabhirup
f43cdb0a6e
chore: strip upstream-only GitHub Actions and slim CI
...
Remove workflows irrelevant to this fork (auto-response, stale,
labeler, docker-release, install-smoke, formal-conformance,
sandbox-common-smoke). Slim ci.yml to just check + test jobs,
dropping iOS/macOS/Android/Windows/secrets/docs/release lanes.
Clean dependabot.yml of Swift and Gradle entries.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 23:13:23 -08:00
kumarabhirup
93d734de49
fix: classify non-navigate browser actions as generic to avoid perpetual Loading in fetch groups
2026-02-16 23:10:42 -08:00
kumarabhirup
cd98f0acba
ReportCard: expand report inline instead of navigating away
...
Open button now toggles an expanded view showing all panels in a full
grid layout with animated transitions. Pin button already saves to
workspace /reports. Lazy-loads additional panel data on first expand
and adds a refresh button in expanded mode.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 23:04:28 -08:00
kumarabhirup
7c2e056437
fix: clear loading state before reconnecting to active stream
2026-02-16 22:58:01 -08:00
kumarabhirup
4965e3ca67
✅ TEST: full frontend web nextjs test suite
2026-02-16 01:01:12 -08:00
kumarabhirup
371035978c
Enhance chat message styling for better text handling
...
- Added `overflow-wrap: anywhere` and `word-break: break-word` to `.chat-prose` for improved text wrapping.
- Updated chat message component styles to include `min-w-0` and `overflow-hidden` for better layout control.
- Ensured consistent text breaking behavior across various message elements.
2026-02-16 00:45:28 -08:00
kumarabhirup
dee323b7ad
fix lint/build errors and bump to 2026.2.15-1.4
...
- Fix all oxlint errors (curly, no-unused-vars, no-base-to-string,
no-floating-promises, approx-constant, restrict-template-expressions)
- Fix TS build errors: rewrite update-cli.ts as thin wrapper over
submodules, restore missing chat abort helpers in chat.ts
- Fix web build: wrap handleNewSession in async for ChatPanelHandle,
add missing safeString helper to entry-detail-modal
- Bump version to 2026.2.15-1.4 and publish
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 00:30:13 -08:00
kumarabhirup
312fb33859
🐛 FIX: new session slow
2026-02-15 23:54:05 -08:00