File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,9 @@ visualization = [
5050[project .scripts ]
5151codetide-mcp-server = " codetide.mcp.server:serve"
5252codetide-cli = " codetide.cli:main"
53- agent-tide-step = " codetide.agents.tide.cli:main"
54- # agent-tide-step requires the [agents] extra: pip install codetide[agents] or to execute uvx --from codetide[agents] agent-tide-step -h
53+ agent-tide-step = " codetide.agents.tide.cli_step:main"
54+ agent-tide = " codetide.agents.tide.cli:main"
55+ # agent-tide-step and agent-tide require the [agents] extra: pip install codetide[agents] or to execute uvx --from codetide[agents] agent-tide-step -h
5556
5657[project .urls ]
5758Homepage = " https://github.com/BrunoV21/CodeTide"
Original file line number Diff line number Diff line change 2828 "codetide-mcp-server=codetide.mcp.server:serve" ,
2929 "codetide-cli=codetide.cli:main" ,
3030 # agent-tide-step requires the [agents] extra: pip install codetide[agents] or to execute uvx --from codetide[agents] agent-tide-step -h
31- "agent-tide-step=codetide.agents.tide.cli:main"
31+ "agent-tide-step=codetide.agents.tide.cli_step:main" ,
32+ "agent-tide=codetide.agents.tide.cli:main"
3233 ]
3334 },
3435 classifiers = [
You can’t perform that action at this time.
0 commit comments