Skip to content

[release] v0.100.1#4383

Open
github-actions[bot] wants to merge 35 commits into
mainfrom
release/v0.100.1
Open

[release] v0.100.1#4383
github-actions[bot] wants to merge 35 commits into
mainfrom
release/v0.100.1

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

New version v0.100.1 in

  • (web)
  • web/oss
  • web/ee
  • clients/typescript
  • clients/python
  • sdks/python
  • api
  • services

ardaerzin and others added 5 commits May 20, 2026 01:39
…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>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agenta-documentation Ready Ready Preview, Comment May 21, 2026 10:20am

Request Review

@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label May 20, 2026
@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels May 20, 2026
ardaerzin and others added 5 commits May 20, 2026 16:49
- 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
@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels May 20, 2026
ardaerzin and others added 3 commits May 20, 2026 17:49
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>
ashrafchowdury and others added 4 commits May 21, 2026 13:56
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
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 21, 2026

Railway Preview Environment

Preview URL https://gateway-production-20c8.up.railway.app/w
Project agenta-oss-pr-4383
Image tag pr-4383-02d0fa2
Status Deployed
Railway logs Open logs
Workflow logs View workflow run
Updated at 2026-05-21T10:27:32.986Z

junaway added 2 commits May 21, 2026 12:18
…epository

Increase DEFAULT_MAX_RENDER_DEPTH in BeautifiedJsonView to 100
…ests

Use TraceSpanDrillInView for Exception when spanEntityId present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants