| .. |
|
__tests__
|
feat: refine team provisioning and task log UX
|
2026-04-24 00:40:11 +03:00 |
|
agentLanguage.ts
|
refactor: update task assignment message formatting and enhance UI elements
|
2026-03-21 15:07:52 +02:00 |
|
anthropicLaunchModel.ts
|
feat(team-runtime): snapshot catalog-backed picker baseline
|
2026-04-21 15:29:23 +03:00 |
|
anthropicModelDefaults.ts
|
feat(cliInstaller): add model verification for providers
|
2026-04-16 19:41:23 +03:00 |
|
apiErrorDetector.ts
|
feat: enhance error handling and notifications for API errors
|
2026-03-19 12:47:00 +02:00 |
|
boardTaskActivityLabels.ts
|
feat(task-logs): add board task activity and task log stream
|
2026-04-12 22:13:43 +03:00 |
|
boardTaskActivityPresentation.ts
|
feat(activity-detail): implement task activity detail retrieval and UI integration
|
2026-04-13 19:19:52 +03:00 |
|
cliArgsParser.ts
|
feat(teams): introduce fast mode configuration for Anthropic provider and enhance related UI components
|
2026-04-21 16:44:18 +03:00 |
|
contentSanitizer.ts
|
feat(team): improve runtime lane presence state
|
2026-04-27 17:40:13 +03:00 |
|
contextMetrics.ts
|
fix(ci): resolve branch lint errors
|
2026-04-18 12:32:44 +03:00 |
|
costFormatting.ts
|
feat: add cost calculation metric
|
2026-02-22 14:39:20 +05:30 |
|
diffContextHash.ts
|
feat: enhance task management with new file renaming feature and notification settings
|
2026-03-01 17:52:54 +02:00 |
|
effortLevels.ts
|
feat(teams): introduce fast mode configuration for Anthropic provider and enhance related UI components
|
2026-04-21 16:44:18 +03:00 |
|
ephemeralProjectPath.ts
|
feat: refine team provisioning and task log UX
|
2026-04-24 00:40:11 +03:00 |
|
errorHandling.ts
|
Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management.
|
2026-02-11 15:52:00 +09:00 |
|
extensionNormalizers.ts
|
feat(codex): add app-server account management and polish native UX
|
2026-04-20 20:18:21 +03:00 |
|
idleNotificationSemantics.ts
|
chore(workspace): checkpoint remaining claude team changes
|
2026-04-12 22:15:57 +03:00 |
|
inboxNoise.ts
|
chore(workspace): checkpoint remaining claude team changes
|
2026-04-12 22:15:57 +03:00 |
|
leadDetection.ts
|
feat: enhance task messaging and member role detection
|
2026-03-15 17:45:10 +02:00 |
|
logger.ts
|
Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management.
|
2026-02-11 15:52:00 +09:00 |
|
markdownTextSearch.ts
|
perf: replace remark-based search with plain text indexOf
|
2026-03-25 14:32:37 +02:00 |
|
mcpScopes.ts
|
fix(extensions): preserve mcp dialog state on runtime hydration
|
2026-04-17 15:06:36 +03:00 |
|
modelParser.ts
|
fix(context): unify context usage metrics
|
2026-04-18 12:10:51 +03:00 |
|
opencodeModelRef.ts
|
feat(opencode): add team runtime integration
|
2026-04-21 20:28:22 +03:00 |
|
platformPath.ts
|
fix: resolve 245 eslint errors across 12 files
|
2026-03-04 01:03:45 +02:00 |
|
pricing.ts
|
fix(pricing): include codex and gemini model costs
|
2026-04-02 10:23:57 +03:00 |
|
providerBackend.ts
|
fix(validate): normalize provider backend ids
|
2026-04-20 22:07:02 +03:00 |
|
providerExtensionCapabilities.ts
|
fix(extensions): use safe legacy multimodel capability fallback
|
2026-04-17 14:46:43 +03:00 |
|
providerModelSelection.ts
|
feat(cliInstaller): add model verification for providers
|
2026-04-16 19:41:23 +03:00 |
|
providerModelVisibility.ts
|
feat(cliInstaller): add model verification for providers
|
2026-04-16 19:41:23 +03:00 |
|
rateLimitDetector.ts
|
feat(teams): introduce fast mode configuration for Anthropic provider and enhance related UI components
|
2026-04-21 16:44:18 +03:00 |
|
reviewState.ts
|
fix: harden team runtime liveness
|
2026-04-24 20:52:26 +03:00 |
|
sentryConfig.ts
|
feat(team): expand opencode review and release support
|
2026-04-24 12:05:54 +03:00 |
|
skillRoots.ts
|
fix(extensions): gate codex skill overlays by runtime
|
2026-04-17 14:51:58 +03:00 |
|
slashCommands.ts
|
feat(chat): show project and user skills as slash command suggestions
|
2026-04-14 14:37:27 +03:00 |
|
taskChangePresence.ts
|
fix(team): stabilize opencode launch and task logs
|
2026-04-23 21:08:28 +03:00 |
|
taskChangeSince.ts
|
chore(workspace): checkpoint remaining claude team changes
|
2026-04-12 22:15:57 +03:00 |
|
taskChangeState.ts
|
fix: harden team runtime liveness
|
2026-04-24 20:52:26 +03:00 |
|
taskHistory.ts
|
feat(team): expand opencode review and release support
|
2026-04-24 12:05:54 +03:00 |
|
taskIdentity.ts
|
feat: integrate agent-teams-controller and enhance task management
|
2026-03-07 16:01:32 +02:00 |
|
teamGraphDefaultLayout.ts
|
fix(ci): restore workspace validation
|
2026-04-18 12:20:37 +03:00 |
|
teammateMessageParser.ts
|
Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management.
|
2026-02-11 15:52:00 +09:00 |
|
teamMemberColors.ts
|
feat(team): expand opencode review and release support
|
2026-04-24 12:05:54 +03:00 |
|
teamMemberName.ts
|
chore: checkpoint workspace before relaunch flow
|
2026-04-19 16:08:38 +03:00 |
|
teamProvider.ts
|
feat(team): expand opencode review and release support
|
2026-04-24 12:05:54 +03:00 |
|
teamStableOwnerId.ts
|
feat(agent-graph): integrate stable slot layout for improved node positioning and interaction
|
2026-04-15 16:18:11 +03:00 |
|
tokenFormatting.ts
|
Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management.
|
2026-02-11 15:52:00 +09:00 |
|
toolSummary.ts
|
feat(opencode): add team runtime integration
|
2026-04-21 20:28:22 +03:00 |
|
version.ts
|
fix(updater): prevent installation of non-newer versions and enhance update notifications
|
2026-03-30 15:24:23 +03:00 |