Open Issues Need Help
View All on GitHubAI Summary: The README documentation for the AIC API might be unclear regarding the correct base path. Users have found that '/api/aic/v0.1' returns a 404 error, while '/aic/v0.1' works. The suggestion is to update the documentation with a full example URL to avoid this confusion.
Web-based 2D top-down multiplayer virtual world where humans and AI agents coexist
AI Summary: The README's TypeScript version badge displays '5.9', but the actual `package.json` dependencies allow for '5.4.0' or higher. This discrepancy can lead to confusion about the project's supported TypeScript version. The proposed solutions are to either update the README badge to '5.4' or upgrade the `package.json` to '5.9' and document the change.
Web-based 2D top-down multiplayer virtual world where humans and AI agents coexist
AI Summary: This issue highlights inconsistencies in Node.js version requirements across the project's documentation (README, package.json, .nvmrc, and Dockerfile). The proposed solutions involve unifying all versions to Node.js 22.x (current LTS) or clearly defining version requirements based on their intended use (development, minimum support, Docker).
Web-based 2D top-down multiplayer virtual world where humans and AI agents coexist