• Joined on 2025-04-12
oib pushed to main at oib/aitbc 2026-03-31 16:54:06 +02:00
26592ddf55 release: sync package versions to v0.2.3
oib pushed to main at oib/aitbc 2026-03-31 16:53:04 +02:00
92981fb480 release: bump SDK version to 0.2.0
oib pushed to main at oib/aitbc 2026-03-31 16:50:09 +02:00
e23b4c2d27 standardize: update Node.js engine requirement to >=24.14.0
oib pushed to main at oib/aitbc 2026-03-31 16:48:55 +02:00
7e57bb03f2 docs: remove outdated test plan and blockchain RPC code map documentation
oib pushed to main at oib/aitbc 2026-03-31 16:41:54 +02:00
928aa5ebcd security: fix critical vulnerabilities in JavaScript packages
oib pushed tag v0.2.3 to oib/aitbc 2026-03-31 15:41:40 +02:00
oib pushed to main at oib/aitbc 2026-03-31 15:27:29 +02:00
de6e153854 Remove __pycache__ directories from remote
Compare 2 commits »
oib pushed to main at oib/aitbc 2026-03-31 14:07:55 +02:00
a510b9bdb4 feat: add aitbc1 agent training documentation and updated package-lock
oib pushed to main at oib/aitbc 2026-03-31 14:05:49 +02:00
43717b21fb feat: update AITBC CLI tools and RPC router - Mar 30 2026 development work
d2f7100594 fix: update idna to address security vulnerability
6b6653eeae fix: update requests and urllib3 to address security vulnerabilities
8fce67ecf3 fix: add missing poetry.lock file
e2844f44f8 add: root pyproject.toml for development environment health checks
Compare 7 commits »
oib pushed to main at oib/aitbc 2026-03-30 18:46:59 +02:00
fd3ba4a62d fix: update .windsurf workflows to use current port assignments
395b87e6f5 docs: deprecate legacy production config file
bda3a99a68 fix: update config directory port references to match new assignments
65b5d53b21 docs: add legacy port clarification to website documentation
b43b3aa3da fix: update website documentation to reflect current port assignments
Compare 37 commits »
oib pushed to main at oib/aitbc 2026-03-30 17:37:20 +02:00
5407ba391a fix: use standard /var/log/aitbc instead of symlinked /var/lib/aitbc/logs
aae3111d17 fix: remove duplicate /var/log/aitbc directory creation in setup script
da526f285a fix: remove SSH fallback for GitHub cloning, use HTTPS only
3e0c3f2fa4 fix: update Node.js minimum requirement to 24.14.0+ to match JavaScript SDK
209eedbb32 feat: add Node.js and npm to setup prerequisites
Compare 46 commits »
oib pushed to main at oib/aitbc 2026-03-30 15:23:05 +02:00
b920476ad9 fix: chain command N/A output + deduplicate RPC messaging routes
oib pushed to main at oib/aitbc 2026-03-30 14:41:05 +02:00
5b62791e95 fix: CLI bugs - network KeyError, mine-status/market-list missing handlers
oib pushed to main at oib/aitbc 2026-03-30 14:09:17 +02:00
0e551f3bbb chore: remove ai-memory directory and legacy documentation files
oib pushed to main at oib/aitbc 2026-03-30 13:34:23 +02:00
fb460816e4 fix: standardize exchange database path to use centralized data directory with environment variable
oib pushed to main at oib/aitbc 2026-03-30 09:05:23 +02:00
4c81d9c32e 🧹 Organize project root directory
oib pushed to main at oib/aitbc 2026-03-30 09:04:46 +02:00
12702fc15b ci: enhance test workflows with dependency fixes and service management improvements
oib pushed to main at oib/aitbc 2026-03-30 08:43:29 +02:00
b0ff378145 fix: consolidate virtual environment path and remove duplicate CLI requirements file
oib pushed to main at oib/aitbc 2026-03-30 08:22:19 +02:00
ece6f73195 feat: add AI agent, OpenClaw, workflow, and resource management commands to CLI
oib pushed to main at oib/aitbc 2026-03-30 08:18:40 +02:00
b5f5843c0f refactor: rename simple_wallet.py to aitbc_cli.py and update CLI launcher script