Nx
Enterprise
nx-ai-agents-config
Sign in / Sign up
Open main menu
nx-ai-agents-config
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
main
32f85ec0 feat(ci-monitor): add Nx Cloud connection check and rename skill (#19)
9 days ago
by nartc
n
Succeeded
19
51d03069 chore: sync artifacts
9 days ago
by nartc
n
Failed
19
Fix ready
→
fea52a6d feat(ci-monitor): add Nx Cloud connection check and rename skill - Rename skill from nx-cloud-ci-monitor to ci-monitor - Add Step 0 to verify Nx Cloud connection before monitoring - Check nx.json for nxCloudId or nxCloudAccessToken - Exit with actionable message if not connected - Add Read tool to allowed-tools for nx.json check - Change CIPE to 'CI attempt' in user-facing output - Reduce new-cipe-timeout default from 30m to 10m Closes NXA-863
9 days ago
by nartc
n
Succeeded
19
540a9aa9 feat(ci-monitor): add Nx Cloud connection check and rename skill - Rename skill from nx-cloud-ci-monitor to ci-monitor - Add Step 0 to verify Nx Cloud connection before monitoring - Check nx.json for nxCloudId or nxCloudAccessToken - Exit with actionable message if not connected - Add Read tool to allowed-tools for nx.json check - Change CIPE to 'CI attempt' in user-facing output - Reduce new-cipe-timeout default from 30m to 10m Closes NXA-863
9 days ago
by nartc
n
Canceled
19
96842b21 feat(ci-monitor): add Nx Cloud connection check and rename skill - Rename skill from nx-cloud-ci-monitor to ci-monitor - Add Step 0 to verify Nx Cloud connection before monitoring - Check nx.json for nxCloudId or nxCloudAccessToken - Exit with actionable message if not connected - Add Read tool to allowed-tools for nx.json check - Change CIPE to 'CI attempt' in user-facing output - Reduce new-cipe-timeout default from 30m to 10m Closes NXA-863
9 days ago
by nartc
n
Succeeded
main
a5053841 refactor: rename nx-ci-monitor subagent to ci-watcher (#18) * refactor: rename nx-ci-monitor subagent to ci-watcher so it's not as confusing * refactor: rename nx-ci-monitor skill to nx-cloud-ci-monitor
9 days ago
by nartc
n
Succeeded
18
5c8ae31e refactor: rename nx-ci-monitor skill to nx-cloud-ci-monitor
10 days ago
by nartc
n
Succeeded
18
d38aab52 refactor: rename nx-ci-monitor subagent to ci-watcher so it's not as confusing
10 days ago
by nartc
n
Succeeded
main
1aed8646 fix: restore allowed-tools for nx-ci-monitor command and agent (#15) - Add allowed-tools to command meta: Bash, Task, MCP tools - Add allowed-tools to agent meta: MCP tools only - Update sync-artifacts.mjs to include allowed-tools in generated output Fixes permission error for shell commands in Context section
12 days ago
by nartc
n
Succeeded
15
d8edcf2b fix: restore allowed-tools for nx-ci-monitor command and agent - Add allowed-tools to command meta: Bash, Task, MCP tools - Add allowed-tools to agent meta: MCP tools only - Update sync-artifacts.mjs to include allowed-tools in generated output Fixes permission error for shell commands in Context section
12 days ago
by nartc
n
Succeeded
main
fb29c833 feat(nx-ci-monitor): optimize polling with select parameter (#13) * feat(nx-ci-monitor): optimize polling with select parameter - Add select-based field fetching to reduce context token usage - Introduce WAIT_FIELDS, LIGHT_FIELDS, HEAVY_FIELDS for efficient polling - Fetch heavy fields only when returning actionable state to main agent - Add pagination indicators for large content fields - Add apply-locally fallback: nx apply-locally → nx-cloud apply-locally - Fix sleep to run in foreground (avoid 'What should Claude do?' prompts) - Update user-facing terminology: CIPE → CI Attempt * fix(nx-ci-monitor): update confidence field to match API - Rename confidenceScore → confidence - Add confidenceReasoning field Ref: nrwl/nx-console#2962 * chore(nx-ci-monitor): remove explicit tools declaration Subagent inherits parent's tool set by default. Explicit tool restrictions should only be added when there's a specific reason.
14 days ago
by nartc
n
Succeeded
13
c774af66 chore(nx-ci-monitor): remove explicit tools declaration Subagent inherits parent's tool set by default. Explicit tool restrictions should only be added when there's a specific reason.
14 days ago
by nartc
n
Failed
13
Fix ready
→
0bb522c3 chore(nx-ci-monitor): remove explicit tools declaration Subagent inherits parent's tool set by default. Explicit tool restrictions should only be added when there's a specific reason.
14 days ago
by nartc
n
Succeeded
12
facd679b docs(nx-ci-monitor): use 'CI' instead of 'CIPE' in user-facing output CIPE (CI Pipeline Execution) is internal jargon. Use: - 'CI: FAILED' for status output - 'CI attempt' for descriptive text
14 days ago
by nartc
n
Succeeded
12
c2976e70 docs(nx-ci-monitor): use 'CI' instead of 'CIPE' in user-facing output CIPE (CI Pipeline Execution) is internal jargon. Use: - 'CI: FAILED' for status output - 'CI attempt' for descriptive text
14 days ago
by nartc
n
Succeeded
main
2009adb0 feat(nx-ci-monitor): add local verification flow for unverified tasks (#10) - Add verifiedTaskIds to subagent output schema and return format - Add --local-verify-attempts config (default: 3) - Replace fix_available (verified/unverified) with unified decision logic - Add Fix Available Decision Logic section with task categorization - Skip e2e tasks from local verification (can't run locally) - Add parallel subagent execution for local task verification - Add apply-locally + enhance flow with attempt tracking - Push to CI as final judge when local verification exhausted
14 days ago
by nartc
n
Succeeded
10
915b2c4d feat(nx-ci-monitor): add local verification flow for unverified tasks - Add verifiedTaskIds to subagent output schema and return format - Add --local-verify-attempts config (default: 3) - Replace fix_available (verified/unverified) with unified decision logic - Add Fix Available Decision Logic section with task categorization - Skip e2e tasks from local verification (can't run locally) - Add parallel subagent execution for local task verification - Add apply-locally + enhance flow with attempt tracking - Push to CI as final judge when local verification exhausted
14 days ago
by nartc
n
Succeeded
10
9e3ff7ad feat(nx-ci-monitor): add local verification flow for unverified tasks - Add verifiedTaskIds to subagent output schema and return format - Add --local-verify-attempts config (default: 3) - Replace fix_available (verified/unverified) with unified decision logic - Add Fix Available Decision Logic section with task categorization - Skip e2e tasks from local verification (can't run locally) - Add parallel subagent execution for local task verification - Add apply-locally + enhance flow with attempt tracking - Push to CI as final judge when local verification exhausted
14 days ago
by nartc
n
Succeeded
11
5ab37e93 docs(nx-ci-monitor): use 'CI' instead of 'CIPE' in user-facing output CIPE (CI Pipeline Execution) is internal jargon. Use: - 'CI: FAILED' for status output - 'CI attempt' for descriptive text
14 days ago
by nartc
n
Succeeded
10
6568b134 feat(nx-ci-monitor): add local verification flow for unverified tasks - Add verifiedTaskIds to subagent output schema and return format - Add --local-verify-attempts config (default: 3) - Replace fix_available (verified/unverified) with unified decision logic - Add Fix Available Decision Logic section with task categorization - Skip e2e tasks from local verification (can't run locally) - Add parallel subagent execution for local task verification - Add apply-locally + enhance flow with attempt tracking - Push to CI as final judge when local verification exhausted
14 days ago
by nartc
n
Previous page
Previous
Next
Next page