| .. |
|
lsp
|
perf: use load_config_readonly() at read-only call sites in agent/
|
2026-07-29 15:28:15 -07:00 |
|
monitoring
|
…
|
|
|
pet
|
…
|
|
|
proxy_sources
|
…
|
|
|
secret_sources
|
refactor: single build_subprocess_env() factory for all child-process spawns (profile + secret-scrub single owner)
|
2026-07-29 10:14:11 -07:00 |
|
transports
|
fix(codex): defang reserved Harmony tokens in requests
|
2026-07-31 22:53:20 -07:00 |
|
__init__.py
|
…
|
|
|
account_usage.py
|
…
|
|
|
agent_init.py
|
fix(caching): honor prompt_caching.cache_ttl disable in config
|
2026-08-01 14:14:15 +05:30 |
|
agent_runtime_helpers.py
|
refactor(prompt-caching): collapse triplicated destination-plan and label parsing
|
2026-08-01 15:39:58 +05:30 |
|
anthropic_adapter.py
|
…
|
|
|
async_utils.py
|
…
|
|
|
aux_accounting.py
|
…
|
|
|
auxiliary_client.py
|
fix(auxiliary): replan cache sections on the async fallback path too
|
2026-08-01 15:39:58 +05:30 |
|
azure_identity_adapter.py
|
…
|
|
|
backend_identity.py
|
…
|
|
|
background_review.py
|
fix(background-review): reject unresolved failures as skills
|
2026-07-31 22:33:03 -07:00 |
|
battery.py
|
…
|
|
|
bedrock_adapter.py
|
…
|
|
|
billing_links.py
|
…
|
|
|
billing_usage.py
|
chore: remove unused imports and dead locals (ruff F401/F841 sweep)
|
2026-07-29 11:53:39 -07:00 |
|
billing_view.py
|
chore: remove unused imports and dead locals (ruff F401/F841 sweep)
|
2026-07-29 11:53:39 -07:00 |
|
bounded_response.py
|
…
|
|
|
browser_provider.py
|
…
|
|
|
browser_registry.py
|
…
|
|
|
chat_completion_helpers.py
|
perf(prompt-caching): preserve tool-loop cache boundaries (#20880)
|
2026-08-01 14:27:12 +05:30 |
|
codex_responses_adapter.py
|
fix(codex): defang reserved Harmony tokens in requests
|
2026-07-31 22:53:20 -07:00 |
|
codex_runtime.py
|
fix(codex): don't retry after a valid response.completed on drain error
|
2026-07-29 16:41:39 -03:00 |
|
coding_context.py
|
perf: use load_config_readonly() at read-only call sites in agent/
|
2026-07-29 15:28:15 -07:00 |
|
context_breakdown.py
|
…
|
|
|
context_compressor.py
|
refactor(compression): fold simplify-pass findings into feasibility skip
|
2026-08-01 16:00:52 +05:30 |
|
context_engine.py
|
…
|
|
|
context_references.py
|
…
|
|
|
conversation_compression.py
|
fix(compression): add pre-LLM feasibility check to skip costly no-op summaries
|
2026-08-01 16:00:52 +05:30 |
|
conversation_loop.py
|
perf(prompt-caching): preserve tool-loop cache boundaries (#20880)
|
2026-08-01 14:27:12 +05:30 |
|
copilot_acp_client.py
|
…
|
|
|
credential_persistence.py
|
…
|
|
|
credential_pool.py
|
fix(credential_pool): use source-path-based write-through to root (#74339)
|
2026-07-31 22:32:48 -07:00 |
|
credential_sources.py
|
…
|
|
|
credits_tracker.py
|
fix(credits): reintroduce grant_spent, gated on an in-session crossing (#73634)
|
2026-07-28 21:36:23 +00:00 |
|
curator.py
|
perf: use load_config_readonly() at read-only call sites in agent/
|
2026-07-29 15:28:15 -07:00 |
|
curator_backup.py
|
fix(curator): restore the real skills tree when a rollback extract dies part-way
|
2026-07-31 22:34:57 -07:00 |
|
delegation_context.py
|
fix(delegation): prevent child HERMES_SESSION_ID leak into parent process env
|
2026-07-31 22:32:55 -07:00 |
|
display.py
|
…
|
|
|
error_classifier.py
|
fix(moa): stream completed aggregator responses safely
|
2026-07-31 21:52:35 -07:00 |
|
errors.py
|
…
|
|
|
file_safety.py
|
…
|
|
|
gemini_native_adapter.py
|
fix(gemini): sweep hardcoded Gemini default models to gemini-3.6-flash (#32360)
|
2026-07-28 18:17:56 -07:00 |
|
gemini_schema.py
|
…
|
|
|
i18n.py
|
perf: use load_config_readonly() at read-only call sites in agent/
|
2026-07-29 15:28:15 -07:00 |
|
image_gen_provider.py
|
…
|
|
|
image_gen_registry.py
|
perf: use load_config_readonly() at read-only call sites in agent/
|
2026-07-29 15:28:15 -07:00 |
|
image_routing.py
|
…
|
|
|
insights.py
|
…
|
|
|
iteration_budget.py
|
…
|
|
|
jiter_preload.py
|
…
|
|
|
kanban_stop.py
|
…
|
|
|
learn_prompt.py
|
…
|
|
|
learning_graph.py
|
…
|
|
|
learning_graph_render.py
|
chore: remove unused imports and dead locals (ruff F401/F841 sweep)
|
2026-07-29 11:53:39 -07:00 |
|
learning_mutations.py
|
…
|
|
|
lmstudio_reasoning.py
|
…
|
|
|
manual_compression_feedback.py
|
…
|
|
|
markdown_tables.py
|
…
|
|
|
memory_manager.py
|
…
|
|
|
memory_provider.py
|
…
|
|
|
message_content.py
|
…
|
|
|
message_sanitization.py
|
refactor(agent): single-owner call_id + reasoning_content sanitization policies (wire-parity verified)
|
2026-07-29 12:29:39 -07:00 |
|
moa_loop.py
|
refactor(prompt-caching): collapse triplicated destination-plan and label parsing
|
2026-08-01 15:39:58 +05:30 |
|
moa_trace.py
|
…
|
|
|
model_metadata.py
|
fix: widen fallback warning to the sibling custom-endpoint 256K path
|
2026-08-01 15:05:05 +05:30 |
|
models_dev.py
|
Revert "remove Vercel AI Gateway and Vercel Sandbox (#33067)"
|
2026-07-29 19:48:37 -07:00 |
|
moonshot_schema.py
|
…
|
|
|
nous_rate_guard.py
|
…
|
|
|
onboarding.py
|
…
|
|
|
oneshot.py
|
…
|
|
|
plugin_llm.py
|
perf: use load_config_readonly() at read-only call sites in agent/
|
2026-07-29 15:28:15 -07:00 |
|
portal_tags.py
|
…
|
|
|
process_bootstrap.py
|
…
|
|
|
prompt_builder.py
|
feat(terminal): raise Docker sandbox /dev/shm to 1g by default (configurable)
|
2026-07-31 21:31:51 -07:00 |
|
prompt_caching.py
|
perf(prompt-caching): make PromptCachePlan.marker_count lazy
|
2026-08-01 15:39:58 +05:30 |
|
rate_limit_tracker.py
|
…
|
|
|
reactions.py
|
…
|
|
|
reasoning_timeouts.py
|
…
|
|
|
redact.py
|
perf(redact): eliminate exponential backtracking in config-key patterns
|
2026-08-01 15:58:25 +05:30 |
|
relay_llm.py
|
fix(moa): carry completed responses through the managed Relay path
|
2026-07-31 21:52:35 -07:00 |
|
relay_runtime.py
|
…
|
|
|
relay_tools.py
|
…
|
|
|
replay_cleanup.py
|
…
|
|
|
retry_utils.py
|
refactor: single shared Retry-After parser
|
2026-07-29 10:13:50 -07:00 |
|
runtime_cwd.py
|
…
|
|
|
secret_scope.py
|
…
|
|
|
shell_hooks.py
|
…
|
|
|
skill_bundles.py
|
…
|
|
|
skill_commands.py
|
…
|
|
|
skill_preprocessing.py
|
perf: use load_config_readonly() at read-only call sites in agent/
|
2026-07-29 15:28:15 -07:00 |
|
skill_utils.py
|
Merge origin/main into feat/hsp-sync-client
|
2026-07-29 13:01:36 -07:00 |
|
ssl_guard.py
|
…
|
|
|
ssl_verify.py
|
…
|
|
|
stream_diag.py
|
…
|
|
|
stream_single_writer.py
|
…
|
|
|
subagent_lifecycle.py
|
chore: remove unused imports and dead locals (ruff F401/F841 sweep)
|
2026-07-29 11:53:39 -07:00 |
|
subdirectory_hints.py
|
…
|
|
|
subscription_view.py
|
…
|
|
|
system_prompt.py
|
…
|
|
|
think_scrubber.py
|
…
|
|
|
thinking_timeout_guidance.py
|
…
|
|
|
thread_scoped_output.py
|
…
|
|
|
title_generator.py
|
perf: use load_config_readonly() at read-only call sites in agent/
|
2026-07-29 15:28:15 -07:00 |
|
tool_dispatch_helpers.py
|
fix(agent): scope parallel batches from V4A patch headers
|
2026-08-01 11:40:59 -07:00 |
|
tool_executor.py
|
fix(agent): preserve /steer through turn-budget enforcement
|
2026-07-31 22:32:52 -07:00 |
|
tool_guardrails.py
|
…
|
|
|
tool_result_classification.py
|
…
|
|
|
trace_upload.py
|
…
|
|
|
trajectory.py
|
…
|
|
|
transcription_provider.py
|
…
|
|
|
transcription_registry.py
|
…
|
|
|
tts_provider.py
|
…
|
|
|
tts_registry.py
|
…
|
|
|
turn_context.py
|
…
|
|
|
turn_finalizer.py
|
fix(agent): invalidate flush-scan cursor at the defrag marker-pop sibling site
|
2026-07-31 23:18:12 -07:00 |
|
turn_retry_state.py
|
fix(copilot): recover from stale/degraded token 400 AND expired IDE-token 401
|
2026-07-31 22:31:09 -07:00 |
|
turn_summary.py
|
…
|
|
|
usage_pricing.py
|
Revert "remove Vercel AI Gateway and Vercel Sandbox (#33067)"
|
2026-07-29 19:48:37 -07:00 |
|
verification_evidence.py
|
fix(state): make journal mode canonical and behaviorally verified
|
2026-07-29 18:13:09 -07:00 |
|
verification_stop.py
|
flux3 messaging system fixes
|
2026-07-30 15:20:09 -07:00 |
|
verify_hooks.py
|
…
|
|
|
vertex_adapter.py
|
…
|
|
|
video_gen_provider.py
|
…
|
|
|
video_gen_registry.py
|
perf: use load_config_readonly() at read-only call sites in agent/
|
2026-07-29 15:28:15 -07:00 |
|
web_search_provider.py
|
…
|
|
|
web_search_registry.py
|
perf: use load_config_readonly() at read-only call sites in agent/
|
2026-07-29 15:28:15 -07:00 |