Replies: 3 comments
|
+1 for this |
|
+1 — this also blocks ACP multi-root support (Zed and other editors) Adding another concrete consumer of this feature: the Agent Client Protocol (ACP) already has a wire field for it. With dsh (via
One encouraging note: the sandbox profile renderers already iterate over a list of roots ( Environment: dsh 0.1.0-rc.7, |
|
+1 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Feature request: Workspace should support multiple root paths (a project with appended directories).
Problem
The
Workspacemodel currently binds a single path (id/path/title/sessionIds). Users want a "project" concept: one project root + multiple appended directories, where all sessions under that project can access every path.Example: project
data-flywheelrootE:\data-flywheel, appended pathsE:\data-flywheel\processed,C:\Users\Acer\.codex\sessions.Gaps
Workspacehas noextraPathsfieldworkspace-writeroot =session.header.cwdonly; appended paths cannot be writtensessionResolveOptionsresolves relative to cwd onlyRequested
Workspace.extraPaths: string[]Workaround today
danger-full-accessmode + project-root AGENTS.md listing paths; model uses absolute paths. Works but is not a product-level capability.Env: v0.1.0-rc.6 (47f9438)
All reactions