copilotoffice 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A 2D pixel-art RPG-style game where you walk around a virtual office and interact with AI agents. Each NPC runs a real Copilot CLI session with full coding capabilities — plan tasks, debug code, and orchestrate multi-agent workflows from inside a game.
4
4
 
5
- ![Agency Office](assets/game-screenshot.png)
5
+ ![Agency Office](https://raw.githubusercontent.com/dan1510123/CopilotOffice/main/assets/game-screenshot.png)
6
6
 
7
7
  ## Features
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "copilotoffice",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "A 2D pixel-art game where you interact with AI agents in a virtual office",
5
5
  "main": "dist/electron/main.js",
6
6
  "bin": {