Skip to content

Refactor working directory capabilities and remove primary directory references#359

Draft
DonJayamanne wants to merge 1 commit into
mainfrom
don/grateful-locust
Draft

Refactor working directory capabilities and remove primary directory references#359
DonJayamanne wants to merge 1 commit into
mainfrom
don/grateful-locust

Conversation

@DonJayamanne

Copy link
Copy Markdown
Contributor
  • Updated the schema and types to replace references to requiresPrimary with immutablePrimary, clarifying that the first working directory is fixed for the session's lifetime.
  • Removed the primaryWorkingDirectory field from various interfaces, including CreateChatParams, ChatState, and CreateSessionParams, as it is no longer applicable.
  • Adjusted descriptions in the schema to reflect the new handling of working directories, emphasizing that all directories are equal peers unless specified otherwise.
  • Ensured that documentation and comments throughout the codebase are consistent with the new capabilities and structure.

…references

- Updated the schema and types to replace references to `requiresPrimary` with `immutablePrimary`, clarifying that the first working directory is fixed for the session's lifetime.
- Removed the `primaryWorkingDirectory` field from various interfaces, including `CreateChatParams`, `ChatState`, and `CreateSessionParams`, as it is no longer applicable.
- Adjusted descriptions in the schema to reflect the new handling of working directories, emphasizing that all directories are equal peers unless specified otherwise.
- Ensured that documentation and comments throughout the codebase are consistent with the new capabilities and structure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant