mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
AgentPermissions duplicated fabro_types::PermissionLevel: same variants, same kebab-case wire form, same crate. PermissionLevel is strictly richer (Hash, strum, clap::ValueEnum) and is already the with_replacement target for the OpenAPI PermissionLevel schema, whose values are identical to the AgentPermissions schema this branch deletes. Delete AgentPermissions and type the [cli.exec.agent] permissions setting as PermissionLevel. This drops the adapter match in `fabro exec` and the `as AgentPermissionLevel` alias that existed only to tell the two names apart. The TOML wire form is unchanged. Removing run.agent.permissions also changed the serialized run spec, but two fabro-cli inline snapshots still carried "permissions": null. They failed on this branch and passed on main. Accept the updated snapshots. Also tighten the removed-setting test to assert the exact unknown-field message, rename its module to run_agent now that it covers more than fabro_tools, and drop three doc references to the removed setting. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| 2026-04-29-metadata-snapshot-events.md | ||
| 2026-04-30-duplicate-type-unification.md | ||
| 2026-04-30-preserve-exec-failure-diagnostics.md | ||
| 2026-05-02-event-module-split.md | ||
| 2026-05-02-server-readiness-timeouts.md | ||
| 2026-05-02-settings-driven-llm-providers-models.md | ||
| 2026-05-04-cross-tab-sse-coordination.md | ||
| 2026-05-04-model-test-bounded-concurrency.md | ||
| 2026-05-04-unique-git-checkpoint-commit-message-path.md | ||
| 2026-05-05-clean-pierre-virtualizer-integration.md | ||
| 2026-05-05-decouple-interrupts-from-steering.md | ||
| 2026-05-06-cli-input-overrides.md | ||
| 2026-05-06-improve-cli-api-error-display.md | ||
| 2026-05-06-polished-foreground-tty-logging.md | ||
| 2026-05-08-generated-typescript-api-client-migration.md | ||
| 2026-05-08-run-owned-sandbox-lifecycle.md | ||
| 2026-05-09-daytona-run-terminal.md | ||
| 2026-05-09-fixed-project-workflow-directory.md | ||
| 2026-05-09-inline-markdown-run-titles.md | ||
| 2026-05-09-live-stage-token-projection.md | ||
| 2026-05-09-remove-local-worktree-mode.md | ||
| 2026-05-09-run-files-diff-scope-picker.md | ||
| 2026-05-10-auth-sessions-backend.md | ||
| 2026-05-10-auth-sessions-frontend.md | ||
| 2026-05-10-live-events-page.md | ||
| 2026-05-10-sandbox-services-backend.md | ||
| 2026-05-10-sandbox-services-frontend.md | ||
| 2026-05-11-automations-end-to-end.md | ||
| 2026-05-13-path-based-daytona-dockerfiles.md | ||
| 2026-05-13-sandbox-repo-layout-plan.md | ||
| 2026-05-14-optional-llm-install.md | ||
| 2026-05-15-sandbox-network-details.md | ||
| 2026-05-16-chats-new-fabro-web-port.md | ||
| 2026-05-16-source-aware-template-diagnostics.md | ||
| 2026-05-16-static-workflow-structure-rendering.md | ||
| 2026-05-17-live-provider-workflow-testing.md | ||
| 2026-05-17-provider-adapter-boundary-cleanup.md | ||
| 2026-05-18-server-side-run-pairing-api-events.md | ||
| 2026-05-18-vault-and-credential-source-cleanup.md | ||
| 2026-05-20-daytona-managed-sandbox-labels.md | ||
| 2026-05-22-agent-context-observability-events.md | ||
| 2026-05-22-run-agent-fabro-tools-opt-in.md | ||
| 2026-05-22-unified-agent-transcript-events.md | ||
| 2026-05-23-llm-input-token-counting.md | ||
| 2026-06-10-catalog-driven-model-behaviors.md | ||