Nx
Enterprise
Nx
Overview
Sign in / Sign up
Open main menu
Nx
GitHub
Select a tab
Overview
Runs
Analytics
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Filter
Filter exact branch match
Exact
Select status
Succeeded
31480
0634fd01 fix(core): improve AI agent detection accuracy Remove incorrect Cursor environment variables and restructure detection: - Remove CURSOR_AI_AGENT, CURSOR_COMPOSER_MODE, CURSOR_AGENT_MODE (not set by Cursor) - Add REPL_ID support for Replit detection - Create separate detection functions for each AI tool - Improve test coverage and reliability 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2 months ago
by FrozenPandaz
Failed
31480
8e28a93c refactor(core): restructure AI agent detection with separate functions - Create separate detection functions for Claude, Repl.it, and Cursor AI - Claude: detects via CLAUDECODE environment variable - Repl.it: detects via REPL_ID environment variable - Cursor: requires exact PAGER="head -n 10000 < /dev/null | cat" plus CURSOR_TRACE_ID and COMPOSER_NO_INTERACTION - Optimize debug logging to only output when AI agents are detected - Consolidate tests into single comprehensive test for thread safety
2 months ago
by FrozenPandaz
Canceled
31480
b57e0cdf fix(core): remove incorrect Cursor AI detection variables Remove environment variables that Cursor doesn't actually set: - CURSOR_AI_AGENT (not set by Cursor) - CURSOR_COMPOSER_MODE (not set by Cursor) - CURSOR_AGENT_MODE (not set by Cursor) Keep reliable AI detection for: - CLAUDECODE (Claude Code) - REPL_ID (Replit) Add TODO comment for future Cursor detection when reliable environment variables are identified. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2 months ago
by FrozenPandaz
Failed
31480
3c20c033 fix(core): remove incorrect Cursor AI detection variables Remove environment variables that Cursor doesn't actually set: - CURSOR_AI_AGENT (not set by Cursor) - CURSOR_COMPOSER_MODE (not set by Cursor) - CURSOR_AGENT_MODE (not set by Cursor) Keep reliable AI detection for: - CLAUDECODE (Claude Code) - REPL_ID (Replit) Add TODO comment for future Cursor detection when reliable environment variables are identified. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2 months ago
by FrozenPandaz
Failed
31480
5c7dabde fix(core): make AI agent detection more specific for Cursor AI Agent Replace broad CURSOR_TRACE_ID with specific AI agent environment variables: - CURSOR_AI_AGENT - CURSOR_COMPOSER_MODE - CURSOR_AGENT_MODE This prevents TUI from being disabled in regular Cursor usage and only disables it when Cursor's AI Agent is actively running commands. Co-authored-by: Jason Jean <FrozenPandaz@users.noreply.github.com>
2 months ago
by claude[bot]
Failed
31480
0cdafcd2 fix(core): improve AI agent detection test reliability Save and restore all AI environment variables during testing to prevent false negatives when other AI environment variables are set in the test environment. Co-authored-by: FrozenPandaz <FrozenPandaz@users.noreply.github.com>
3 months ago
by claude[bot]
Failed
31480
00e28e69 fix(core): improve AI agent detection test reliability Save and restore all AI environment variables during testing to prevent false negatives when other AI environment variables are set in the test environment. Co-authored-by: FrozenPandaz <FrozenPandaz@users.noreply.github.com>
3 months ago
by claude[bot]
Failed
31480
446bca18 fix(core): remove duplicate export declare statements in TypeScript declarations This fixes 22 functions that had `export declare export declare` instead of the correct `export declare` syntax, including the `isAiAgent()` function and other native bindings. Co-authored-by: FrozenPandaz <FrozenPandaz@users.noreply.github.com>
3 months ago
by claude[bot]
Previous page
Previous
Next
Next page