kumarabhirup
57b7d8bd0f
fix: restore workspace pass-through dropped by design merge
2026-02-21 14:05:37 -08:00
kumarabhirup
db4c90b37d
Merge remote-tracking branch 'origin/markrachapoom/design' into kumareth/workspaces
...
Co-authored-by: Cursor <cursoragent@cursor.com>
# Conflicts:
# apps/web/app/api/chat/subagent-stream/route.ts
# apps/web/app/api/workspace/watch/route.ts
# apps/web/app/components/chat-panel.tsx
# apps/web/app/components/subagent-panel.tsx
# apps/web/lib/subagent-runs.ts
# apps/web/tsconfig.tsbuildinfo
2026-02-21 12:40:07 -08:00
kumarabhirup
6c3e144166
gateway: add session event log and replay cursor tests
2026-02-21 11:03:04 -08:00
kumarabhirup
581e73d1ce
gateway: add agent.subscribe/unsubscribe server method handlers
2026-02-21 11:02:58 -08:00
kumarabhirup
0f5ddf7e8f
gateway: add session event log, subscription registry, and broadcast globalSeq
2026-02-21 11:02:50 -08:00
kumarabhirup
d8afea2cbb
gateway: add agent.subscribe/unsubscribe protocol schema and types
2026-02-21 11:02:44 -08:00
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
kumarabhirup
459ec9766a
gateway: add workspace param to agent protocol schema
2026-02-19 21:51:11 -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
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
4d2fb1e2a0
🚀 RELEASE: chat start stop
2026-02-15 23:42:13 -08:00
kumarabhirup
170231a54f
🚀 RELEASE: chat sesh stop + queue / workspace.duckdb flexibility / drag to root
2026-02-15 23:00:25 -08:00
kumarabhirup
17bc484489
Merge remote-tracking branch 'upstream/main'
...
Co-authored-by: Cursor <cursoragent@cursor.com>
# Conflicts:
# src/telegram/bot.create-telegram-bot.installs-grammy-throttler.test.ts
2026-02-15 18:18:42 -08:00
Peter Steinberger
adc818db4a
fix(gateway): serve Control UI bootstrap config and lock down CSP
2026-02-16 03:15:57 +01:00
Peter Steinberger
07be14c02d
refactor(gateway): dedupe chat session abort flow
2026-02-16 01:39:39 +00:00
Peter Steinberger
73a97ee255
refactor(gateway): share node invoke error handling
2026-02-16 01:25:06 +00:00
Peter Steinberger
b1dca644bc
refactor(gateway): share restart request parsing
2026-02-16 01:21:54 +00:00
kumarabhirup
2b68f9a28b
Merge branch 'main' of https://github.com/openclaw/openclaw
2026-02-15 17:20:14 -08:00
Peter Steinberger
b743e652c0
refactor(gateway): reuse shared validators + baseHash
2026-02-16 01:19:01 +00:00
Peter Steinberger
71cee673b2
fix(gateway): satisfy server-method lint
2026-02-16 01:15:31 +00:00
Peter Steinberger
dc5d234848
refactor(gateway): share server-method param validation
2026-02-16 01:13:52 +00:00
Peter Steinberger
a5cbd036de
refactor(gateway): dedupe wizard param validation
2026-02-16 01:08:36 +00:00
Advait Paliwal
14fb2c05b1
Gateway/Control UI: preserve partial output on abort ( #15026 )
...
* Gateway/Control UI: preserve partial output on abort
* fix: finalize abort partial handling and tests (#15026 ) (thanks @advaitpaliwal)
---------
Co-authored-by: Tyler Yust <TYTYYUST@YAHOO.COM>
2026-02-15 16:55:28 -08:00
Peter Steinberger
f8fbeb52b0
refactor(protocol): dedupe cron/config schemas
2026-02-16 00:46:11 +00:00
Peter Steinberger
ba3a0e7adb
perf(test): fold gateway server utils into misc suite
2026-02-16 00:18:27 +00:00
Peter Steinberger
67bfe8fb80
perf(test): cut gateway unit suite overhead
2026-02-16 00:18:26 +00:00
Advait Paliwal
115cfb4430
gateway: add cron finished-run webhook ( #14535 )
...
* gateway: add cron finished webhook delivery
* config: allow cron webhook in runtime schema
* cron: require notify flag for webhook posts
* ui/docs: add cron notify toggle and webhook docs
* fix: harden cron webhook auth and fill notify coverage (#14535 ) (thanks @advaitpaliwal)
---------
Co-authored-by: Tyler Yust <TYTYYUST@YAHOO.COM>
2026-02-15 16:14:17 -08:00
Shakker
b562aa6625
fix(gateway): keep boot sessions ephemeral without remapping main
2026-02-16 00:03:21 +00:00
Shakker
fe73878dfc
fix(gateway): preserve session mapping across gateway restarts
2026-02-16 00:03:21 +00:00
Peter Steinberger
a90e007d50
refactor(test): reuse env snapshot in gateway ws harness
2026-02-15 23:56:57 +00:00
Peter Steinberger
f809ff5e55
refactor(test): reuse env snapshot helper
2026-02-15 23:51:24 +00:00
kumarabhirup
dee6c85225
Gateway: auto-open Next.js web app on start/restart/onboard, remove TUI/Web hatch prompt
2026-02-15 15:35:31 -08:00
Peter Steinberger
abd009b092
refactor(test): dedupe openresponses server setup
2026-02-15 23:34:52 +00:00
Peter Steinberger
35ab521e07
refactor(test): simplify voicewake env cleanup
2026-02-15 23:34:02 +00:00
Peter Steinberger
a68ed3f64c
refactor(test): reuse env snapshots in gateway call tests
2026-02-15 23:22:58 +00:00
Peter Steinberger
31980bcaf1
refactor(test): dedupe gateway env restores
2026-02-15 23:18:16 +00:00
kumarabhirup
e4c94cc012
Merge upstream openclaw/main into ironclaw
...
Resolve 17 merge conflicts preserving ironclaw branding while
incorporating all upstream bug fixes and feature updates:
- Keep ironclaw name, CLI branding, and custom web app bundling
- Take upstream's new gateway auth token auto-generation
- Take upstream's shouldSkipRespawnForArgv respawn guard
- Take upstream's refactored skills frontmatter (resolveOpenClawManifestBlock)
- Merge upstream's ~/.agents/skills path + ironclaw's bundled skills watcher
- Take upstream's new GatewayToolsConfig alongside ironclaw's GatewayWebAppConfig
- Take upstream's minimalTestGateway guard in server.impl.ts
- Take upstream's refactored fs-mocked tests with ironclaw variants
- Take upstream's system message + subagent polling guidance tests
- Take upstream's dynamic import pattern in onboarding wizard
- Fix extensions/feishu workspace reference (openclaw -> ironclaw)
- Regenerate pnpm-lock.yaml with updated dependencies
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 15:17:52 -08:00
Peter Steinberger
36b5f0c9a8
perf(test): consolidate gateway server-methods suites
2026-02-15 23:14:42 +00:00
Peter Steinberger
0b56472cf5
refactor(test): dedupe ios/android gateway client id tests
2026-02-15 23:07:50 +00:00
Peter Steinberger
8ba16a894f
refactor(test): reuse withGatewayServer in auth/http suites
2026-02-15 23:06:34 +00:00
Peter Steinberger
99909f7bc7
refactor(test): share gateway server start helper
2026-02-15 23:02:27 +00:00
Peter Steinberger
1b455b6d9f
refactor(test): dedupe gateway hooks server setup
2026-02-15 22:43:27 +00:00
Peter Steinberger
d491c789a3
refactor(test): share gateway ws e2e harness
2026-02-15 22:19:08 +00:00
Peter Steinberger
27deda2221
fix(test): drop unused gateway e2e PluginRegistry imports
2026-02-15 21:42:35 +00:00
Peter Steinberger
c3812a1ffb
refactor(test): share gateway e2e registry helper
2026-02-15 21:41:18 +00:00
Gustavo Madeira Santana
b4f14d6f7a
Gateway: hide BOOTSTRAP in agent files after onboarding completes ( #17491 )
...
Merged via /review-pr -> /prepare-pr -> /merge-pr.
Prepared head SHA: f95f6dd052daf618bac6ed16bb4a8112a376d47d
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
2026-02-15 15:42:43 -05:00
Peter Steinberger
92f8c0fac3
perf(test): speed up suites and reduce fs churn
2026-02-15 19:29:27 +00:00
Peter Steinberger
a2ceadcc2a
refactor(gateway): dedupe assistant delta parsing
2026-02-15 19:08:47 +00:00
Peter Steinberger
c7b6d6a14e
refactor(plugins): reuse createEmptyPluginRegistry
2026-02-15 19:05:00 +00:00
Peter Steinberger
01ca3da8ee
refactor(gateway): share tailscale prompt constants
2026-02-15 18:06:48 +00:00