• Joined on 2025-04-12
oib pushed to main at oib/aitbc 2026-03-15 22:33:15 +01:00
0cf7971bfb Merge pull request 'Secure pickle deserialization in IPFS storage (issue #22)' (#27) from 22-pickle-security into main
cf5684f596 fix: also secure pickle in translation_cache.py
1730f3e416 fix: secure pickle deserialization in IPFS storage service (issue #22)
Compare 3 commits »
oib merged pull request oib/aitbc#27 2026-03-15 22:33:13 +01:00
Secure pickle deserialization in IPFS storage (issue #22)
oib pushed to main at oib/aitbc 2026-03-15 22:33:00 +01:00
55eafab4c4 Merge pull request 'Enforce structured issue creation for agents' (#28) from structured-issues-template into main
da3d1ff042 feat: enforce structured issue creation for agents
Compare 2 commits »
oib merged pull request oib/aitbc#28 2026-03-15 22:32:58 +01:00
Enforce structured issue creation for agents
oib created branch structured-issues-template in oib/aitbc 2026-03-15 22:29:26 +01:00
oib pushed to structured-issues-template at oib/aitbc 2026-03-15 22:29:26 +01:00
da3d1ff042 feat: enforce structured issue creation for agents
oib pushed to 22-pickle-security at oib/aitbc 2026-03-15 22:23:51 +01:00
cf5684f596 fix: also secure pickle in translation_cache.py
oib pushed to 22-pickle-security at oib/aitbc 2026-03-15 22:23:00 +01:00
1730f3e416 fix: secure pickle deserialization in IPFS storage service (issue #22)
oib created branch 22-pickle-security in oib/aitbc 2026-03-15 22:22:59 +01:00
oib pushed to main at oib/aitbc 2026-03-15 22:21:33 +01:00
6935c2d13d Merge pull request 'Refactor CLI command imports to be more robust (issue #21)' (#26) from aitbc1/23-remove-print-statements-from-library-cod into main
0c6de3be4b refactor(cli): centralize coordinator-api imports (issue #21)
Compare 2 commits »
oib merged pull request oib/aitbc#26 2026-03-15 22:21:32 +01:00
Refactor CLI command imports to be more robust (issue #21)
oib pushed to aitbc1/23-remove-print-statements-from-library-cod at oib/aitbc 2026-03-15 22:04:27 +01:00
0c6de3be4b refactor(cli): centralize coordinator-api imports (issue #21)
oib pushed to aitbc1/23-remove-print-statements-from-library-cod at oib/aitbc 2026-03-15 21:42:29 +01:00
86fc74f283 Merge pull request 'Remove print statements from library code (issue #23)' (#24) from aitbc1/23-remove-print-statements-from-library-cod into main
70b9400e26 Merge pull request 'Fix aitbc-agent-sdk installation by removing broken pyproject.toml' (#19) from aitbc1/8-create-readme-for-agent-sdk into main
87fe8ab658 Merge pull request 'Add tests for aitbc-core package (Python 3.13 fix)' (#18) from aitbc1/7-add-tests-for-aitbc-core-package into main
c9be2e58c3 Remove broken pyproject.toml; rely on setup.py for installation.
c7c093f129 Fix exception formatting for Python 3.13: handle exc_info=True capture correctly. Updated test to use sys.exc_info() for immediate capture.
Compare 5 commits »
oib deleted branch claim/23 from oib/aitbc 2026-03-15 21:00:03 +01:00
oib pushed to main at oib/aitbc 2026-03-15 20:54:03 +01:00
86fc74f283 Merge pull request 'Remove print statements from library code (issue #23)' (#24) from aitbc1/23-remove-print-statements-from-library-cod into main
0c071f5d89 fix: remove print statements from library code (issue #23)
Compare 2 commits »
oib merged pull request oib/aitbc#24 2026-03-15 20:54:00 +01:00
Remove print statements from library code (issue #23)
oib pushed to main at oib/aitbc 2026-03-15 20:53:29 +01:00
70b9400e26 Merge pull request 'Fix aitbc-agent-sdk installation by removing broken pyproject.toml' (#19) from aitbc1/8-create-readme-for-agent-sdk into main
c9be2e58c3 Remove broken pyproject.toml; rely on setup.py for installation.
Compare 2 commits »
oib merged pull request oib/aitbc#19 2026-03-15 20:53:25 +01:00
Fix aitbc-agent-sdk installation by removing broken pyproject.toml
oib pushed to main at oib/aitbc 2026-03-15 20:53:09 +01:00
87fe8ab658 Merge pull request 'Add tests for aitbc-core package (Python 3.13 fix)' (#18) from aitbc1/7-add-tests-for-aitbc-core-package into main
c7c093f129 Fix exception formatting for Python 3.13: handle exc_info=True capture correctly. Updated test to use sys.exc_info() for immediate capture.
Compare 2 commits »
oib merged pull request oib/aitbc#18 2026-03-15 20:53:06 +01:00
Add tests for aitbc-core package (Python 3.13 fix)