Commit graph

30 commits

Author SHA1 Message Date
a5e8a69cd4 abort route 2026-03-12 15:21:04 -04:00
3ff9f21a4f fix: terminate xdotool type options
Address the latest PR 305 review comment by passing typed text after an explicit option separator and add a regression test that captures the forwarded argv.

Co-authored-by: Codex <noreply@openai.com>
2026-03-11 14:49:05 -04:00
8a43732b7e fix: validate computer snapshot ids
- reject unsafe snapshot ids in the TypeScript wrapper before spawning the helper
- reject unsafe snapshot ids in agent-computer before loading snapshot files
- add regression coverage for wrapper and helper traversal attempts

Co-authored-by: Codex <noreply@openai.com>
2026-03-11 14:34:10 -04:00
a4250bad30 fix: harden computer tool helper
- remove the unimplemented accessibility observe mode from the public contract
- refuse unmatched app_open requests instead of shelling out
- add direct helper tests for both review findings

Co-authored-by: Codex <noreply@openai.com>
2026-03-11 14:26:18 -04:00
e1bba1c1a5 computer use tool 2026-03-11 14:13:03 -04:00
3919bbf708 xubuntu 2026-03-11 03:38:50 -04:00
dd0c89d8aa ubuntu 2026-03-11 02:08:27 -04:00
536241053c refactor: finish companion rename migration
Complete the remaining pi-to-companion rename across companion-os, web, vm-orchestrator, docker, and archived fixtures.

Verification:
- semantic rg sweeps for Pi/piConfig/getPi/.pi runtime references
- npm run check in apps/companion-os (fails in this worktree: biome not found)

Co-authored-by: Codex <noreply@openai.com>
2026-03-10 07:39:32 -05:00
a5f4b58221 chat titles 2026-03-09 20:12:00 -07:00
89b705194b fix: address steer review feedback
Co-authored-by: Codex <noreply@openai.com>
2026-03-09 17:07:05 -07:00
4a29c13e0d feat: steer active chat messages
Co-authored-by: Codex <noreply@openai.com>
2026-03-09 16:56:24 -07:00
a1c66c805a model upgrade 2026-03-09 16:37:39 -07:00
Hari
7f72ee175d Merge pull request #275 from getcompanion-ai/prompt
prompt
2026-03-09 16:33:06 -04:00
ffb6f1db70 prompt 2026-03-09 13:31:12 -07:00
Hari
d880d2740e Merge pull request #273 from getcompanion-ai/grind
fix chat
2026-03-09 16:02:14 -04:00
3c0f74c1dc fix(coding-agent): harden chat stream completion
Flush final text before closing each AI SDK text block, surface event-processing failures to chat callers, and clear the remaining Companion OS check blockers.

fixes #273

Co-authored-by: Codex <noreply@openai.com>
2026-03-09 12:48:21 -07:00
85c2a0b675 rm bootstrap 2026-03-09 12:44:17 -07:00
bf9bfe38f7 update 2026-03-09 12:34:45 -07:00
6b2a639fb6 fix chat 2026-03-09 10:46:43 -07:00
Hari
f58ff785ce Merge pull request #272 from getcompanion-ai/grind
Add durable grind mode and non-mutating Companion OS checks
2026-03-09 12:26:52 -04:00
ff6e39dd10 grind mode baby 2026-03-08 23:38:13 -07:00
Hari
4c976822c4 Merge pull request #269 from getcompanion-ai/prompt
prompt
2026-03-09 01:54:48 -04:00
bc68e30b6a personality 2026-03-08 22:25:57 -07:00
e4ee3e64f4 single chat sot 2026-03-08 22:12:03 -07:00
aa70afbd7e align skills to pi native 2026-03-08 20:14:24 -07:00
59ad12335a Align pi sandbox context and bootstrap injection
Co-authored-by: Codex <noreply@openai.com>
2026-03-08 17:41:57 -07:00
d0835a13d6 merge: bring staging into deterministic hosting
Co-authored-by: Codex <noreply@openai.com>
2026-03-08 14:55:17 -07:00
4f2dd90d0f fix: address browser review feedback
Handle null browser exits, preserve empty-string wait targets, and avoid creating browser directories before action validation.

Co-authored-by: Codex <noreply@openai.com>
2026-03-08 12:57:22 -07:00
0720c47495 feat: add built-in browser tool
Add a first-class browser tool backed by agent-browser and enable it by default in coding sessions.

Include CLI and system-prompt wiring plus focused coverage for the new tool.

Co-authored-by: Codex <noreply@openai.com>
2026-03-08 12:50:50 -07:00
0250f72976 move pi-mono into companion-cloud as apps/companion-os
- Copy all pi-mono source into apps/companion-os/
- Update Dockerfile to COPY pre-built binary instead of downloading from GitHub Releases
- Update deploy-staging.yml to build pi from source (bun compile) before Docker build
- Add apps/companion-os/** to path triggers
- No more cross-repo dispatch needed

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 09:22:50 -08:00