chore: migrate pi packages to earendil works scope
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
* Uses Kitty keyboard protocol for smooth movement (press/release detection)
|
||||
*/
|
||||
|
||||
import type { ExtensionAPI } from "@mariozechner/pi-coding-agent";
|
||||
import { isKeyRelease, Key, matchesKey, visibleWidth } from "@mariozechner/pi-tui";
|
||||
import type { ExtensionAPI } from "@earendil-works/pi-coding-agent";
|
||||
import { isKeyRelease, Key, matchesKey, visibleWidth } from "@earendil-works/pi-tui";
|
||||
|
||||
const GAME_WIDTH = 60;
|
||||
const GAME_HEIGHT = 24;
|
||||
|
||||
Reference in New Issue
Block a user