Commit 91383e8
committed
Merge origin/staging into improvement/resource-views-final
Six commits from staging. Conflicts of substance:
- special-tags. Staging landed ~1900 lines of credential-card work (a new
submission protocol, OAuth chip connection, interaction cards) in the single
2630-line special-tags.tsx. This branch had split that file's pure half into
components/chat/special-tags/parse.ts, so an anonymous chat surface can parse
tags without the workspace route tree. Rather than pick a side, the split was
re-applied to staging's newer content: every parser, type and tag constant
went to parse.ts; SpecialTags/PendingTagIndicator/WorkspaceResourceDisplay/
CredentialDisplay stayed behind. Two of staging's new helpers moved with the
parse half (`credentialTagHasVisibleCard` and its `CREDENTIAL_CARD_TYPES` /
`isCredentialCardItemVisible` dependencies) because they are pure predicates
the renderer merely calls. parse.ts gains its first import, `isSafeHttpUrl` —
still no React and no workspace context, which is the invariant that matters.
- `SpecialTagRendererProps`, the seam chat-content uses to render tags without
importing the route-tree renderer, gains `interactionId` and
`credentialSubmission`. Staging added both at the call site; the contract had
to widen or the injected renderer no longer type-checks.
- `useWorkspaceImageDimensionsAdapter` takes staging's fix — it now subscribes
to the file list reactively instead of reading the cache once, so a cold
direct file-view load reserves image boxes. Upstream gated that subscription
with an `enabled` option because its caller passed a share token through the
`workspaceId` slot; here the nullable workspace id already expresses it, which
is the thing the axes exist to make unrepresentable.
- Mention chips: staging's `editor.storage.mention` -> `mentionMenu` fix ported
to the moved file. Worth noting it is a real bug — `use-editor-mentions`
writes `storage.mentionMenu.navigable`, but the chip read `storage.mention`,
which is the *node* extension and has no such field, so chips were never
navigable.
- `scaling-test-helpers.ts` was added by staging into a directory this branch
restructured; the merge dropped it and the special-tags test could not
resolve it. Restored.338 files changed
Lines changed: 18924 additions & 6498 deletions
File tree
- apps
- desktop/src/main
- sim
- app
- api
- auth/trello
- authorize
- callback
- store
- function/execute
- guardrails/validate
- knowledge
- mcp
- serve/[serverId]
- tools/execute
- memory
- mothership/execute
- providers
- ollama/models
- tools
- file/manage
- fireflies/upload-audio
- workflows/[id]/execute
- workspace/[workspaceId]
- home/components
- message-content
- components
- agent-group
- question
- special-tags
- mothership-chat
- integrations/components/connect-service-account-modal
- settings/components/admin
- blocks/blocks
- components
- chat
- chat-content
- special-tags
- resources/file-view/components/rich-markdown-editor/mention
- ee/workspace-forking/lib
- copy
- mapping
- promote
- executor
- execution
- handlers
- agent
- evaluator
- function
- generic
- mothership
- pi
- search
- router
- workflow
- orchestrators
- utils
- variables
- resolvers
- hooks
- queries
- oauth
- lib
- api/contracts
- chunkers
- copilot
- chat
- generated
- request
- handlers
- lifecycle
- tools
- tool-executor
- tools
- handlers
- deployment
- server
- docs
- files
- image
- knowledge
- media
- other
- vfs
- core/utils
- credentials
- execution
- payloads
- remote-sandbox
- sandbox
- brokers
- guardrails
- knowledge
- logs/execution
- model-router
- table
- rows
- uploads
- contexts/workspace
- server
- utils
- workflows/executor
- providers
- anthropic
- azure-openai
- baseten
- bedrock
- cerebras
- deepseek
- fireworks
- gemini
- groq
- kimi
- litellm
- meta
- mistral
- nvidia
- ollama
- openai-compat
- openai
- openrouter
- sakana
- together
- vllm
- xai
- zai
- sandbox-tasks
- tools
- a2a
- browser_use
- context_dev
- cursor
- elevenlabs
- exa
- extend
- file
- firecrawl
- fireflies
- guardrails
- jina
- knowledge
- llm
- memory
- mistral
- pulse
- quiver
- reducto
- stt
- table
- tavily
- textract
- video
- vision
- workflow
- packages
- db
- script-migrations
- scripts
- desktop-bridge/src
- testing/src/mocks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
241 | 243 | | |
242 | 244 | | |
243 | 245 | | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
244 | 264 | | |
245 | 265 | | |
246 | 266 | | |
| |||
273 | 293 | | |
274 | 294 | | |
275 | 295 | | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
276 | 340 | | |
277 | 341 | | |
278 | 342 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
95 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
96 | 103 | | |
97 | 104 | | |
98 | 105 | | |
| |||
214 | 221 | | |
215 | 222 | | |
216 | 223 | | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
217 | 236 | | |
218 | 237 | | |
219 | 238 | | |
220 | | - | |
| 239 | + | |
| 240 | + | |
221 | 241 | | |
222 | 242 | | |
223 | 243 | | |
| |||
228 | 248 | | |
229 | 249 | | |
230 | 250 | | |
231 | | - | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
232 | 257 | | |
233 | 258 | | |
234 | 259 | | |
| |||
259 | 284 | | |
260 | 285 | | |
261 | 286 | | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
268 | 298 | | |
269 | 299 | | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
282 | 305 | | |
283 | 306 | | |
284 | 307 | | |
| |||
443 | 466 | | |
444 | 467 | | |
445 | 468 | | |
| 469 | + | |
| 470 | + | |
446 | 471 | | |
447 | 472 | | |
448 | 473 | | |
| |||
476 | 501 | | |
477 | 502 | | |
478 | 503 | | |
479 | | - | |
| 504 | + | |
| 505 | + | |
480 | 506 | | |
481 | 507 | | |
482 | 508 | | |
483 | 509 | | |
484 | 510 | | |
485 | 511 | | |
486 | | - | |
| 512 | + | |
487 | 513 | | |
488 | 514 | | |
489 | 515 | | |
490 | 516 | | |
491 | | - | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
492 | 522 | | |
493 | 523 | | |
494 | 524 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
341 | | - | |
342 | | - | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
343 | 347 | | |
344 | 348 | | |
345 | 349 | | |
| 350 | + | |
346 | 351 | | |
347 | 352 | | |
| 353 | + | |
348 | 354 | | |
349 | 355 | | |
350 | 356 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
107 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
108 | 113 | | |
109 | 114 | | |
110 | 115 | | |
| |||
117 | 122 | | |
118 | 123 | | |
119 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
120 | 131 | | |
121 | 132 | | |
122 | 133 | | |
| 134 | + | |
123 | 135 | | |
124 | 136 | | |
125 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
60 | 77 | | |
61 | 78 | | |
62 | 79 | | |
| |||
0 commit comments