mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-30 21:01:54 +08:00
P0: Strip OAuth token from git origin after clone so LLM agent
never sees credentials (repo-agent.tsx)
P1: Replace raw error.message with safe hardcoded text in API
response and dashboard UI (apply/route.tsx, config-update.tsx)
P1: E2E spike script now requires explicit env vars instead of
falling back to pushing to main (spike-orchestrator-e2e.mts)
P2: Use urlSchema for commit_url (schema-fields.ts)
P2: Return commitSha directly instead of parsing from URL
(repo-agent.tsx, apply/route.tsx)
P2: Support LINK_BRANCH_ID env var (link-project-to-github.ts)
P2: Widen structural fallback regex (config-updater.ts)
P2: Log warning when cancel has no sandboxId (cancel/route.tsx)
P2: Reject arbitrary string config values (config-eval.ts)
Co-Authored-By: mantra <mantra@stack-auth.com>
|
||
|---|---|---|
| .. | ||
| ai | ||
| apps | ||
| config | ||
| helpers | ||
| hooks | ||
| interface | ||
| payments | ||
| utils | ||
| config-authoring.test.ts | ||
| config-authoring.ts | ||
| config-eval.ts | ||
| config-rendering.ts | ||
| crud.tsx | ||
| global.d.ts | ||
| index.ts | ||
| known-errors.tsx | ||
| local-emulator.ts | ||
| plans.ts | ||
| schema-fields.ts | ||
| sessions.test.ts | ||
| sessions.ts | ||