Dhruv Sharma
dfc8cdf516
Merge pull request #790 from gautamtayal1/fix/git-worktree-origin
...
fix (workspace): bugfix with git worktree creation for local repos
2026-03-29 22:18:13 +05:30
Dhruv Sharma
d65d72e5c1
Merge pull request #797 from gautamtayal1/refactor/migrate-to-clack-prompts
...
refactor(cli): replace readline prompts with clack prompts
2026-03-29 22:17:49 +05:30
Harshit Singh Bhandari
8f271c4da5
Merge pull request #795 from harshitsinghbhandari/main
...
Fix: Resolved OpenCode discovery flakiness via extended timeouts, enabled integration test suite, and parallelized CLI session/status I/O for 80% faster response times.
2026-03-29 19:01:07 +05:30
harshitsinghbhandari
844c97cb63
minor fix
2026-03-29 18:52:34 +05:30
harshitsinghbhandari
8cafb578ba
fix(core): sync enrichment timeout with discovery constant to ensure sufficient headroom
2026-03-29 18:47:00 +05:30
Gautam Tayal
5ba73016e0
fix: update promptSelect to handle undefined initialValue
2026-03-29 18:39:32 +05:30
suraj_markup
523550dd15
Merge pull request #791 from ComposioHQ/changeset-release/main
...
chore: version packages
2026-03-29 18:31:32 +05:30
harshitsinghbhandari
e858cef29b
perf(cli): parallelize tmux activity and agent introspection in fallback 'ao status'
2026-03-29 18:28:16 +05:30
harshitsinghbhandari
124cc33745
perf(cli): parallelize I/O calls in 'ao session ls' for faster listing
2026-03-29 18:28:04 +05:30
Gautam Tayal
a180520575
refactor(cli): replace readline prompts with clack prompts
2026-03-29 18:06:27 +05:30
suraj-markup
e9d7b64b05
chore: trigger CI for release PR
2026-03-29 17:11:48 +05:30
harshitsinghbhandari
dd21054f48
extend opencode discovery timeout, include integration tests in pnpm test
2026-03-29 16:44:53 +05:30
github-actions[bot]
d1e937b855
chore: version packages
2026-03-29 09:21:26 +00:00
suraj_markup
f73aebe634
Merge pull request #761 from suraj-markup/fix-runtime-terminal-projectid-hardening
...
fix(web): runtime terminal port resolution + project-id hardening
2026-03-29 14:50:25 +05:30
Gautam Tayal
b83686b662
test(workspace): add test for handling existing branch with local default-branch fallback
2026-03-29 14:16:54 +05:30
Gautam Tayal
f113f8b801
fix(workspace): improve error handling in worktree creation
2026-03-29 13:18:41 +05:30
Gautam Tayal
ffcf5ea8bb
feat(workspace): enhance worktree creation with remote branch resolution
2026-03-29 12:51:46 +05:30
suraj-markup
f82e4e6ad9
fix(test): replace dynamic delete with Reflect.deleteProperty in withEnv
...
Fixes @typescript-eslint/no-dynamic-delete lint error in api-routes.test.ts
which was breaking Lint, Typecheck, and the onboarding build check.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 03:58:38 +05:30
suraj_markup
677df4b4f2
Merge pull request #754 from gautamtayal1/fix/cli-prompt-multi-projects
...
refactor(cli): prompt user when multiple projects are configured
2026-03-29 03:51:57 +05:30
suraj-markup
717253cf8e
fix(web): harden project validation, fetch timeout, and test coverage
...
- centralize project existence check via validateConfiguredProject
(Object.hasOwn) and apply to spawn, issues, verify, orchestrators routes
- add AbortController (1.5s) to runtime terminal config fetch in DirectTerminal
- add runtimeFetchDone flag to prevent repeated fetches on reconnect
- restore resolveDashboardProjectFilter fallback to getPrimaryProjectId()
- expand runtime terminal endpoint tests (defaults, invalid ports, proxy path)
- add validation.test.ts covering prototype-chain bypass cases
- add undefined case test for resolveDashboardProjectFilter
- update changeset with full list of changes for npm publish
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 03:17:42 +05:30
Ashish Huddar
25ec462499
Merge pull request #775 from ComposioHQ/ashish921998/add-design-md
...
feat: add comprehensive design system (DESIGN.md)
2026-03-29 01:06:12 +05:30
Ashish Huddar
8d16049222
fix: correct mismatched status colors after light/dark token swap
...
- Light mode --color-status-ready: #5B7EF8 → #5e6ad2 (DESIGN.md specifies darker shade for light backgrounds)
- Light mode --color-tint-red: rgba(207,34,46,...) → rgba(220,38,38,...) to match new #dc2626
- Dark mode --color-tint-red: rgba(255,123,114,...) → rgba(239,68,68,...) to match new #ef4444
- ActivityDot.tsx: update hardcoded bg tints — active gets green rgba(34,197,94,0.1), ready gets blue rgba(91,126,248,0.1)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 00:42:34 +05:30
Ashish Huddar
f4ba0fb64d
implement design system: Geist Sans, new accent tokens, GPU-composited dot pulse
...
- Replace IBM Plex Sans/Mono with Geist Sans (keep JetBrains Mono)
- Update accent: #5e6ad2 → #5B7EF8 (blue), add amber respond/cyan review status tokens
- Update status colors: working=green #22c55e, ready=blue #5B7EF8, error=red #ef4444
- Add --radius-base: 2px; apply 2px border-radius to session cards and orchestrator buttons
- Replace box-shadow activity-pulse with GPU-composited dot-ring pseudo-element (.dot-pulse)
- Remove ready-rail-breathe and ready-sheen keyframes (decorative anxiety, high perf cost)
- Update card entrance: slide-up uses 8px translateY and spring easing cubic-bezier(0.16,1,0.3,1)
- Cap nav backdrop-filter at blur(12px)
- Add contain: layout style paint to session cards
- Pulse animation min-opacity 0.4→0.6
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 00:10:28 +05:30
Ashish Huddar
0cfae4962b
chore: remove .gstack/ from .gitignore
...
~/.gstack/ is a home directory path, never tracked by the repo.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-28 23:57:55 +05:30
Ashish Huddar
d87d79b970
feat: add comprehensive design system (DESIGN.md)
...
Complete design system created via /design-consultation with competitive
research (Conductor.build, T3 Code, OpenAI Codex, Emdash) and 4 design
voices (primary, Codex CLI, Claude subagent, Emil Kowalski design eng).
Key decisions: Geist Sans + JetBrains Mono (2 fonts), dual accent system
(blue #5B7EF8 + amber #f1be64), 2px base border-radius, GPU-composited
animations, status colors with distinct semantic roles.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 23:55:24 +05:30
Gautam Tayal
b010e322e0
fix
2026-03-28 21:47:31 +05:30
Gautam Tayal
e03d22871e
fix
2026-03-28 21:46:16 +05:30
Gautam Tayal
db7a7039e9
fix
2026-03-28 21:41:51 +05:30
Gautam Tayal
3860a42424
fix
2026-03-28 21:40:21 +05:30
suraj-markup
5315e4e0ab
fix(web): runtime terminal port resolution + project-id hardening
2026-03-28 19:23:15 +05:30
Gautam Tayal
b83347402b
fix
2026-03-28 13:58:41 +05:30
Gautam Tayal
8da1c2e54f
fix
2026-03-28 13:18:10 +05:30
Gautam Tayal
71d7411ada
refactor(cli): update project resolution to prompt user for selection in multi-project scenarios
2026-03-28 13:10:10 +05:30
Dhruv Sharma
b1b32adb0f
Merge pull request #750 from harshitsinghbhandari/phase3-refactor
...
Last Phase of Tests Refactor
2026-03-28 10:14:40 +05:30
harshitsinghbhandari
5f7a3d50cb
fix: comments fixed
2026-03-28 03:15:35 +05:30
harshitsinghbhandari
2a7c4a3f57
phase3-done
2026-03-28 02:57:53 +05:30
Dhruv Sharma
2345385728
Merge pull request #749 from illegalcall/feat/openclaw-integration
...
fix: minor name update
2026-03-28 02:48:39 +05:30
Dhruv Sharma
1bc25622b6
fix: minor name update
2026-03-28 02:42:16 +05:30
Dhruv Sharma
a26b0bc5c5
Merge pull request #728 from ComposioHQ/feat/724
...
refactor(core): decompose session-manager.test.ts into modular test files
2026-03-28 02:01:22 +05:30
Dhruv Sharma
ff48b052a8
Merge pull request #720 from harshitsinghbhandari/patch-1
...
feat(core): extract shared test utilities and migrate lifecycle-manager tests
2026-03-28 00:51:58 +05:30
harshitsinghbhandari
b49c69ba78
fix: last 10 commits for secrets check
2026-03-27 22:38:58 +05:30
harshitsinghbhandari
47fa76c0de
fix: latest issue
2026-03-27 22:34:05 +05:30
Dhruv Sharma
c487b40919
Merge pull request #735 from ruskaruma/fix/mandate-ao-cli-in-prompt
...
fix(core): mandate ao send and ban raw tmux in orchestrator prompt
2026-03-27 22:16:35 +05:30
ruskaruma
b65cc702be
fix: correct ao send --no-wait wording per review
2026-03-27 20:50:13 +05:30
harshitsinghbhandari
540dad772b
fix: comments from #720 fixed
2026-03-27 20:32:20 +05:30
Harshit Singh Bhandari
01b93706f4
Merge pull request #3 from ComposioHQ/main
...
merge
2026-03-27 19:30:27 +05:30
ruskaruma
c975f952ff
fix(core):mandate ao send and ban raw tmux ( #340 )
2026-03-27 12:28:02 +05:30
Dhruv Sharma
3f4a08b251
Merge pull request #732 from ComposioHQ/feat/721
...
Fix Gitleaks errors and checksum issues.
2026-03-27 11:14:31 +05:30
copilot-swe-agent[bot]
91117f9e36
ci: fix gitleaks checksum filename, install dir, fetch-depth, and PR SHA fetch
...
Agent-Logs-Url: https://github.com/ComposioHQ/agent-orchestrator/sessions/87c2a42f-535a-4051-ab50-1f3fcc5aac1d
Co-authored-by: harshitsinghbhandari <212377671+harshitsinghbhandari@users.noreply.github.com>
2026-03-27 05:26:08 +00:00
Harshit Singh Bhandari
c36440df62
Merge pull request #731 from harshitsinghbhandari/feat/721
...
ci: add gitleaks checksum verification and optimize fetch-depth
2026-03-27 10:45:53 +05:30