Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/main/java/com/github/copilot/rpc/ResumeSessionConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -787,10 +787,9 @@ public String getMcpOAuthTokenStorage() {
* <li>{@code "in-memory"} — tokens are stored in memory and discarded when the
* session ends</li>
* </ul>
* If not set and the client is in
* {@link com.github.copilot.CopilotClientMode#EMPTY EMPTY} mode, the SDK
* defaults to {@code "in-memory"} for safe multitenant behavior. In other modes
* this field is left unset.
* If not set and the client is in {@link CopilotClientMode#EMPTY EMPTY} mode,
* the SDK defaults to {@code "in-memory"} for safe multitenant behavior. In
* other modes this field is left unset.
*
* @param mcpOAuthTokenStorage
* the storage mode
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/copilot/rpc/SectionOverride.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/**
* Override operation for a single system prompt section in
* {@link SystemMessageMode#CUSTOMIZE} mode.
* {@link com.github.copilot.SystemMessageMode#CUSTOMIZE} mode.
* <p>
* Each {@code SectionOverride} describes how one named section of the default
* system prompt should be modified. The section name keys come from
Expand Down
7 changes: 3 additions & 4 deletions src/main/java/com/github/copilot/rpc/SessionConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -697,10 +697,9 @@ public String getMcpOAuthTokenStorage() {
* <li>{@code "in-memory"} — tokens are stored in memory and discarded when the
* session ends</li>
* </ul>
* If not set and the client is in
* {@link com.github.copilot.CopilotClientMode#EMPTY EMPTY} mode, the SDK
* defaults to {@code "in-memory"} for safe multitenant behavior. In other modes
* this field is left unset.
* If not set and the client is in {@link CopilotClientMode#EMPTY EMPTY} mode,
* the SDK defaults to {@code "in-memory"} for safe multitenant behavior. In
* other modes this field is left unset.
*
* @param mcpOAuthTokenStorage
* the storage mode
Expand Down
Loading