Commit a22e2c5
committed
feat: open chat panel from /open when agentId param is present
The existing /open deep link now optionally accepts an agentId query
parameter. When present, the chat panel opens alongside the workspace.
Old extensions silently ignore unknown query params, so this is fully
backwards compatible — no error dialog, no version negotiation needed.
The standalone /openChat route is kept for cases where no workspace
context is needed (e.g. direct links from the agents page).1 parent 2712318 commit a22e2c5
1 file changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
95 | 101 | | |
96 | 102 | | |
97 | 103 | | |
| |||
101 | 107 | | |
102 | 108 | | |
103 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
104 | 115 | | |
105 | 116 | | |
106 | 117 | | |
| |||
110 | 121 | | |
111 | 122 | | |
112 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
113 | 128 | | |
114 | 129 | | |
115 | 130 | | |
| |||
0 commit comments