[release] v0.100.1#4383
Open
github-actions[bot] wants to merge 35 commits into
Open
Conversation
…y API Adds a read-only Audit Log surface under Settings, listing platform events from POST /events/query. - New `event` entity in @agenta/entities: paginated store (keyset cursor on timestamp/event_id), filter atoms, session cache for the detail drawer. API calls go through the Fern client via @agenta/sdk. - Audit Log page: InfiniteVirtualTable + filter bar + right-side detail drawer, wired into the Settings tabs and sidebar. - useEntitlements: new Feature.AUDIT / hasAudit; tab gated by Flag.AUDIT in EE, always available in OSS. - Regenerated @agentaai/api-client to expose the events resource. - Backend: drop include_in_schema=False from the events router so /events/query appears in the OpenAPI schema (consumed by the Fern client). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…feat/events-audit-log
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
[fix] Resolve broken CORS headers
…ges-for-evaluators
…d-as-invocations
[fix] Resolve Annotations created as Invocations if links={}
- Layout: opt the Audit Log settings tab into the full-height layout chain (Layout.tsx isFullHeight + PageLayout) so the InfiniteVirtualTable scrolls internally instead of growing the page. - Replace the always-empty Source/Status columns with Actor and Count, read from event attributes; resolve the actor to a name/avatar via the shared UserReference component. - Add a fixed-right actions column (View details, Copy ID) that hosts the column-visibility menu in its header; persist column visibility. - Uniform filter input widths. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…sions Feat/add parent slugs to revisions
Review feedback: - Swap the Count and Actor columns (Count now precedes Actor). - Move the Audit Log nav item below Usage & Billing in the settings sidebar. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…into frontend-feat/events-audit-log
[FE] audit logs table
…ges-for-evaluators
…-pages-for-evaluators [FE Chore] Disable new behavior behind a flag
The Railway CLI uses two different env vars: - RAILWAY_TOKEN: project token (project-scoped commands only) - RAILWAY_API_TOKEN: account/workspace token (project list/init/etc.) Our preview scripts need account-level access (project list, project init), so the CI workflow correctly sets RAILWAY_API_TOKEN from the RAILWAY_TOKEN GitHub secret. However preview-resolve-env.sh was also copying that value into RAILWAY_TOKEN, which made the CLI treat the account token as a project token and respond with Unauthorized on every account-level call. Removing the alias restores the original behaviour from 6952242.
bootstrap.sh, configure.sh, deploy-from-images.sh and preview-create-or-update.sh all source lib.sh. The same aliasing block that broke preview-resolve-env.sh was also added there in c0baede, so removing it from only preview-resolve-env.sh left the collision in place inside the bootstrap subshell. Removing it here too. Verified locally: with both aliases gone the CI flow (source preview-resolve-env then run bootstrap with railway whoami) succeeds against Railway.
fix(ci): stop aliasing RAILWAY_API_TOKEN to RAILWAY_TOKEN
Contributor
Author
Railway Preview Environment
|
…epository Increase DEFAULT_MAX_RENDER_DEPTH in BeautifiedJsonView to 100
…ests Use TraceSpanDrillInView for Exception when spanEntityId present
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New version v0.100.1 in