Skip to content

v0.0.75

Choose a tag to compare

@flori flori released this 08 Mar 19:58
  • Added runtime tool path reporting: introduced tool_paths_allowed method,
    injected runtime info block into chat output, and updated the configuration
    prompt to include tool path information.
  • Added a new ResolveTag tool with a TagResolver utility for locating
    symbol definitions via a tags file.
  • Enhanced the run_tests tool with path validation and error handling,
    preventing the use of "./" and providing clear error messages for invalid
    paths.
  • Implemented runtime information toggle support: added a runtime_info
    switch, /runtime_info command, runtime info block injection, and updated
    help text.
  • Renamed and updated the import_url tool to get_url, adding a new tool for
    fetching web content and updating configuration, registration, and tests
    accordingly.
  • Added explicit persona loading verification when editing: a confirmation step
    is now required before applying edited persona configurations.
  • Improved persona loading and prompt formatting: updated methods for loading
    persona files and formatting roleplay prompts.
  • Updated tool descriptions across the codebase for clarity and consistency.
  • Updated default configuration to enable the new resolve_tag and get_url
    tools and added the runtime information template.
  • Updated switches to include the new runtime_info setting.
  • Updated README to document the /runtime_info command.