Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
326 commits
Select commit Hold shift + click to select a range
669545f
Add diagramming skills for Excalidraw
teknium1 Feb 11, 2026
153cd5b
Refactor skills tool integration and enhance system prompt
teknium1 Feb 11, 2026
8fb4460
Update SKILL.md and related references to implement container binding…
teknium1 Feb 11, 2026
abe925e
Update hermes-discord toolset to enable full terminal access with saf…
Feb 11, 2026
ada0b4f
Enhance image handling in platform adapters
teknium1 Feb 11, 2026
137ce05
Add image generation tool to toolsets for messaging platforms
teknium1 Feb 11, 2026
07501be
Add Project_notes.md — centralized status tracker for all side projects
samherring99 Feb 12, 2026
fc792a4
Update Project_notes.md: grailed-embedding-search status and TODOs (J…
samherring99 Feb 12, 2026
389ac5e
pass extrabody for agentloop to ban and allowlist providers on openro…
Feb 12, 2026
a291cc9
more extra kwarg support for provider selection etc on openrouter in …
Feb 12, 2026
1b7bc29
Enhance TerminalBench2 environment with task filtering due to incompa…
Feb 12, 2026
f23856d
Add kill_modal script to manage Modal applications and better handlin…
Feb 12, 2026
89c6f24
Merge branch 'main' of github.com:nousresearch/hermes-agent
Feb 12, 2026
f5be617
Add Text-to-Speech (TTS) functionality with multiple providers
teknium1 Feb 12, 2026
ed01075
Update .env.example to use new Docker, Singularity, and Modal images …
teknium1 Feb 12, 2026
3099a2f
Add timestamp to active system prompt in AIAgent
teknium1 Feb 12, 2026
84718d1
Add platform-specific formatting hints and identity for AIAgent
teknium1 Feb 13, 2026
586b0a7
Add Text-to-Speech (TTS) support with Edge TTS and ElevenLabs integra…
teknium1 Feb 15, 2026
ff9ea6c
Enhance TTS tool to support platform-specific audio formats
teknium1 Feb 15, 2026
eb49936
Update documentation and installation scripts for TTS audio formats
teknium1 Feb 15, 2026
5404a8f
Enhance image handling and analysis capabilities across platforms
teknium1 Feb 16, 2026
69aa35a
Add messaging platform enhancements: STT, stickers, Discord UX, Slack…
teknium1 Feb 16, 2026
2f34e6f
Update OpenAI configuration prompts for clarity and detail
teknium1 Feb 16, 2026
e0c9d49
Refine configuration migration process to improve user experience
teknium1 Feb 16, 2026
dd5fe33
Refactor configuration handling to improve user experience
teknium1 Feb 16, 2026
0f58dfd
Enhance agent response handling and transcript logging
teknium1 Feb 16, 2026
635bec0
Update tool definitions handling in GatewayRunner
teknium1 Feb 16, 2026
60812ae
Enhance configuration checks and persona file creation in doctor and …
teknium1 Feb 16, 2026
45a8098
Remove browserbase SDK check and add Node.js and agent-browser valida…
teknium1 Feb 16, 2026
01a3a6a
Implement cleanup guard to prevent multiple executions on exit
teknium1 Feb 16, 2026
8117d0a
Refactor file operations and environment management in file_tools and…
teknium1 Feb 17, 2026
2c7deb4
Fix Modal backend not working from CLI
teknium1 Feb 17, 2026
c33feb6
Fix host CWD leaking into non-local terminal backends
teknium1 Feb 17, 2026
a7609c9
Update docs to match backend key rename and CWD behavior
teknium1 Feb 17, 2026
48b5cfd
Add skip_context_files option to AIAgent for batch processing
teknium1 Feb 17, 2026
061fa70
Add background process management with process tool, wait, PTY, and s…
teknium1 Feb 17, 2026
bdac541
Rename OPENAI_API_KEY to HERMES_OPENAI_API_KEY in configuration and c…
teknium1 Feb 17, 2026
ec59d71
Update PTY write handling in ProcessRegistry to ensure data is encode…
teknium1 Feb 17, 2026
6731230
Add special handling for 'process' tool in _build_tool_preview function
teknium1 Feb 17, 2026
49e1f9e
Refactor TODO.md to summarize future improvements for the Hermes Agen…
teknium1 Feb 17, 2026
d0f82e6
Removing random project notes doc
samherring99 Feb 17, 2026
e184f5a
Add todo tool for agent task planning and management
teknium1 Feb 18, 2026
3b615b0
Enhance tool previews in AIAgent and GatewayRunner
teknium1 Feb 18, 2026
1e31614
Refactor tool activity messages in AIAgent for improved CLI output
teknium1 Feb 18, 2026
a7f5291
Refactor CLI output formatting in AIAgent
teknium1 Feb 18, 2026
dfa3c62
Refactor CLI input prompt and layout in HermesCLI
teknium1 Feb 18, 2026
54cbf30
Refactor dynamic prompt and layout in HermesCLI
teknium1 Feb 18, 2026
d7cef74
Add autocomplete and multiline support in HermesCLI input
teknium1 Feb 18, 2026
d9a8e42
Enhance multiline input handling in HermesCLI
teknium1 Feb 18, 2026
41608be
Update multiline input handling in HermesCLI
teknium1 Feb 18, 2026
50ef186
Update multiline input instructions in HermesCLI
teknium1 Feb 18, 2026
225ae32
Enhance CLI layout with floating completion menu
teknium1 Feb 18, 2026
9e85408
Add todo tool for task management and enhance CLI features
teknium1 Feb 18, 2026
d59e93d
Enhance platform toolset configuration and CLI toolset handling
teknium1 Feb 18, 2026
14e5970
Add Skills Hub — universal skill search, install, and management from…
teknium1 Feb 19, 2026
655303f
Add skill name resolution and enhanced install confirmation in Skills…
teknium1 Feb 19, 2026
440c244
feat: add persistent memory system + SQLite session store
teknium1 Feb 19, 2026
56ee8a5
refactor: remove 'read' action from memory tool and agent logging
teknium1 Feb 19, 2026
a4bc6f7
refactor: simplify CLI layout by integrating inline completions
teknium1 Feb 19, 2026
ac0a70b
feat: enhance input area height adjustment in CLI
teknium1 Feb 19, 2026
37fb01b
feat: enhance conversation display with ANSI escape codes
teknium1 Feb 19, 2026
8e4d013
feat: improve ANSI text rendering in CLI
teknium1 Feb 19, 2026
21c3e99
feat: enhance CLI output formatting with dynamic borders
teknium1 Feb 19, 2026
d0c8dd7
fix: ensure proper output rendering in CLI by flushing stdout
teknium1 Feb 19, 2026
2daf5e4
fix: improve CLI output rendering and response display
teknium1 Feb 19, 2026
5c545e6
feat: add styled border frame to input area in CLI
teknium1 Feb 19, 2026
0e8ee05
feat: replace framed input with horizontal rules in CLI
teknium1 Feb 19, 2026
109dffb
fix: refine dynamic height adjustment for input area in CLI
teknium1 Feb 19, 2026
3f4b494
refactor: streamline thinking spinner behavior in AIAgent
teknium1 Feb 19, 2026
422607d
feat: expand README with update and messaging gateway instructions
teknium1 Feb 19, 2026
4f57d71
Improved stdout handling in the terminal tool to prevent deadlocks by…
teknium1 Feb 19, 2026
b88e441
feat: implement cross-channel messaging functionality
teknium1 Feb 19, 2026
1c6846c
Merge branch 'main' of github.com:NousResearch/Hermes-Agent
teknium1 Feb 19, 2026
59cb0ce
feat: add messaging gateway startup functionality
teknium1 Feb 19, 2026
53e13fe
feat: add Slack and WhatsApp setup prompts in setup wizard
teknium1 Feb 19, 2026
3191a9b
feat: add new conversation command and enhance command handling
teknium1 Feb 19, 2026
d49af63
feat: enhance command execution with stdin support
teknium1 Feb 19, 2026
057d3e1
feat: enhance search functionality in ShellFileOperations
teknium1 Feb 19, 2026
d070b86
fix: escape file glob patterns in ShellFileOperations
teknium1 Feb 19, 2026
4d5f29c
feat: introduce skill management tool for agent-created skills and sk…
teknium1 Feb 20, 2026
997f793
feat: update TODO.md with enhancements to skills and memory systems
teknium1 Feb 20, 2026
9350e26
feat: introduce clarifying questions tool for interactive user engage…
teknium1 Feb 20, 2026
748f0b2
feat: enhance clarify tool with configurable timeout and countdown di…
teknium1 Feb 20, 2026
783acd7
feat: implement code execution sandbox for programmatic tool calling
teknium1 Feb 20, 2026
273b367
fix: update documentation and return types for web tools
teknium1 Feb 20, 2026
3b90fa5
fix: increase default timeout for code execution sandbox
teknium1 Feb 20, 2026
ba8b80a
refactor: improve memory entry handling and file operations
teknium1 Feb 20, 2026
f9eb5ed
refactor: rename search tool for clarity and consistency
teknium1 Feb 20, 2026
c0d412a
refactor: update search tool parameters and documentation for clarity
teknium1 Feb 20, 2026
90e5211
feat: implement subagent delegation for task management
teknium1 Feb 20, 2026
ba07d9d
feat: enhance task delegation with spinner updates and progress display
teknium1 Feb 20, 2026
b9f3518
refactor: streamline TODO.md for clarity and focus
teknium1 Feb 20, 2026
c007b9e
chore: update installer banner text for branding consistency
teknium1 Feb 20, 2026
cfef34f
feat: add multi-provider authentication and inference provider selection
teknium1 Feb 21, 2026
f6daceb
feat: add interactive model selection and saving functionality
teknium1 Feb 21, 2026
77a3dda
feat: enhance README and CLI with multi-provider model selection
teknium1 Feb 21, 2026
a3d760f
feat: implement provider deactivation and enhance configuration updates
teknium1 Feb 21, 2026
24c241d
add github project management skill
teknium1 Feb 21, 2026
5c4c0c0
feat: update branding and visuals across the project
teknium1 Feb 21, 2026
630bd3d
feat: improve password prompt handling in terminal tool
teknium1 Feb 21, 2026
fc37b17
feat: simplify README instructions for connecting to LLM providers
teknium1 Feb 21, 2026
3961f8e
refactor: update README for improved clarity on provider setup and sw…
teknium1 Feb 21, 2026
9a19fe1
chore: remove deprecated session viewer and exported data files
teknium1 Feb 21, 2026
70dd3a1
Cleanup time!
teknium1 Feb 21, 2026
c48817f
chore: update agent-browser dependency and clean up stale daemon proc…
teknium1 Feb 21, 2026
b33ed91
feat: update database schema and enhance message persistence
teknium1 Feb 21, 2026
5b3f708
feat: enhance stale daemon cleanup and improve error logging in brows…
teknium1 Feb 21, 2026
6903c46
chore: update package-lock.json with new dependencies and version upg…
teknium1 Feb 21, 2026
3dfc0a9
feat: add PPTX editing and creation skills with comprehensive documen…
teknium1 Feb 21, 2026
7283b9f
feat: extend browser session management with improved thread safety a…
teknium1 Feb 21, 2026
a54a275
fix: update browser command connection instructions to prevent sessio…
teknium1 Feb 21, 2026
3976962
fix: update session logging directory path in README and code
teknium1 Feb 21, 2026
3555c61
refactor: remove temporary API payload logging and enhance session lo…
teknium1 Feb 21, 2026
b6247b7
refactor: update tool descriptions for clarity and conciseness
teknium1 Feb 21, 2026
a885d2f
refactor: implement structured logging across multiple modules
teknium1 Feb 21, 2026
cbff1b8
refactor: remove obsolete Nous API test scripts
teknium1 Feb 21, 2026
748fd3d
refactor: enhance error handling with structured logging across multi…
teknium1 Feb 21, 2026
7ee7221
refactor: consolidate debug logging across tools with shared DebugSes…
teknium1 Feb 21, 2026
ecb430e
refactor: enhance API interaction and message handling in AIAgent
teknium1 Feb 21, 2026
c98ee98
feat: implement interactive prompts for sudo password and command app…
teknium1 Feb 21, 2026
bff3707
feat: enhance CLI input handling with password masking and placeholde…
teknium1 Feb 21, 2026
5c29261
fix: improve placeholder handling and hint height in CLI
teknium1 Feb 21, 2026
8f67884
feat: enhance logging in AIAgent for quiet mode
teknium1 Feb 21, 2026
0729ef7
fix: refine environment creation condition in terminal_tool
teknium1 Feb 21, 2026
79b6249
enable cronjobs in messaging platforms
teknium1 Feb 21, 2026
7cb6427
refactor: streamline cron job handling and update CLI commands
teknium1 Feb 22, 2026
6134939
refactor: deduplicate toolsets, unify async bridging, fix approval ra…
teknium1 Feb 22, 2026
08ff1c1
More major refactor/tech debt removal!
teknium1 Feb 22, 2026
9018e9d
refactor: update tool registration and documentation
teknium1 Feb 22, 2026
9123cfb
Refactor Terminal and AIAgent cleanup
teknium1 Feb 22, 2026
51b9523
refactor: move model metadata functions to agent/model_metadata.py
teknium1 Feb 22, 2026
b1f55e3
refactor: reorganize agent and CLI structure for improved clarity
teknium1 Feb 22, 2026
ededaaa
Hermes Agent UX Improvements
teknium1 Feb 22, 2026
f072801
refactor: remove unused compression model variable in AIAgent
teknium1 Feb 22, 2026
e223b4a
Enhance agent guidance with memory and session search tools
teknium1 Feb 22, 2026
c2d5f7b
feat: add timestamp formatting function for session metadata
teknium1 Feb 22, 2026
250b2ca
fix: update MEMORY_GUIDANCE for clarity
teknium1 Feb 22, 2026
df2ec58
fix: clarify MEMORY_GUIDANCE phrasing
teknium1 Feb 22, 2026
3c6750f
feat: enhance memory management features in AIAgent and CLI
teknium1 Feb 22, 2026
db23f51
feat: introduce skills management features in AIAgent and CLI
teknium1 Feb 22, 2026
e1604b2
feat: enhance user authorization checks in GatewayRunner
teknium1 Feb 23, 2026
6037b6a
Fix session saving to DB with full conversation history (not just use…
teknium1 Feb 23, 2026
16d0aa7
feat: enhance job delivery mechanism in scheduler
teknium1 Feb 23, 2026
e0ed443
fix: improve error messaging for chat ID and home channel configuration
teknium1 Feb 23, 2026
9244714
feat: integrate config.yaml values into environment for enhanced flex…
teknium1 Feb 23, 2026
08e4dc2
feat: implement channel directory and message mirroring for cross-pla…
teknium1 Feb 23, 2026
c7857dc
feat: enhance AIAgent's tool usage nudges and content handling
teknium1 Feb 23, 2026
90af34b
feat: enhance interrupt handling and container resource configuration
teknium1 Feb 23, 2026
d8a369e
refactor: update API key checks in WebToolsTester
teknium1 Feb 23, 2026
8fedbf8
feat: add cleanup utility for test artifacts in checkpoint resumption…
teknium1 Feb 23, 2026
d18c753
refactor: streamline scratchpad handling in AIAgent
teknium1 Feb 23, 2026
38db6e9
fix: correct toolset ID mapping in welcome banner
Feb 23, 2026
4f9f5f7
fix: handle missing toolset IDs in welcome banner
teknium1 Feb 23, 2026
224c900
refactor: update session loading method in SessionStore
teknium1 Feb 23, 2026
79f8831
refactor: improve message source tagging in GatewayRunner
teknium1 Feb 23, 2026
674a6f9
feat: unify set-home command naming across platforms
teknium1 Feb 23, 2026
b3bf21d
refactor: update environment variable configuration and add multi-sel…
Feb 23, 2026
6447a60
feat: add Node.js installation support to the setup script
Feb 23, 2026
4d1f2ea
refactor: remove unused multi_select_cursor_brackets_style in prompt_…
Feb 23, 2026
0858ee2
refactor: rename HERMES_OPENAI_API_KEY to VOICE_TOOLS_OPENAI_KEY
Feb 23, 2026
cefe038
refactor: enhance environment variable configuration and setup wizard
Feb 23, 2026
0edfc7f
refactor: update tool progress environment variable defaults and impr…
Feb 23, 2026
f209a92
refactor: enhance setup wizard for messaging platform configuration
Feb 23, 2026
98e3a26
refactor: update user prompt in setup wizard for item selection
Feb 23, 2026
a9d16c4
refactor: streamline API key prompt in setup wizard
Feb 23, 2026
b103bb4
feat: add interactive tool configuration command
Feb 23, 2026
d802db4
refactor: improve tool configuration prompts for clarity
Feb 23, 2026
7a6d466
refactor: clarify user prompts in checklist interfaces
Feb 23, 2026
75d251b
feat: add API key requirement checks for toolsets
Feb 24, 2026
54dd1b3
feat: enhance README and update API client initialization
teknium1 Feb 24, 2026
a183827
feat: enhance README and improve environment configuration
teknium1 Feb 24, 2026
2bf96ad
feat: add ephemeral prefill messages and system prompt loading
teknium1 Feb 24, 2026
a30b2f3
feat: add landing page for Hermes Agent
teknium1 Feb 24, 2026
e049441
feat: add reasoning effort configuration for agent
teknium1 Feb 24, 2026
d64f62c
feat: enhance spinner output handling in display module
teknium1 Feb 24, 2026
c100541
refactor: remove direct stdout handling in spinner class
teknium1 Feb 24, 2026
681141a
fix: ansi escapes causing broken terminal cli output
teknium1 Feb 24, 2026
c1d9e9a
refactor: improve stdout handling in KawaiiSpinner class
teknium1 Feb 24, 2026
cc6bea8
feat: enhance session search tool with parent session resolution and …
teknium1 Feb 24, 2026
fd76ff6
fix: improve stdout/stderr handling in delegate_task function
teknium1 Feb 24, 2026
99af12a
chore: update landing page hero text for improved messaging
teknium1 Feb 24, 2026
6845852
refactor: update failure message handling in display module and add d…
teknium1 Feb 24, 2026
9190778
refactor: remove temporary debug logging in code execution tool
teknium1 Feb 24, 2026
80b90dd
refactor: update landing page metadata for clarity and engagement
teknium1 Feb 25, 2026
9166d56
style: enhance landing page responsiveness and layout
teknium1 Feb 25, 2026
9ec4f75
Provide example datagen config scripts
teknium1 Feb 25, 2026
6d74d42
refactor: update job execution configuration loading in scheduler
teknium1 Feb 25, 2026
6877d5f
docs: add note on message delivery in cronjob_tools
teknium1 Feb 25, 2026
41df8ee
refactor: enhance interrupt handling in AIAgent class
teknium1 Feb 25, 2026
f64a872
refactor: enhance session content handling in AIAgent and update TTS …
teknium1 Feb 25, 2026
757d012
refactor: remove outdated skills and references from MLOps
teknium1 Feb 25, 2026
740dd92
Release set of skills
teknium1 Feb 25, 2026
33bc1a3
docs: add sandboxed terminal usage recommendations to README
teknium1 Feb 25, 2026
69d3d3c
Hide Hermes model until next release with agentic capabilities
teknium1 Feb 25, 2026
3e311a0
Update banner image to new version
teknium1 Feb 25, 2026
63f6afd
Update README.md to replace badge links with new styles and add a lin…
teknium1 Feb 25, 2026
b35dbb0
Update README.md to refine the description of the AI agent, emphasizi…
teknium1 Feb 25, 2026
54e50b8
Update README.md to clarify the description of the AI agent, emphasiz…
teknium1 Feb 25, 2026
b5dbf8e
Update model version in hermes_cli to use openai/gpt-5.3-codex
teknium1 Feb 25, 2026
21a59a4
refactor: improve SSH cloning process in install script
teknium1 Feb 25, 2026
cd66546
refactor: enhance install script output and command handling
teknium1 Feb 25, 2026
5a07e26
fix: align threading docstring with implementation
VolodymyrBg Feb 25, 2026
3c5bf5b
refactor: enhance error handling in user prompts
teknium1 Feb 25, 2026
d72b9ea
More fixes for windoze
teknium1 Feb 25, 2026
8fc28c3
test: reorganize test structure and add missing unit tests
0xbyt4 Feb 26, 2026
cbff325
one more windoze fix?
teknium1 Feb 26, 2026
9a858b8
add identifier for openrouter calls
teknium1 Feb 26, 2026
55a0178
refactor: enhance configuration loading for GatewayRunner
teknium1 Feb 26, 2026
e3cb957
refactor: streamline reasoning configuration checks in AIAgent
teknium1 Feb 26, 2026
7a3656a
refactor: integrate Nous Portal support in auxiliary client
teknium1 Feb 26, 2026
cbde854
Fix for gateway not using nous auth: issue #28
teknium1 Feb 26, 2026
b6d7e22
Fix Docker backend failures on macOS
Feb 26, 2026
0310170
Fix subagent auth: propagate parent API key to child agents
Feb 26, 2026
f1311ad
refactor: update Obsidian vault path handling
teknium1 Feb 26, 2026
95b6bd5
Harden agent attack surface: scan writes to memory, skills, cron, and…
Feb 26, 2026
9fc0ca0
add full support for whatsapp
teknium1 Feb 26, 2026
eb88474
fix: strip emoji characters from menu labels in TerminalMenu
teknium1 Feb 26, 2026
e5bd25c
Fix: #41
teknium1 Feb 26, 2026
5a569eb
fix: resolve .env and config paths from HERMES_HOME, not PROJECT_ROOT
deankerr Feb 26, 2026
d2c932d
add session resumption for cli with easy copy paste command
teknium1 Feb 26, 2026
3c1e31d
Implement session continuation feature in CLI
teknium1 Feb 26, 2026
76badfe
Enhance CLI documentation and functionality for session resumption
teknium1 Feb 26, 2026
53b3177
Merge pull request #48 from deankerr/fix/config-path-resolution
teknium1 Feb 26, 2026
faa185e
Merge branch 'main' into fix/docker-backend-macos
teknium1 Feb 26, 2026
8463b7e
Merge pull request #46 from rsavitt/fix/docker-backend-macos
teknium1 Feb 26, 2026
9eb4a4a
fix: gateway credential resolution, memory flush auth, and LLM_MODEL …
teknium1 Feb 26, 2026
9cc2cf3
Add youtube transcript collection skill:
teknium1 Feb 26, 2026
6c86c7c
Add output format examples for YouTube content
teknium1 Feb 26, 2026
cf3236e
fix: resolve .env path from ~/.hermes/ in cli.py, matching run_agent.…
deankerr Feb 26, 2026
1b8eb85
Add npm audit checks for Node.js packages in doctor.py
teknium1 Feb 26, 2026
dcf370c
Merge pull request #34 from 0xbyt4/test/reorganize-and-add-unit-tests
teknium1 Feb 26, 2026
f2891b7
fix: respect HERMES_HOME env var in gateway and cron scheduler
deankerr Feb 26, 2026
696e231
fix: respect HERMES_HOME and add encoding fallback in rl_cli.py
deankerr Feb 26, 2026
9dc5615
fix: use HERMES_HOME constant in doctor.py directory check
deankerr Feb 26, 2026
688ccf0
Format
JoshuaMart Feb 26, 2026
ebe25fe
Add missing mkdir
JoshuaMart Feb 26, 2026
d372eb1
feat: add uv.lock file for package management
teknium1 Feb 26, 2026
178658b
test: enhance session source tests and add validation for chat types
teknium1 Feb 26, 2026
c4096b4
Merge pull request #27 from VolodymyrBg/fix/tool-context-docstring-th…
teknium1 Feb 26, 2026
1d04074
Merge pull request #53 from JoshuaMart/fix/install
teknium1 Feb 26, 2026
cb92fbe
feat: add Notion block types reference documentation
teknium1 Feb 26, 2026
7a4241e
Co-authored-by: Dogila Developer <valeshera11@gmail.com>
teknium1 Feb 26, 2026
9a148bb
Merge pull request #51 from deankerr/fix/cli-env-path-resolution
teknium1 Feb 26, 2026
8bd8211
docs: update README with security details and environment variable de…
teknium1 Feb 26, 2026
240f33a
feat(docker): add support check for Docker's --storage-opt option
teknium1 Feb 26, 2026
3227cc6
fix: prevent false positives in recursive delete detection
cutepawss Feb 26, 2026
f5c09a3
test: add regression tests for recursive delete false positive fix
cutepawss Feb 26, 2026
a8ccaca
Merge pull request #68 from cutepawss/fix/dangerous-cmd-regex-false-p…
teknium1 Feb 26, 2026
760fb2c
feat(install): enhance installation script for build tools and intera…
teknium1 Feb 26, 2026
bf9dd83
fix(cli): improve description extraction for toolsets
teknium1 Feb 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
201 changes: 0 additions & 201 deletions .cursorrules

This file was deleted.

Loading