A
B
C
D
E
F
G
I
J
K
L
M
O
P
R
S
T
U
V
W
D
- delete(java.lang.String,java.lang.Boolean) - function in ai.platon.pulsar.coding.CodingAgentFileSystem
- Delete a file or empty directory.
- denyCommand(java.lang.String) - function in ai.platon.pulsar.coding.CodingAgentShell
- Deny a specific command by its base name (e.g.
- denyPattern(kotlin.text.Regex) - function in ai.platon.pulsar.coding.CodingAgentShell
- Deny commands matching a regex pattern.
- detectAvailableTools() - function in ai.platon.pulsar.coding.CodingAgentShell
- List available development tools detected on PATH.
- detectLanguages() - function in ai.platon.pulsar.coding.CodingAgentFileSystem
- Detect the programming languages used in the workspace.
- detectProjectType() - function in ai.platon.pulsar.coding.CodingAgentShell
- Detect the project type in the workspace by looking for build files.
- DevFlowScaffolds - class in ai.platon.pulsar.coding
- Development-flow scaffolds for Browser4 self-development.
- DevTaskPlanner - class in ai.platon.pulsar.coding
- High-level dev-task planner for Browser4 self-development.
- DevTaskPlanner.DevPlan - class in ai.platon.pulsar.coding.DevTaskPlanner
- The parsed plan for a task.
- DevTaskPlanner.PlanStep - class in ai.platon.pulsar.coding.DevTaskPlanner
- One executable step of the plan.
- diagnostics(java.lang.String) - function in ai.platon.pulsar.coding.LanguageServerManager
- Get diagnostics for a file, starting a server for its language on demand.
- diff(java.lang.String,java.lang.String) - function in ai.platon.pulsar.coding.CodingAgentFileSystem
- Get a unified diff between the snapshot and current content of a file.
- diff(java.util.List,java.util.List,java.lang.String) - function in ai.platon.pulsar.coding.DiffEngine
- Compute the line diff between old and new.
- DiffEngine - class in ai.platon.pulsar.coding
- Line-based diff engine with standard algorithms — Myers (default) and Patience.
- DiffEngine.Edit - class in ai.platon.pulsar.coding.DiffEngine
- A single line-level edit.
- DiffEngine.Edit.Delete - class in ai.platon.pulsar.coding.DiffEngine.Edit
- Line only in the old input.
- DiffEngine.Edit.Equal - class in ai.platon.pulsar.coding.DiffEngine.Edit
- Line present in both inputs.
- DiffEngine.Edit.Insert - class in ai.platon.pulsar.coding.DiffEngine.Edit
- Line only in the new input.
- drift(ai.platon.pulsar.coding.ModuleGraph.Graph,java.util.List) - function in ai.platon.pulsar.coding.ModuleGraph
- Real modules (from a live scan) that are missing from a static snapshot like ModuleMap.MODULES — evidence the snapshot has drifted.