@ifi/oh-pi-ant-colony 0.2.15 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -690,8 +690,8 @@ export default function antColonyExtension(pi: ExtensionAPI) {
690
690
  return container;
691
691
  });
692
692
 
693
- // ═══ Shortcut: Ctrl+Shift+A opens colony details panel ═══
694
- pi.registerShortcut("ctrl+shift+a", {
693
+ // ═══ Shortcut: Ctrl+Shift+C opens colony details panel ═══
694
+ pi.registerShortcut("ctrl+shift+c", {
695
695
  description: "Show ant colony details",
696
696
  async handler(ctx) {
697
697
  if (colonies.size === 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ifi/oh-pi-ant-colony",
3
- "version": "0.2.15",
3
+ "version": "0.3.0",
4
4
  "description": "Autonomous multi-agent swarm extension for pi — adaptive concurrency, pheromone communication.",
5
5
  "keywords": [
6
6
  "pi-package"