Skip to content

feat: simplify redirects and add plugin SDK - #47

Merged
Cedarflake merged 3 commits into
mainfrom
codex/proxy-preset-ux
Jul 28, 2026
Merged

feat: simplify redirects and add plugin SDK#47
Cedarflake merged 3 commits into
mainfrom
codex/proxy-preset-ux

Conversation

@Cedarflake

Copy link
Copy Markdown
Member

Summary

  • restore transparent reverse-proxy behavior while accepting retired proxy policies during rollback
  • redesign rule editing around descriptive cards and save confirmed database-backed mutations immediately
  • align D1 and PostgreSQL analytics Store semantics through shared domain constants and behavior contracts
  • add the private @i0c/plugin-sdk authoring layer, six-kind scaffolder, fixtures, bilingual documentation, and CI path coverage

Impact

The Runtime keeps a simpler transparent proxy contract, database-backed rule edits produce immutable revisions directly from dialogs, analytics backends expose consistent behavior, and future workspace plugins can be authored without importing application internals.

Validation

  • pnpm check
  • git diff --check origin/main...HEAD

PostgreSQL integration coverage remains environment-gated when no test database URL is configured; all available local checks passed.

IZCosmos added 3 commits July 29, 2026 02:24
- Restore transparent proxy forwarding with rollback-compatible policy parsing

- Save database-backed rule edits from dialogs while retaining Git manual saves

- Present routes as descriptive cards with target favicons and actions
- Centralize retention, lookback, and result limits in the analytics domain

- Bring D1 query and maintenance semantics in line with PostgreSQL

- Expand the shared Store behavior contract
- Add typed manifest, configuration, Runtime, and WebUI authoring helpers

- Generate and compile-test all supported workspace plugin kinds

- Route SDK changes through the owning CI workflows and bilingual documentation
@Cedarflake
Cedarflake merged commit 8e11390 into main Jul 28, 2026
4 checks passed
@Cedarflake
Cedarflake deleted the codex/proxy-preset-ux branch July 28, 2026 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants