Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f1a40d1
Project import generated by Copybara.
Sep 20, 2026
a1d7c14
Project import generated by Copybara.
Sep 20, 2026
ac703a8
Project import generated by Copybara.
Sep 20, 2026
82cf8df
Project import generated by Copybara.
Sep 20, 2026
d21bdc8
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 20, 2026
1bf0483
chore: project api from Mono a2e8b231b208
Sep 20, 2026
b6d8cac
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 20, 2026
b3a0310
chore: project api from Mono cc1e1c0a4251
Sep 20, 2026
86523c3
chore: project api from Mono 9b559bc70e7d
Sep 21, 2026
5a95859
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 21, 2026
aff3c56
chore: project api from Mono 78799bd5ae75
Sep 21, 2026
96fbea9
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 21, 2026
d87ef71
chore: project api from Mono 9a003786d767
Sep 21, 2026
a10a028
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 21, 2026
0aa7b6f
chore: project api from Mono 511bd2305f5a
Sep 21, 2026
8ff8d21
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 21, 2026
6a4f422
chore: project api from Mono ad7b9df0b712
Sep 21, 2026
33b4bc4
chore: project api from Mono 3a95acea6719
Sep 21, 2026
525330e
chore: project api from Mono c16f3515c56a
Sep 21, 2026
dd8dceb
chore: project api from Mono 4ab4845398fd
Sep 21, 2026
60209a5
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 22, 2026
c46a7cf
chore: project api from Mono 43ad52f7bcc9
Sep 22, 2026
a29facb
chore: project api from Mono 2df44a8283c0
Sep 22, 2026
3e9fe6b
Merge remote-tracking branch 'origin/main' into sync/mono-projection
github-actions[bot] Sep 22, 2026
5e45d26
chore: project api from Mono f6e0aa99e756
Sep 22, 2026
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
6 changes: 3 additions & 3 deletions .repository-projection.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"projection": "api",
"projectionSchemaVersion": 1,
"sourceRepository": "dx-corp/mono",
"sourceSha": "2df44a8283c07c0ba875174e70d2aaabb72d19cc",
"sourceSha": "f6e0aa99e756a677a1f035d6825462abd1fffe0c",
"destinationRepository": "dx-corp/api",
"priorProjectedBase": "a9de5e284484ba056c0dd4e7b8c0cb656c515c7b",
"priorProjectedBase": "3c616f65601b50873ffff1bcde4e238599b3659c",
"definitionDigest": "144b18a5c1f3e7ee6e2d1abc32f80a97adfeacd088911ec659d63622fe85d18c",
"toolDigest": "f58d71f023a4f0a27d77cb96dcc5348a40816d0b",
"contentDigest": "7e71829fc001f6d1c06a7b08eaf331eb3a27ca489aead2bb4e6058e6c1444ce1",
"contentDigest": "af711aaad6c4ce1e58865a025562485a296843a19b589a671b975d950e7259ae",
"publicationEligible": true
}
17 changes: 16 additions & 1 deletion openapi/console/v1/console.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9672,6 +9672,19 @@ components:
- OPERATING_CORRECTION_REVIEW_STATE_APPROVED
- OPERATING_CORRECTION_REVIEW_STATE_REJECTED
- OPERATING_CORRECTION_REVIEW_STATE_INELIGIBLE
console.v1.OperatingExecutionPlacement:
type: string
title: OperatingExecutionPlacement
enum:
- OPERATING_EXECUTION_PLACEMENT_UNSPECIFIED
- OPERATING_EXECUTION_PLACEMENT_INLINE_TURN
- OPERATING_EXECUTION_PLACEMENT_COMPUTER_MISSION
description: |-
Server-owned Auto decision pinned to an accepted task, never a channel preference.
Where an accepted Auto task executes. The classifier already picks a model
from the task's purpose; this records the execution environment that same
decision implies, so placement is durable, replayable, and attributable to
the policy version that chose it rather than re-derived at each stage.
console.v1.OperatingExecutionProfileKind:
type: string
title: OperatingExecutionProfileKind
Expand Down Expand Up @@ -23012,9 +23025,11 @@ components:
policyVersion:
type: string
title: policy_version
placement:
title: placement
$ref: '#/components/schemas/console.v1.OperatingExecutionPlacement'
title: OperatingAutoModelRoute
additionalProperties: false
description: Server-owned Auto decision pinned to an accepted task, never a channel preference.
console.v1.OperatingCapabilityContract:
type: object
properties:
Expand Down
17 changes: 16 additions & 1 deletion openapi/deixic/v1/deixic.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9190,6 +9190,19 @@ components:
- OPERATING_CORRECTION_REVIEW_STATE_APPROVED
- OPERATING_CORRECTION_REVIEW_STATE_REJECTED
- OPERATING_CORRECTION_REVIEW_STATE_INELIGIBLE
console.v1.OperatingExecutionPlacement:
type: string
title: OperatingExecutionPlacement
enum:
- OPERATING_EXECUTION_PLACEMENT_UNSPECIFIED
- OPERATING_EXECUTION_PLACEMENT_INLINE_TURN
- OPERATING_EXECUTION_PLACEMENT_COMPUTER_MISSION
description: |-
Server-owned Auto decision pinned to an accepted task, never a channel preference.
Where an accepted Auto task executes. The classifier already picks a model
from the task's purpose; this records the execution environment that same
decision implies, so placement is durable, replayable, and attributable to
the policy version that chose it rather than re-derived at each stage.
console.v1.OperatingExecutionRuntime:
type: string
title: OperatingExecutionRuntime
Expand Down Expand Up @@ -22149,9 +22162,11 @@ components:
policyVersion:
type: string
title: policy_version
placement:
title: placement
$ref: '#/components/schemas/console.v1.OperatingExecutionPlacement'
title: OperatingAutoModelRoute
additionalProperties: false
description: Server-owned Auto decision pinned to an accepted task, never a channel preference.
console.v1.OperatingCapabilityRequirementState:
type: object
properties:
Expand Down
15 changes: 15 additions & 0 deletions proto/console/v1/console.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8709,10 +8709,25 @@ message FulfillInferenceCreditCheckoutResponse {
}

// Server-owned Auto decision pinned to an accepted task, never a channel preference.
// Where an accepted Auto task executes. The classifier already picks a model
// from the task's purpose; this records the execution environment that same
// decision implies, so placement is durable, replayable, and attributable to
// the policy version that chose it rather than re-derived at each stage.
enum OperatingExecutionPlacement {
OPERATING_EXECUTION_PLACEMENT_UNSPECIFIED = 0;
// The turn runs inline on the conversation's own runner.
OPERATING_EXECUTION_PLACEMENT_INLINE_TURN = 1;
// The work is long-running and belongs on a Computer. Platform remains the
// durable Run authority; this records the placement decision, it does not
// transfer mission ownership.
OPERATING_EXECUTION_PLACEMENT_COMPUTER_MISSION = 2;
}

message OperatingAutoModelRoute {
OperatingModelSelection target = 1;
StaffInferenceRoutingPurpose purpose = 2;
string policy_version = 3;
OperatingExecutionPlacement placement = 4;
}

// Customer-defined business schemas. Field and relationship IDs remain stable across versions.
Expand Down
Loading