Files
openfang/crates/openfang-kernel/src
52647b2996 agent rename fix
* feat: add release-fast Cargo profile for faster dev builds

Introduces a `release-fast` profile that inherits from `release` but
uses thin LTO and 8 codegen units instead of full LTO + 1, cutting
link time significantly while remaining fast enough for integration
testing. Documents usage in CONTRIBUTING.md.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix: allow renaming an agent to its current name

AgentRegistry::update_name was calling name_index.contains_key()
without excluding the agent being renamed. Renaming to the same name
always returned AgentAlreadyExists instead of succeeding silently.

Fix: only error when a *different* agent owns the target name.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 14:44:22 +03:00
..
2026-03-01 04:16:17 +03:00
2026-03-09 21:19:50 +03:00
2026-03-08 22:29:54 +03:00
2026-03-10 18:24:33 +03:00
2026-03-15 06:28:23 +03:00
2026-03-15 00:18:34 +03:00
2026-03-15 14:44:22 +03:00
2026-03-14 22:49:43 +03:00
2026-03-12 01:22:45 +03:00
2026-03-05 22:57:08 +03:00
2026-03-12 23:33:19 +03:00