Tags: gpu-cli/agentis
Tags
release: @gpu-cli/agentis v0.1.5 - Improve transcript import form visual hierarchy and differentiation - Add section containers, dropzone states, disabled reason hints - Upgrade Files/Zip toggle to accessible segmented control - Lighten modal background for better contrast between layers - Add with-root-env.sh for single .env at repo root - Update E2E test selectors to match new markup - Add NEXT_PUBLIC_ENABLE_INTERNAL_TRANSCRIPT to turbo globalEnv
fix: clean up broken symlinks after .pnpm removal, keep root next/ After deleting .pnpm/, symlinks in apps/web/node_modules/ become dangling and break cp -r. Remove broken symlinks before copying. Since apps/web/node_modules/next is now gone, server.js resolves from root node_modules/next — so don't delete that copy. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
chore: rename package from @agentis/local to @gpu-cli/agentis Scope @Agentis was unavailable on npm. Updated package name, CLI help text, READMEs, PRIVACY.md, CI/release workflows, and build script.