You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Polish Tasks panel UI/UX and remove experimental feature flag (#815)
- Refine user-facing strings for clarity and consistency
- Add snapshot date display with relative-time tooltip
- Fix collapsible section resize when content children are swapped
- Remove the coder.experimental.tasks feature flag so the Tasks panel is visible to all authenticated users.
Copy file name to clipboardExpand all lines: package.json
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -139,14 +139,6 @@
139
139
"experimental"
140
140
]
141
141
},
142
-
"coder.experimental.tasks": {
143
-
"markdownDescription": "Enable the experimental [Tasks](https://coder.com/docs/ai-coder/tasks) panel in VS Code. When enabled, a sidebar panel lets you run and manage AI coding agents in Coder workspaces. This feature is under active development and may change. Requires a Coder deployment with Tasks support.",
144
-
"type": "boolean",
145
-
"default": false,
146
-
"tags": [
147
-
"experimental"
148
-
]
149
-
},
150
142
"coder.sshFlags": {
151
143
"markdownDescription": "Additional flags to pass to the `coder ssh` command when establishing SSH connections. Enter each flag as a separate array item; values are passed verbatim and in order. See the [CLI ssh reference](https://coder.com/docs/reference/cli/ssh) for available flags.\n\nNote: `--network-info-dir` and `--ssh-host-prefix` are ignored (managed internally). Prefer `#coder.proxyLogDirectory#` over `--log-dir`/`-l` for full functionality.",
0 commit comments