Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
omni-code / init_agent / agent.yml
Size: Mime:
name: init_agent
label: AGENTS.md Init Agent
description: "Agent for creating and updating AGENTS.md files"
instructions_file: instructions.md
welcome_text: |
  Ready to create or update AGENTS.md for this repository.

tools:
  - list_directory
  - glob_files
  - grep_files
  - read_file
  - apply_patch
  - write_file

use_safe_agent: true
safe_agent_options:
  skip_approvals: false
  halt_on_rejection: true
  safe_tool_names:
    - list_directory
    - glob_files
    - grep_files
    - read_file

session:
  compaction:
    enabled: true
    # No ``model``: compaction inherits the parent session's selected model
    # and provider transport (incl. openai-oauth/Codex), so responses.compact
    # hits the same endpoint/credentials. Pin a model here only to route
    # compaction to a different endpoint on purpose.
    compaction_mode: auto
    # Trigger at 80% of the model's context window. The default 0.9 leaves
    # too little headroom for this agent's large tool surface + system
    # prompt: a single big tool output can leap a turn from under-threshold
    # to over the ceiling before the post-turn compaction runs.
    threshold_fraction: 0.8