diff --git a/src/main/java/com/github/copilot/rpc/ResumeSessionConfig.java b/src/main/java/com/github/copilot/rpc/ResumeSessionConfig.java
index d254d73eb4..beef40de55 100644
--- a/src/main/java/com/github/copilot/rpc/ResumeSessionConfig.java
+++ b/src/main/java/com/github/copilot/rpc/ResumeSessionConfig.java
@@ -787,10 +787,9 @@ public String getMcpOAuthTokenStorage() {
*
{@code "in-memory"} — tokens are stored in memory and discarded when the
* session ends
*
- * 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
diff --git a/src/main/java/com/github/copilot/rpc/SectionOverride.java b/src/main/java/com/github/copilot/rpc/SectionOverride.java
index 0b4dd05ce9..cde6d20684 100644
--- a/src/main/java/com/github/copilot/rpc/SectionOverride.java
+++ b/src/main/java/com/github/copilot/rpc/SectionOverride.java
@@ -13,7 +13,7 @@
/**
* Override operation for a single system prompt section in
- * {@link SystemMessageMode#CUSTOMIZE} mode.
+ * {@link com.github.copilot.SystemMessageMode#CUSTOMIZE} mode.
*
* Each {@code SectionOverride} describes how one named section of the default
* system prompt should be modified. The section name keys come from
diff --git a/src/main/java/com/github/copilot/rpc/SessionConfig.java b/src/main/java/com/github/copilot/rpc/SessionConfig.java
index ead3801b87..79594c151d 100644
--- a/src/main/java/com/github/copilot/rpc/SessionConfig.java
+++ b/src/main/java/com/github/copilot/rpc/SessionConfig.java
@@ -697,10 +697,9 @@ public String getMcpOAuthTokenStorage() {
*
{@code "in-memory"} — tokens are stored in memory and discarded when the
* session ends
*
- * 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