Commit Graph

  • 872bb0c432 add aishell main syui 2025-11-09 17:32:33 +09:00
  • 27658209d3 fix zshrc syui 2025-11-09 05:29:50 +09:00
  • 18d2860397 fix ai user syui 2025-11-09 05:26:32 +09:00
  • 66b416ebde Merge pull request #9 from syui/claude/aios-initial-direction-011CUrcij89bjpsbc7k8wQeo syui 2025-11-09 05:22:58 +09:00
  • b7b59f593a refactor: Enable workspace auto-entry with full sudo and skip permissions Claude 2025-11-08 20:17:02 +00:00
  • 3d86677dd2 fix: Add network configuration to install.sh Claude 2025-11-08 19:44:20 +00:00
  • c20c49d5e0 fix: Remove unnecessary aios.zsh and config.json Claude 2025-11-08 19:42:18 +00:00
  • c93f972c4a Merge pull request #8 from syui/claude/aios-initial-direction-011CUrcij89bjpsbc7k8wQeo syui 2025-11-08 22:27:22 +09:00
  • 5d7f06282e refactor: Simplify startup - user manages containers and MCP Claude 2025-11-08 13:04:28 +00:00
  • 2162463382 Revert workspace.nspawn to simple configuration Claude 2025-11-07 20:00:21 +00:00
  • f965547b6c fix: Add nested container support to workspace.nspawn Claude 2025-11-07 19:54:07 +00:00
  • d3ea2cc78d Revert: Restore Boot=yes and machinectl start workspace Claude 2025-11-07 19:06:30 +00:00
  • 66f3fe4045 Revert to systemd-nspawn without manual bind mount Claude 2025-11-07 19:02:01 +00:00
  • 30ebfcf933 refactor: Use chroot instead of systemd-nspawn for workspace entry Claude 2025-11-07 18:59:08 +00:00
  • 66a5c6d16f refactor: Use systemd-nspawn directly instead of machinectl Claude 2025-11-07 18:57:53 +00:00
  • 62db018527 Merge pull request #7 from syui/claude/aios-initial-direction-011CUrcij89bjpsbc7k8wQeo syui 2025-11-08 03:28:49 +09:00
  • 111fa7b828 fix: Remove Boot requirement from workspace to avoid audit error Claude 2025-11-07 18:14:24 +00:00
  • 7b0cb8e183 fix: Remove PrivateUsers from workspace.nspawn to fix nested container issue Claude 2025-11-07 18:05:16 +00:00
  • 2d98f58232 Merge pull request #6 from syui/claude/aios-initial-direction-011CUrcij89bjpsbc7k8wQeo syui 2025-11-08 02:33:23 +09:00
  • fe1f150634 refactor: Rename restore-img to restore Claude 2025-11-07 17:30:25 +00:00
  • e62288c872 fix: Add backup step in user-continer.sh to prevent recursion Claude 2025-11-07 17:29:35 +00:00
  • fd922287c0 Merge pull request #5 from syui/claude/aios-initial-direction-011CUrcij89bjpsbc7k8wQeo syui 2025-11-08 02:18:06 +09:00
  • 2773101035 chore: Clean up source directories after building aigpt and aibot Claude 2025-11-07 17:17:05 +00:00
  • 66a95b912b fix syui 2025-11-08 02:07:29 +09:00
  • 68817ba8de Merge pull request #4 from syui/claude/aios-initial-direction-011CUrcij89bjpsbc7k8wQeo syui 2025-11-08 02:07:02 +09:00
  • 4352a7d0e3 fix: Correct OS structure - root.x86_64 is OS root, not machines/aios Claude 2025-11-07 16:55:36 +00:00
  • b41052b9a8 feat: Implement user-dir sharing between ai user and workspace root Claude 2025-11-07 16:45:12 +00:00
  • 100471646e fix: Share claude config/memory between ai user and container Claude 2025-11-07 16:40:54 +00:00
  • 5264e9866c feat: Implement aios core concept - start from container with claude Claude 2025-11-07 16:35:01 +00:00
  • 1ca53c489c fix: Create child containers before user setup Claude 2025-11-07 15:32:45 +00:00
  • d1c3ab94cb refactor: Remove unnecessary backup step in container creation Claude 2025-11-07 15:30:17 +00:00
  • fd25a50395 refactor: Simplify child container creation by copying aios itself Claude 2025-11-07 15:25:01 +00:00
  • 642ccb28a6 refactor: Create child containers during build as root, not at ai user login Claude 2025-11-07 15:21:14 +00:00
  • d575a489ce Merge pull request #3 from syui/claude/aios-initial-direction-011CUrcij89bjpsbc7k8wQeo syui 2025-11-08 00:15:24 +09:00
  • e2b0d7a51d refactor: Simplify install.sh and rename arch to aios throughout Claude 2025-11-07 15:00:01 +00:00
  • 1aab33cb04 feat: Add automatic workspace container initialization on first login Claude 2025-11-07 14:54:51 +00:00
  • cdf38812fc fix: Add securetty config and enable systemd-machined for container operations Claude 2025-11-07 14:50:03 +00:00
  • abdb399552 fix: Remove unused BACKUP variable from install.sh Claude 2025-11-07 14:44:43 +00:00
  • 49da9ec86a fix: Don't pre-create child containers - let ai user create them as needed Claude 2025-11-07 14:41:36 +00:00
  • e88b241519 fix: Restructure containers - aios contains child containers internally Claude 2025-11-07 14:40:46 +00:00
  • a35a6bc870 feat: Auto-register aigpt MCP server on first login Claude 2025-11-07 14:28:58 +00:00
  • a447cb98f0 fix: Skip bootstrap_packages validation when not specified in mkarchiso Claude 2025-11-07 13:26:59 +00:00
  • a833a60bac fix: Remove set -e from build.zsh to prevent early exit on errors Claude 2025-11-07 13:25:43 +00:00
  • 7b889fd5a2 revert: Remove bootstrap_packages configuration (not needed with custom mkarchiso) Claude 2025-11-07 13:22:51 +00:00
  • 87738e1e0b fix: Add bootstrap_packages.x86_64 configuration for mkarchiso Claude 2025-11-07 13:19:33 +00:00
  • 19337566a9 fix: Handle missing tarball in cleanup gracefully Claude 2025-11-07 13:16:48 +00:00
  • fb31108cf7 feat: Add cleanup step to build.zsh before building Claude 2025-11-07 13:15:36 +00:00
  • 355c3dceb4 fix: Remove exec from claude auto-start to allow manual shell usage Claude 2025-11-07 13:05:26 +00:00
  • 511cf960d6 feat: Pre-create containers in build.zsh Claude 2025-11-07 12:53:12 +00:00
  • 506b93b5f4 refactor: Move core aios packages to build.zsh Claude 2025-11-07 12:35:19 +00:00
  • d65b1242fe refactor: Modularize build.zsh into separate setup scripts Claude 2025-11-07 12:25:51 +00:00
  • 7abf48a8fd feat: Add auto-start claude for ai user in login shell Claude 2025-11-07 12:17:19 +00:00
  • 4caa0bbbc6 fix: Improve force removal of existing images in install.sh Claude 2025-11-07 11:47:12 +00:00
  • a66d080a30 Merge pull request #2 from syui/claude/aios-initial-direction-011CUrcij89bjpsbc7k8wQeo syui 2025-11-07 20:45:46 +09:00
  • 5f4384d812 feat: Remove existing images before cloning in install.sh Claude 2025-11-07 11:29:55 +00:00
  • e0e012da9e fix ignore syui 2025-11-07 20:28:53 +09:00
  • 74f6eea1a3 fix: Uncomment install.sh in .gitignore Claude 2025-11-07 11:27:35 +00:00
  • ea207bedd5 Merge remote-tracking branch 'origin/main' into claude/aios-initial-direction-011CUrcij89bjpsbc7k8wQeo Claude 2025-11-07 11:26:27 +00:00
  • 4cbc1562f5 chore: Remove outdated aios-install.sh Claude 2025-11-07 11:25:35 +00:00
  • 97be1cd8c4 rm aios-install.sh syui 2025-11-07 20:24:54 +09:00
  • 514930c2e3 Merge pull request #1 from syui/claude/aios-initial-direction-011CUrcij89bjpsbc7k8wQeo syui 2025-11-07 16:14:43 +09:00
  • 7d531c2608 fix: Remove claude.service and fix network settings Claude 2025-11-07 07:02:43 +00:00
  • ff161f84a0 feat: Add workspace container with claude auto-start Claude 2025-11-07 06:02:40 +00:00
  • ab50bc29f0 fix: Configure Claude Code settings via symlink for sharing Claude 2025-11-06 17:12:49 +00:00
  • c2149966ec chore: Add build artifacts to .gitignore Claude 2025-11-06 16:00:49 +00:00
  • a3e1878c14 feat: Add machinectl management and backup/restore system Claude 2025-11-06 15:56:00 +00:00
  • 8e74f906a0 feat: Add optional auto-startup for claude Claude 2025-11-06 15:39:47 +00:00
  • baece04bba fix: Configure sudo for specific commands only Claude 2025-11-06 15:19:48 +00:00
  • 69754d9df0 feat: Add default user 'ai' with auto-login Claude 2025-11-06 15:18:04 +00:00
  • a411b36108 fix: Create Claude MCP config file directly Claude 2025-11-06 15:14:42 +00:00
  • b7077becdb feat: Auto-register aigpt to Claude MCP during build Claude 2025-11-06 15:13:03 +00:00
  • 22b1502f58 fix: Add missing os-release copy to build process Claude 2025-11-06 14:51:31 +00:00
  • bf27244544 fix: Update arch-chroot paths for new archiso structure Claude 2025-11-06 14:26:53 +00:00
  • 34f40e82c1 feat: Improve os-release with standard fields Claude 2025-11-06 13:35:21 +00:00
  • f5c5b83955 fix: Change "ai os" to "aios" in cfg files Claude 2025-11-06 13:34:31 +00:00
  • 80e40a53ec Refactor aios: Focus on Claude Code + aigpt simplicity Claude 2025-11-06 13:19:48 +00:00
  • ee4b8c052f Implement aios initial direction: AI-managed OS with shared memory Claude 2025-11-06 12:36:50 +00:00
  • 94d16d9a21 add scpt syui 2025-08-10 07:56:31 +09:00
  • ccd4aab9af add ai.conf syui 2025-07-04 11:46:50 +09:00
  • 591c34b61b fix podman syui 2025-04-12 02:49:39 +09:00
  • c3772d1b93 fix actions syui 2025-03-26 14:04:25 +09:00
  • d4e96f0282 fix actions syui 2025-03-26 13:06:40 +09:00
  • 2dc46f5897 fix gh-actions syui 2025-02-24 17:15:06 +09:00
  • 15a6af27ce add gh-actions cron syui 2025-02-24 16:55:38 +09:00
  • 65aa20dfe6 fix bc syui 2025-01-20 16:31:50 +09:00
  • 04b6c5de6c test ge-actions syui 2024-08-25 13:04:43 +09:00
  • 35a33a7ca6 add bc syui 2024-08-04 08:01:21 +09:00
  • 862dca006b fix actions syui 2024-04-14 05:05:47 +09:00
  • f396610305 fix gh syui 2024-03-06 07:46:34 +09:00
  • cd9472d18a config podman syui 2024-03-06 07:21:52 +09:00
  • 74c7d3b1bb add podman syui 2024-03-06 07:17:13 +09:00
  • c3330a75d9 update readme syui 2024-03-06 03:02:03 +09:00
  • f1c3874ed2 add gitea actions syui 2024-03-05 12:42:20 +09:00
  • e4492680bb add gitea actions latest syui 2024-03-05 12:42:20 +09:00
  • 296e9b2f29 add golang syui 2024-02-21 22:45:41 +09:00
  • 303c65071a test systemd-nspawn syui 2024-02-16 18:33:18 +09:00
  • c87207e746 add actions syui 2024-02-12 10:18:52 +09:00
  • b90fcbdd0d add docker syui 2024-02-08 19:04:45 +09:00
  • 225d7af6a8 first commit syui 2024-02-08 19:04:26 +09:00