Commit Graph

  • abeab14fa7 Refactor: add CLI subcommand pass-through to task matcher Nikita 2025-12-07 18:29:37 +02:00
  • 307e0c06c1 Refactor show_hub_task_logs to remove unused variable and suppress dead code warnings Nikita 2025-12-07 18:23:51 +02:00
  • 0b10a60978 Add task_id option to TaskLogsOpts for fetching logs by hub task ID; delegate commit command to hub if available; implement hub health check and hub delegation logic; extend log viewer to fetch logs from hub by task ID, with follow and one-shot modes. Nikita 2025-12-07 18:08:01 +02:00
  • d6e709fcfd Implement logging for key steps in the commit workflow and enhance task matching with built-in command support. Nikita 2025-12-07 17:32:50 +02:00
  • af9428acbe Add commit command to stage, generate message via OpenAI, commit, and optionally push. Nikita 2025-12-07 17:20:17 +02:00
  • 3d72809608 Augment README with install steps, summary, and contrib guide Nikita 2025-12-07 11:29:38 +02:00
  • b36c33b21e Add confirm_on_match config and LM Studio confirmation flow Nikita 2025-12-07 10:55:57 +02:00
  • fc3b69e53a Add discovery-based task run and direct-match support Nikita 2025-12-07 10:36:16 +02:00
  • 33d3086c54 Add LM Studio-based task matching feature and CLI Nikita 2025-12-06 15:27:44 +02:00
  • 7fab76acab Add discovery for flow.toml tasks and wire into palette Nikita 2025-12-06 15:18:28 +02:00
  • 267c405b46 Enable interactive task execution with portable-pty support Nikita 2025-12-04 16:21:45 +02:00
  • b89d711934 Add Rerun subcommand to re-run last project task Nikita 2025-12-04 13:45:28 +02:00
  • c2ca1bef48 Refactor task execution to separate base command and args Nikita 2025-12-04 11:20:32 +02:00
  • 006ff9c768 Add server lifecycle actions and error-log docs Nikita 2025-12-02 21:13:37 +02:00
  • 283d1bbd93 Add docs for reactive log stream processing Nikita 2025-12-02 15:44:49 +02:00
  • 993f757cf0 Add log ingestion server, docs, and tests; remove lin binary Nikita 2025-12-02 14:58:07 +02:00
  • aa2b0118ca Add log_store module and ingestion/query endpoints Nikita 2025-12-02 13:15:17 +02:00
  • f53c11f3c6 Remove logging from ensure_command_dependencies_available and adjust calls Nikita 2025-12-02 10:50:27 +02:00
  • b67b890f44 Add interactive mode support for tasks (TTY passthrough) Nikita 2025-12-02 00:09:23 +02:00
  • f4eca7beb5 Remove path logging in run_command_with_tee Nikita 2025-12-01 23:48:56 +02:00
  • a2aa5c2d7d Add active project support and f active command Nikita 2025-12-01 17:36:17 +02:00
  • 20a952b44e Add quiet mode to task logs and refactor log selection Nikita 2025-12-01 17:09:10 +02:00
  • 6f7788f87e Add task log viewing and project listing commands Nikita 2025-12-01 14:40:51 +02:00
  • 4b94086af7 Add build timestamp embedding and build-time versioning Nikita 2025-12-01 13:41:03 +02:00
  • ea7bded4b7 Add PID-based process tracking and tracing spec Nikita 2025-12-01 11:34:57 +02:00
  • 57384f763c Add last task input history and full history view Nikita 2025-11-30 20:45:36 +02:00
  • e01be43956 Add LastCmd subcommand and last-invocation printer Nikita 2025-11-30 20:04:02 +02:00
  • 0f17ae23c9 Remove flox disabled marker message in run() Nikita 2025-11-30 13:56:01 +02:00
  • ef8082c5aa Add flox health check and host-path fallback in task execution Nikita 2025-11-30 13:54:17 +02:00
  • 3005667396 Add support for passing task args and hub delegation Nikita 2025-11-30 12:19:37 +02:00
  • ffca7f4235 disable flox after repeated activation failure Nikita 2025-11-29 17:00:49 +02:00
  • f023514920 Add release workflow, goreleaser config, packaging script, and docs Nikita 2025-11-29 14:10:35 +02:00
  • 1e0c870e53 Remove is_github_repo and switch to case-based URL parsing Nikita 2025-11-29 12:20:53 +02:00
  • b98a29a2b1 Parse GitHub owner/repo with Bash string ops and validate Nikita 2025-11-29 12:18:48 +02:00
  • 3a381a4891 Update readme and installer to default to tarball-based source install and main branch Nikita 2025-11-29 12:17:15 +02:00
  • b3d495258f Allow overriding repo URL with FLOW_REPO_URL and enable cargo fetch Nikita 2025-11-29 12:13:11 +02:00
  • da907deaa0 Add install script and update readme with install instructions Nikita 2025-11-29 12:10:42 +02:00
  • d18b888ea3 Add Tasks subcommand to list tasks from flow.toml Nikita 2025-11-25 02:10:47 +02:00
  • 615b83e3eb Add hub delegation support and hub runtime integration Nikita 2025-11-24 17:57:35 +02:00
  • 15d0abf180 Add lin_runtime module and CLI/runtime persistence Nikita 2025-11-24 15:15:45 +02:00
  • f0382514ac Fallback to host command on flox activation failure; extract run_on_host Nikita 2025-11-23 23:34:23 +02:00
  • 9c47294b2d Add initial Flox env scaffolding and flow toml spec doc Nikita 2025-11-23 23:31:14 +02:00
  • 229164dc2b . Nikita 2025-11-23 11:34:38 +02:00
  • 6e944aa536 Add init subcommand and global palette search; simplify CLI Nikita 2025-11-23 11:33:17 +02:00
  • a193e7fb50 . Nikita 2025-11-23 10:08:30 +02:00
  • 9bf2a75c21 . Nikita 2025-11-23 10:06:48 +02:00
  • f97cf6f6c3 . Nikita 2025-11-23 10:01:38 +02:00
  • e99511b7c4 Rename iris watcher to lin and update docs/scripts accordingly Nikita 2025-11-23 09:52:38 +02:00
  • 2166e92766 Add iris watcher daemon; wire with hub; update deploy and docs Nikita 2025-11-22 17:57:06 +02:00
  • 66816e9717 Add doctor checks and activate-on-cd support Nikita 2025-11-19 20:31:46 +02:00
  • ce59c85084 Add terminal tracing feature, config, and CLI support Nikita 2025-11-19 18:40:00 +02:00
  • 7cf6dfacd4 Add optional server port field and display it in UI Nikita 2025-11-18 20:15:58 +02:00
  • b3f7bd6dcc Add hub installer, task shortcuts, and UI options Nikita 2025-11-16 18:42:59 +02:00
  • 33167dd4b8 Add Logs command, Poltergeist-driven watchers, and config refactor Nikita 2025-11-16 10:24:25 +02:00
  • 1ed9cd6eb9 feat(config): load and merge included command files Nikita 2025-11-16 09:24:38 +02:00
  • 9fd6a7a5f4 remote hubs Nikita 2025-11-15 20:29:40 +02:00
  • 6bdf575cd7 Add shell-words support and custom ServerConfig deserialization Nikita 2025-11-15 18:48:42 +02:00
  • 8418e70ef0 Update dependencies, secret env handling, and config schemas Nikita 2025-11-15 12:11:57 +02:00
  • 5e2937bb67 feat: add secrets and watchers support; update config and docs Nikita 2025-11-14 21:49:30 +02:00
  • dd96020754 Add HubCommand and daemon management for hub lifecycle Nikita 2025-11-14 21:12:01 +02:00
  • f6e0ee6cd7 Add Codanna indexer with SQLite persistence and CLI support Nikita 2025-11-14 20:59:32 +02:00
  • e492877c5d Add hub launcher and CLI support; auto-start hub daemon Nikita 2025-11-14 18:45:34 +02:00
  • 031670dd3c Add fzf-based command palette and dev task; wire in main Nikita 2025-11-14 18:16:50 +02:00
  • 26d286dfa4 . Nikita 2025-11-14 17:53:16 +02:00
  • eda739d90e feat(config): add dependency specs and alias parsing; add Setup CLI Nikita 2025-11-14 16:27:50 +02:00
  • 2729158454 Add flow task runner, flow.toml, and deploy script Nikita 2025-11-14 14:35:20 +02:00
  • 22b75b8186 . Nikita 2025-11-14 13:47:13 +02:00